summaryrefslogtreecommitdiffstats
path: root/mbbsd/stuff.c
Commit message (Expand)AuthorAgeFilesLines
* name complete enhancedpiaip2005-09-081-5/+9
* set*() family functions all assume buffer size = PATHLEN, to prevent buffer o...kcwu2005-08-231-20/+21
* fix non-big5 typo in r3012piaip2005-08-091-2/+2
* large terminal rules.piaip2005-08-061-37/+81
* make compiler happypiaip2005-08-051-1/+1
* warning free, make gcc 4.0 happyvictor2005-07-071-1/+1
* better readability.in22005-06-141-2/+2
* New style to specify ANSI escape commands.piaip2005-06-081-10/+10
* add 'const' qualifiers on function parameters.kcwu2005-03-191-45/+46
* move 232 bytes from data section to rodata sectionkcwu2005-03-121-4/+4
* explicitly tell C compiler functions have no parameterkcwu2005-03-121-2/+2
* fix bugs in revision 2570victor2005-03-031-1/+2
* dietlibc friendlywens2005-03-031-1/+2
* warning free: "static" should be in front of "const"kcwu2005-03-031-4/+4
* able to choose ip to bindwens2005-03-021-2/+5
* bug fix: fix the potential of char overflowkcwu2005-02-281-4/+6
* * use fnv hash function for all hash.kcwu2005-02-261-6/+2
* add dietlibc support, reduced 16kb memory usage on linux x86_64.kcwu2005-02-241-7/+12
* add mallopt optionvictor2005-02-201-9/+8
* replace strstr_lower(), which cause buffer overflow with strcasestr()kcwu2005-02-061-9/+0
* add TIMET64 for both 4 or 8 bytes time_tin22005-01-271-8/+10
* use ctime4 for compat on x86_64wens2005-01-251-0/+8
* use time4_t(uint32_t) instead of time_t for x86-64 arch.in22005-01-241-10/+31
* implement basic cp(1), fix "/bin/cp: Argument list too long."victor2005-01-121-0/+101
* some help pages are showed from filevictor2004-12-021-0/+24
* fix assess bugvictor2004-11-221-1/+46
* add modifier "const" to some constantvictor2004-11-091-4/+4
* revise to proper buffer lenvictor2004-10-101-0/+11
* fix bug: when deleting an user, the aloha record won't be deleted.victor2004-09-201-15/+1
* Check angel permission before starting conversation.scw2004-09-161-1/+2
* domain_name_query is changed to cidr formatvictor2004-09-031-0/+20
* Add 'const' qualifiers on functions in stuff.c.scw2004-08-291-12/+12
* Chess country basic things constructing.scw2004-08-121-1/+1
* sallkoy's color for pressanykey and push bottomptt2004-08-101-4/+4
* use correct type: size_t/int/long/pointerin22004-07-301-3/+3
* use int instead of longin22004-07-301-1/+1
* Put an ascii charactor before curses to avoid some clientscw2004-07-181-4/+4
* remove high light at pressanykeyptt2004-07-131-4/+4
* change the color of pressanykeyptt2004-07-131-5/+5
* merge back from victor.screen branchvictor2004-06-121-5/+5
* replace some prints() with outs(),kcwu2004-06-101-1/+1
* use 'const' keyword to reduce 7904 bytes data segmentkcwu2004-06-041-1/+1
* remove prototypes of not exist functionskcwu2004-06-041-0/+17
* Only registered user can call angel.scw2004-05-251-3/+4
* Merge from scw.angel.scw2004-05-241-4/+36
* remove MODE_ETC useless functionptt2004-05-121-1/+0
* in log_file(), use LOG_VF if need to vfprintf().in22004-05-031-10/+17
* change log_file()ptt2004-04-301-7/+32
* fix some stuff for getkeyptt2004-04-291-2/+2
* getans -> getdataptt2004-04-291-0/+11
* use old getans()in22004-04-281-13/+10
* buf overflow of vmsgptt2004-04-271-5/+5
* enlarge getansPtt.read@1861ptt2004-04-251-1/+1
* discard r1854,in22004-04-251-4/+3
* r1851 dirty fixed vmsg_lines(), but broke getans()in22004-04-251-2/+3
* r1850 igetch() in vmsg_lines() doesn't work :(in22004-04-251-4/+4
* warning freein22004-04-251-1/+1
* 2 bugs fixedptt2004-04-241-1/+1
* modify a little for vmsgptt2004-04-241-4/+5
* integrate igetkey igetch egetchptt2004-04-241-8/+3
* remove useless functionsptt2004-04-231-37/+34
* revert cuser from pointer to buffer.ptt2004-04-211-27/+3
* merge from outtacache branchin22004-04-041-0/+69
* add mmap to cuser get ride of passwd_updateptt2004-03-311-3/+4
* set file mode to 0664 when O_CREAT in log_file()in22003-12-161-1/+2
* use open() instead of fopen() in log_file()in22003-12-071-11/+9
* git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1333 63ad8ddf-47c3-03...ptt2003-11-151-0/+6
* use bsearch in login_friend_online()in22003-10-051-0/+25
* git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1195 63ad8ddf-47c3-03...(no author)2003-09-221-5/+8
* code cleanupkcwu2003-09-061-3/+2
* merge from MergeCachein22003-07-201-3/+20
* assert() the return value of strchr() strrchr()kcwu2003-06-281-1/+7
* CRITICAL_MEMORYin22003-03-261-1/+26
* remove unnecessary `static' keyword from some local variablekcwu2003-01-161-2/+2
* sprintf() -> snprintf()in22002-07-231-6/+6
* indent -i4in22002-07-211-44/+44
* indentin22002-07-061-229/+320
* bug of gettime:ptt2002-06-291-1/+2
* auto expire gambleptt2002-06-231-2/+2
* oauto expire gambleptt2002-06-231-1/+24
* global variable move to var.cin22002-06-041-26/+2
* boards/<hash>/<brdname>in22002-03-101-6/+6
* Initial revisionin22002-03-071-0/+524