| Commit message (Expand) | Author | Age | Files | Lines |
* | - fav: add TEST to default fav boards and change order | piaip | 2008-01-31 | 1 | -3/+10 |
* | - user: hinting on SYSOP permission update of setting email | piaip | 2008-01-28 | 1 | -4/+4 |
* | mark dirty after set_attr, fix bug reported at #17dLCl9P (SYSOP) [ptt.cc] | victor | 2008-01-28 | 1 | -0/+1 |
* | - bbs: add title for AID display | piaip | 2008-01-14 | 1 | -0/+5 |
* | - allow all non-guest user to use myfav (PERM_BASIC) | piaip | 2007-12-28 | 1 | -1/+21 |
* | - add move_ansi() to support moving to lines with prior ANSI code. | piaip | 2007-12-01 | 1 | -0/+1 |
* | * save memory, NameList is more like STL's vector now | kcwu | 2007-10-17 | 1 | -0/+1 |
* | ignore fav if load failed. | kcwu | 2007-06-11 | 1 | -3/+3 |
* | ignore fav if load failed. | kcwu | 2007-06-10 | 1 | -4/+34 |
* | * hack dietlibc's allocator. release small block to OS. | kcwu | 2007-05-27 | 1 | -0/+5 |
* | * Only write fav to disk when really dirty. To reduce heavy load of mass logo... | kcwu | 2007-03-26 | 1 | -1/+29 |
* | fix last commit | victor | 2006-11-08 | 1 | -2/+8 |
* | fix bug of moving tagged fav | victor | 2006-11-06 | 1 | -8/+10 |
* | code revise. | kcwu | 2006-09-17 | 1 | -6/+1 |
* | fav.c - fix memory leak | victor | 2006-09-17 | 1 | -59/+24 |
* | dirty hack to fix fav memory leak. | kcwu | 2006-09-17 | 1 | -2/+8 |
* | fix a stupid bug | victor | 2006-06-05 | 1 | -2/+2 |
* | convert .fav4.bak | victor | 2006-06-05 | 1 | -0/+4 |
* | fix last commit bug | victor | 2006-06-05 | 1 | -7/+26 |
* | use int instead short for bid in fav | victor | 2006-06-04 | 1 | -51/+103 |
* | replace .fav4 only if ferror failed | victor | 2006-05-01 | 1 | -2/+8 |
* | add a lot of assertions to ensure bid is in correct range when access via bid. | kcwu | 2006-04-08 | 1 | -0/+4 |
* | make different tmp file to avoid open same file for write. | kcwu | 2006-04-08 | 1 | -1/+1 |
* | assert for fav_malloc size. | kcwu | 2006-03-23 | 1 | -1/+3 |
* | fix typo | victor | 2006-01-03 | 1 | -1/+1 |
* | fix nonstandard syntax. | victor | 2006-01-03 | 1 | -2/+4 |
* | fix compile error | victor | 2005-11-21 | 1 | -1/+1 |
* | fav: | victor | 2005-11-21 | 1 | -134/+16 |
* | fix the wrong condition | victor | 2005-08-29 | 1 | -2/+2 |
* | fix last commit | victor | 2005-08-29 | 1 | -6/+6 |
* | revert r3108, fix the problem by bound correction as moving fav instead. | victor | 2005-08-29 | 1 | -19/+16 |
* | explicit fav entrance | victor | 2005-08-28 | 1 | -7/+15 |
* | * fix crash when using 'i' to add board in my favorite | scw | 2005-08-28 | 1 | -2/+4 |
* | fix memory leak | victor | 2005-08-28 | 1 | -4/+2 |
* | fix last commit. | kcwu | 2005-08-28 | 1 | -1/+1 |
* | skip invalid entry when fav_free. | kcwu | 2005-08-28 | 1 | -2/+6 |
* | fix off-by-one bug. | kcwu | 2005-08-27 | 1 | -3/+2 |
* | forget to reset counter | victor | 2005-08-24 | 1 | -0/+1 |
* | missing type checking | victor | 2005-08-24 | 1 | -2/+4 |
* | missing the type checking | victor | 2005-08-24 | 1 | -10/+18 |
* | fix last commit Orz | victor | 2005-08-09 | 1 | -1/+1 |
* | fav.c: don't delete a fav entry implicitly | victor | 2005-08-09 | 1 | -7/+5 |
* | better readability. | in2 | 2005-06-14 | 1 | -3/+3 |
* | give a warning if too many subscribed favorites is added at the same time | victor | 2005-04-23 | 1 | -5/+15 |
* | strict value checking | victor | 2005-04-22 | 1 | -7/+44 |
* | do not allow removing a NULL entry | victor | 2005-04-21 | 1 | -0/+2 |
* | buffer overflow: file path [64] is too small! | piaip | 2005-04-21 | 1 | -1/+1 |
* | fix bug: remove an unnecessary decrease | victor | 2005-04-20 | 1 | -4/+7 |
* | add assertion. deallocate resources. | kcwu | 2005-04-20 | 1 | -0/+3 |
* | reduce system call | kcwu | 2005-02-28 | 1 | -13/+13 |
* | reduce some hundred of system call for each logout | kcwu | 2005-02-26 | 1 | -14/+14 |
* | fix setperm's bug, check NULL condition first in set_attr | victor | 2005-02-15 | 1 | -0/+2 |
* | commit local change of {read,write}_favrec, which solved the problem of point... | victor | 2005-02-14 | 1 | -7/+43 |
* | use time4_t(uint32_t) instead of time_t for x86-64 arch. | in2 | 2005-01-24 | 1 | -3/+3 |
* | revert | victor | 2005-01-15 | 1 | -4/+3 |
* | do fav_cleanup() after loading from .fav4 | victor | 2005-01-15 | 1 | -3/+4 |
* | It should be a function call ... | victor | 2004-12-17 | 1 | -1/+1 |
* | cdoc finished | victor | 2004-12-17 | 1 | -55/+197 |
* | some help pages are showed from file | victor | 2004-12-02 | 1 | -3/+1 |
* | try to fix strange behavior of bvote | victor | 2004-11-11 | 1 | -1/+4 |
* | missing fav_remove | victor | 2004-10-13 | 1 | -0/+1 |
* | refactoring | victor | 2004-10-12 | 1 | -20/+3 |
* | fix memory leak | victor | 2004-10-12 | 1 | -14/+17 |
* | add subscribed boards only when login | victor | 2004-09-27 | 1 | -0/+2 |
* | Add statistic program for angel. | scw | 2004-06-20 | 1 | -0/+1 |
* | missing commit | victor | 2004-05-13 | 1 | -1/+1 |
* | color fix | victor | 2004-05-13 | 1 | -1/+1 |
* | in log_file(), use LOG_VF if need to vfprintf(). | in2 | 2004-05-03 | 1 | -1/+2 |
* | change log_file() | ptt | 2004-04-30 | 1 | -3/+1 |
* | revert cuser from pointer to buffer. | ptt | 2004-04-21 | 1 | -2/+2 |
* | dont add a link to fav subscription | victor | 2004-04-18 | 1 | -2/+2 |
* | return @@ | victor | 2004-04-08 | 1 | -0/+1 |
* | depracated function | victor | 2004-04-08 | 1 | -1/+2 |
* | dirty hack to the losing fav | victor | 2004-04-08 | 1 | -0/+5 |
* | add mmap to cuser get ride of passwd_update | ptt | 2004-03-31 | 1 | -1/+1 |
* | fix a small bug | victor | 2004-03-23 | 1 | -9/+20 |
* | fix memory leak, remove dirty hacking code | victor | 2004-03-15 | 1 | -11/+2 |
* | fix compile error | victor | 2004-03-13 | 1 | -2/+3 |
* | fix compile error | victor | 2004-03-12 | 1 | -1/+1 |
* | merge from victor.symbolic branch | victor | 2004-03-12 | 1 | -3/+3 |
* | add some assert() on malloc() | kcwu | 2004-03-09 | 1 | -0/+1 |
* | dirty hack | victor | 2004-03-06 | 1 | -0/+9 |
* | do not need to check here | victor | 2004-03-05 | 1 | -5/+1 |
* | fix error when .fav4 and .fav3 don't exist | victor | 2004-03-04 | 1 | -6/+18 |
* | don't truncate immediately | victor | 2004-02-27 | 1 | -3/+5 |
* | subscription should be perform after choice, move some code from board.c to f... | victor | 2004-02-22 | 1 | -0/+64 |
* | rm deleted board in cleanup | victor | 2004-01-10 | 1 | -5/+6 |
* | Seperate cleanup() into two, cleanup() and clean_invisible(). | scw | 2004-01-04 | 1 | -2/+7 |
* | Wrong condition of cleaning invisible boards. | scw | 2004-01-04 | 1 | -2/+2 |
* | Make K,1 under favorite (cleaning invisible boards) rework. | scw | 2004-01-04 | 1 | -5/+8 |
* | show non-visible board in fav | victor | 2004-01-04 | 1 | -13/+9 |
* | dont remove a non-exist board when logout | victor | 2004-01-03 | 1 | -2/+4 |
* | clean up non-exist board if set SHM->cleanboard | victor | 2004-01-03 | 1 | -1/+1 |
* | remove some comment, add static modifier properly | victor | 2003-12-25 | 1 | -24/+6 |
* | typo | victor | 2003-12-07 | 1 | -1/+1 |
* | merge gb branch back | victor | 2003-11-28 | 1 | -1/+1 |
* | fix wrong result of vote | victor | 2003-11-28 | 1 | -3/+1 |
* | remove fav branch, open new branch for big5<->gb | victor | 2003-11-27 | 1 | -4/+0 |
* | compile error | victor | 2003-11-23 | 1 | -1/+1 |
* | compile error | victor | 2003-11-23 | 1 | -1/+2 |
* | fix 't' for admin, add docs/fav4.txt | victor | 2003-11-22 | 1 | -0/+31 |
* | fix 't' for admin | victor | 2003-11-22 | 1 | -0/+4 |
* | missing close(fd) | victor | 2003-11-22 | 1 | -5/+6 |
* | merge back from fav4 braches | victor | 2003-11-22 | 1 | -0/+921 |