| Commit message (Expand) | Author | Age | Files | Lines |
* | misc update: | piaip | 2005-07-03 | 1 | -1/+1 |
* | add one function in select_read(). | ptt | 2005-06-23 | 1 | -0/+14 |
* | better readability. | in2 | 2005-06-14 | 1 | -2/+2 |
* | fix a bug that END usually gets "no articles" in ALLPOST. | piaip | 2005-06-14 | 1 | -0/+6 |
* | eliminate warning messages | piaip | 2005-06-08 | 1 | -1/+2 |
* | New style to specify ANSI escape commands. | piaip | 2005-06-08 | 1 | -1/+1 |
* | reset TagBoard and TagNum when Ctrl('T') | kcwu | 2005-05-18 | 1 | -0/+9 |
* | buffer overflow: file path [64] is too small! | piaip | 2005-04-21 | 1 | -2/+2 |
* | avoid to use c99 syntax | kcwu | 2005-03-22 | 1 | -1/+1 |
* | const qualifier | kcwu | 2005-03-19 | 1 | -1/+1 |
* | statistic | kcwu | 2005-03-19 | 1 | -0/+2 |
* | save about 500 bytes stack | kcwu | 2005-03-19 | 1 | -1/+1 |
* | add 'const' qualifiers on function parameters. | kcwu | 2005-03-19 | 1 | -11/+12 |
* | move global variable xuser into local, save 512 bytes. | kcwu | 2005-03-12 | 1 | -2/+1 |
* | * use fnv hash function for all hash. | kcwu | 2005-02-26 | 1 | -0/+1 |
* | import FNV hash function. | kcwu | 2005-02-25 | 1 | -18/+43 |
* | dynamic allocate TagList[], save 2kb memory. | kcwu | 2005-02-25 | 1 | -7/+9 |
* | use time4_t(uint32_t) instead of time_t for x86-64 arch. | in2 | 2005-01-24 | 1 | -1/+1 |
* | remove annoying bell(). | in2 | 2005-01-15 | 1 | -6/+2 |
* | changed money in fileheader_t into union | wens | 2004-12-03 | 1 | -3/+6 |
* | add "cdoc" (just like javadoc) to grab prototype and comments of functions | victor | 2004-11-20 | 1 | -1/+21 |
* | When searching first article with same subject, stop only after 200 mismatch | kcwu | 2004-11-18 | 1 | -1/+3 |
* | fix last commit's fault | victor | 2004-11-16 | 1 | -6/+6 |
* | fix last commit's fault | victor | 2004-11-16 | 1 | -2/+2 |
* | fix redraw problem when calling thread() | victor | 2004-11-16 | 1 | -13/+14 |
* | use memmove instead of memcpy if overlapping | kcwu | 2004-11-01 | 1 | -2/+4 |
* | found black hold. | ptt | 2004-10-05 | 1 | -1/+1 |
* | fix malfunction of '[', ']', '=' keys on article with long title | victor | 2004-09-22 | 1 | -3/+3 |
* | move up the threshold of safe_delete | ptt | 2004-09-17 | 1 | -1/+1 |
* | use correct type: size_t/int/long/pointer | in2 | 2004-07-30 | 1 | -1/+1 |
* | 1. use setupmailusage instead touchmailusage | ptt | 2004-06-26 | 1 | -1/+1 |
* | 1.debug select_read problem with "SR" in board name. | ptt | 2004-06-26 | 1 | -3/+6 |
* | replace some prints() with outs(), | kcwu | 2004-06-10 | 1 | -3/+1 |
* | use 'const' keyword to reduce 7904 bytes data segment | kcwu | 2004-06-04 | 1 | -2/+2 |
* | reindent for ptt and fix '=' | in2 | 2004-05-31 | 1 | -14/+19 |
* | debug truncate the SR.* files of select mode | ptt | 2004-05-19 | 1 | -1/+2 |
* | remove MODE_ETC useless function | ptt | 2004-05-12 | 1 | -2/+2 |
* | in log_file(), use LOG_VF if need to vfprintf(). | in2 | 2004-05-03 | 1 | -1/+2 |
* | safe_delete won't happen when mode_digest | ptt | 2004-05-02 | 1 | -1/+1 |
* | avoid race condition at tag board->paste board | ptt | 2004-05-02 | 1 | -1/+1 |
* | fix cursor problem for select_read | ptt | 2004-05-01 | 1 | -1/+2 |
* | a little buf of 'S' | ptt | 2004-04-30 | 1 | -4/+5 |
* | reduce io in select_read | ptt | 2004-04-30 | 1 | -1/+1 |
* | remove getindex | ptt | 2004-04-30 | 1 | -2/+1 |
* | 1.fix some bug for reference tag | ptt | 2004-04-30 | 1 | -5/+15 |
* | change log_file() | ptt | 2004-04-30 | 1 | -1/+1 |
* | add 2 logs for analysis | ptt | 2004-04-29 | 1 | -0/+1 |
* | remove default keyword | ptt | 2004-04-28 | 1 | -18/+20 |
* | dirty hack: exit if ] at last article | in2 | 2004-04-28 | 1 | -0/+5 |
* | reindent from r1879 | in2 | 2004-04-28 | 1 | -304/+316 |
* | hosit for cursor | ptt | 2004-04-28 | 1 | -2/+4 |
* | fix for ptt2 | ptt | 2004-04-28 | 1 | -0/+7 |
* | remove the unecessary redraw | ptt | 2004-04-27 | 1 | -7/+24 |
* | hobit fixed IV :p | ptt | 2004-04-27 | 1 | -3/+7 |
* | hobit problem fixed II | ptt | 2004-04-27 | 1 | -1/+1 |
* | hobit problem fixed cursor position | ptt | 2004-04-27 | 1 | -2/+7 |
* | select_read again -_- | ptt | 2004-04-27 | 1 | -4/+4 |
* | select_read commit again | ptt | 2004-04-27 | 1 | -2/+2 |
* | buggy fix for last select_read | ptt | 2004-04-27 | 1 | -2/+2 |
* | slight change for select_read | ptt | 2004-04-27 | 1 | -30/+17 |
* | a little change on description | ptt | 2004-04-27 | 1 | -2/+6 |
* | rewrite | ptt | 2004-04-27 | 1 | -325/+191 |
* | warning free | in2 | 2004-04-25 | 1 | -1/+1 |
* | remove annoying bell() | in2 | 2004-04-25 | 1 | -6/+2 |
* | debug of read.c | ptt | 2004-04-25 | 1 | -25/+11 |
* | 2 bugs fixed | ptt | 2004-04-24 | 1 | -1/+2 |
* | slight change | ptt | 2004-04-24 | 1 | -0/+1 |
* | fix for foreverloop | ptt | 2004-04-24 | 1 | -3/+2 |
* | fix forever loop in read.c | ptt | 2004-04-24 | 1 | -34/+29 |
* | little bug report fixed | ptt | 2004-04-24 | 1 | -1/+1 |
* | add function to skip dummy post when reading | ptt | 2004-04-24 | 1 | -1/+7 |
* | reoragnize functions | ptt | 2004-04-24 | 1 | -6/+7 |
* | remove useless functions | ptt | 2004-04-23 | 1 | -34/+37 |
* | cursor fixedscw.angel@1825 | ptt | 2004-04-23 | 1 | -1/+1 |
* | rewrite read.c | ptt | 2004-04-23 | 1 | -243/+186 |
* | remove useless codesPtt.read@1812 | ptt | 2004-04-23 | 1 | -28/+1 |
* | revert cuser from pointer to buffer. | ptt | 2004-04-21 | 1 | -2/+2 |
* | push_bottom fix | ptt | 2004-04-16 | 1 | -1/+1 |
* | small bug fixed | ptt | 2004-04-15 | 1 | -1/+1 |
* | push bottom bug fixed | ptt | 2004-04-15 | 1 | -41/+45 |
* | delete with threshold | ptt | 2004-04-14 | 1 | -5/+12 |
* | remove dircache | ptt | 2004-04-14 | 1 | -37/+13 |
* | small bug of direct | ptt | 2004-04-14 | 1 | -1/+2 |
* | push bottom bug fix | ptt | 2004-04-13 | 1 | -6/+12 |
* | push bottom fix | ptt | 2004-04-13 | 1 | -3/+14 |
* | push bottom complete | ptt | 2004-04-08 | 1 | -2/+4 |
* | push bottom | ptt | 2004-04-08 | 1 | -7/+21 |
* | push_bottom fix | ptt | 2004-04-08 | 1 | -1/+1 |
* | push_bottom | ptt | 2004-04-08 | 1 | -1/+2 |
* | push bottom | ptt | 2004-04-06 | 1 | -0/+1 |
* | 1. | ptt | 2004-04-02 | 1 | -8/+5 |
* | add mmap to cuser get ride of passwd_update | ptt | 2004-03-31 | 1 | -2/+2 |
* | Fix bad assertion when deleting tagged mail in mailbox. | scw | 2004-03-29 | 1 | -5/+8 |
* | loading error | ptt | 2004-03-28 | 1 | -5/+0 |
* | fix blackhole | ptt | 2004-03-24 | 1 | -5/+1 |
* | fix the problem of black hole | ptt | 2004-03-24 | 1 | -3/+15 |
* | add some assert() on malloc() | kcwu | 2004-03-09 | 1 | -0/+2 |
* | M mbbsd/announce.c | ptt | 2003-12-29 | 1 | -3/+0 |
* | fix wrong range of key, check whether the func is null first | victor | 2003-12-16 | 1 | -2/+4 |
* | O(1) key-func mapping in i_read_key | victor | 2003-12-16 | 1 | -8/+4 |
* | user could remove dircache if need (not tested) | in2 | 2003-12-05 | 1 | -0/+4 |
* | clean up | kcwu | 2003-09-07 | 1 | -4/+4 |
* | read 8k once instead of 128bytes, | in2 | 2003-09-04 | 1 | -33/+50 |
* | add get_record_keep(). | (no author) | 2003-09-04 | 1 | -3/+13 |
* | fix last commit bug | victor | 2003-08-19 | 1 | -1/+2 |
* | paste taged file across board and mailbox | victor | 2003-08-19 | 1 | -3/+8 |
* | fix bug in select_mode | victor | 2003-08-03 | 1 | -4/+4 |
* | fix last commit bug | victor | 2003-07-04 | 1 | -2/+5 |
* | stop at the right article after searching | victor | 2003-07-02 | 1 | -7/+19 |
* | add one assert() line | kcwu | 2003-06-27 | 1 | -1/+2 |
* | fix last committed bug | in2 | 2003-06-22 | 1 | -3/+3 |
* | fix "recbase bug" | in2 | 2003-06-22 | 1 | -6/+7 |
* | fix ^D (tolower), and allow del in MODE_SELECT | victor | 2003-04-14 | 1 | -2/+2 |
* | warning free | in2 | 2003-02-21 | 1 | -2/+2 |
* | 'G' for searching marked article | victor | 2003-02-11 | 1 | -2/+21 |
* | remove #define MAXPATHLEN 256 | in2 | 2003-01-24 | 1 | -3/+1 |
* | fix strange syntax informed by gcc -W | kcwu | 2003-01-20 | 1 | -4/+4 |
* | clean up | kcwu | 2003-01-17 | 1 | -2/+1 |
* | fix bug of help in (MODE_ETC | MODE_DIGEST) mode | in2 | 2002-11-07 | 1 | -4/+3 |
* | load cache at first time | in2 | 2002-08-15 | 1 | -3/+7 |
* | fix indent | kcwu | 2002-07-27 | 1 | -2/+3 |
* | fix indent error | kcwu | 2002-07-27 | 1 | -2/+2 |
* | sprintf() -> snprintf() | in2 | 2002-07-23 | 1 | -8/+9 |
* | indent -i4 | in2 | 2002-07-21 | 1 | -11/+12 |
* | strcpy() -> strlcpy() | in2 | 2002-07-21 | 1 | -9/+11 |
* | indent | in2 | 2002-07-06 | 1 | -414/+396 |
* | fix buffer overflow, search use last value | in2 | 2002-07-03 | 1 | -3/+6 |
* | max search-forware 300 articles | in2 | 2002-07-02 | 1 | -2/+2 |
* | *** empty log message *** | lwms | 2002-06-09 | 1 | -1/+5 |
* | global variable move to var.c | in2 | 2002-06-04 | 1 | -61/+2 |
* | fix buffer overflow | in2 | 2002-04-29 | 1 | -5/+5 |
* | change getdata() constant to sizeof() | in2 | 2002-04-29 | 1 | -2/+2 |
* | Initial revision | in2 | 2002-03-07 | 1 | -0/+998 |