| Commit message (Expand) | Author | Age | Files | Lines |
* | dirty fix memory corruption because additional choice during voting. | kcwu | 2005-08-30 | 1 | -13/+15 |
* | remove deadc0de | victor | 2005-08-15 | 1 | -10/+0 |
* | cp log format update | piaip | 2005-07-23 | 1 | -1/+7 |
* | ticket#31, both implemented. | piaip | 2005-07-22 | 1 | -0/+26 |
* | - scroll for recommending articles | piaip | 2005-07-16 | 1 | -1/+7 |
* | better formating of vote result | kcwu | 2005-06-23 | 1 | -2/+2 |
* | fix last commit | wens | 2005-06-18 | 1 | -6/+6 |
* | fix vote limits | wens | 2005-06-18 | 1 | -2/+2 |
* | better readability. | in2 | 2005-06-14 | 1 | -1/+1 |
* | add limits to voting | wens | 2005-06-10 | 1 | -2/+52 |
* | eliminate warning messages | piaip | 2005-06-08 | 1 | -2/+2 |
* | New style to specify ANSI escape commands. | piaip | 2005-06-08 | 1 | -3/+3 |
* | less hard coded path/string. | kcwu | 2005-03-19 | 1 | -2/+2 |
* | add 'const' qualifiers on function parameters. | kcwu | 2005-03-19 | 1 | -10/+10 |
* | move 232 bytes from data section to rodata section | kcwu | 2005-03-12 | 1 | -9/+9 |
* | explicitly tell C compiler functions have no parameter | kcwu | 2005-03-12 | 1 | -4/+4 |
* | Use chomp() instead of assigning '\0' directly. | scw | 2005-02-12 | 1 | -2/+2 |
* | use ctime4 for compat on x86_64 | wens | 2005-01-25 | 1 | -4/+4 |
* | use time4_t(uint32_t) instead of time_t for x86-64 arch. | in2 | 2005-01-24 | 1 | -17/+17 |
* | remove unneseccery barrier of poll closing | victor | 2004-11-18 | 1 | -14/+24 |
* | try to fix strange behavior of bvote | victor | 2004-11-11 | 1 | -22/+8 |
* | fix bvote problem | victor | 2004-11-01 | 1 | -260/+192 |
* | use vmsg() instead of outs() + pressanykey() | in2 | 2004-08-27 | 1 | -2/+1 |
* | use correct type: size_t/int/long/pointer | in2 | 2004-07-30 | 1 | -1/+1 |
* | fix for compile | kcwu | 2004-06-10 | 1 | -4/+7 |
* | replace some prints() with outs(), | kcwu | 2004-06-10 | 1 | -10/+9 |
* | return local variable | victor | 2004-06-10 | 1 | -4/+6 |
* | use 'const' keyword to reduce 7904 bytes data segment | kcwu | 2004-06-04 | 1 | -7/+7 |
* | show the current/max page in vote | victor | 2004-05-17 | 1 | -1/+1 |
* | reoragnize functions | ptt | 2004-04-24 | 1 | -2/+1 |
* | remove prefix n of vmsg call | victor | 2004-04-22 | 1 | -6/+6 |
* | revert cuser from pointer to buffer. | ptt | 2004-04-21 | 1 | -2/+2 |
* | 1.change outs pressanykey -> vmsg | ptt | 2004-04-14 | 1 | -14/+7 |
* | add mmap to cuser get ride of passwd_update | ptt | 2004-03-31 | 1 | -2/+2 |
* | turn up the vote duration | victor | 2004-02-29 | 1 | -3/+3 |
* | i didn't do it | victor | 2004-02-24 | 1 | -2/+2 |
* | clear() -> clrtobot(), fix wrong page calculationvictor.symblic@1555 | victor | 2004-02-22 | 1 | -2/+3 |
* | git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1552 63ad8ddf-47c3-03... | victor | 2004-02-20 | 1 | -1/+1 |
* | git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1551 63ad8ddf-47c3-03... | victor | 2004-02-20 | 1 | -10/+10 |
* | open 0600 | victor | 2004-02-20 | 1 | -4/+6 |
* | forget to rename | victor | 2004-02-20 | 1 | -2/+6 |
* | add help, fix typo | victor | 2004-02-20 | 1 | -8/+5 |
* | convert ballots file | victor | 2004-02-20 | 1 | -5/+23 |
* | multi-page vote | victor | 2004-02-20 | 1 | -93/+198 |
* | Rewrite strip_ansi() (also move from vote.c to io.c). | scw | 2003-12-24 | 1 | -34/+0 |
* | fix wrong result of vote | victor | 2003-11-28 | 1 | -18/+16 |
* | 1. fix invalid operation | victor | 2003-11-14 | 1 | -2/+4 |
* | fix typo | kcwu | 2003-07-07 | 1 | -5/+5 |
* | fix input length of voting | in2 | 2003-03-03 | 1 | -2/+10 |
* | * there are so many fopen() without fclose() | kcwu | 2003-01-20 | 1 | -18/+21 |
* | remove unnecessary `static' keyword from some local variable | kcwu | 2003-01-16 | 1 | -2/+2 |
* | make gcc33 happy | in2 | 2003-01-01 | 1 | -2/+2 |
* | sprintf() -> snprintf() | in2 | 2002-07-23 | 1 | -25/+40 |
* | fix last commit(about sprintf->snprintf) | kcwu | 2002-07-22 | 1 | -23/+23 |
* | check the using of `sizeof' with strlcpy() | kcwu | 2002-07-22 | 1 | -30/+30 |
* | indent -i4 | in2 | 2002-07-21 | 1 | -21/+21 |
* | strcpy() -> strlcpy() | in2 | 2002-07-21 | 1 | -46/+46 |
* | indent | in2 | 2002-07-06 | 1 | -391/+419 |
* | global variable move to var.c | in2 | 2002-06-04 | 1 | -29/+3 |
* | *** empty log message *** | ptt | 2002-05-25 | 1 | -3/+3 |
* | replace time(NULL) by now | ptt | 2002-05-13 | 1 | -12/+6 |
* | change getdata() constant to sizeof() | in2 | 2002-04-29 | 1 | -5/+7 |
* | *** empty log message *** | ptt | 2002-03-30 | 1 | -1/+1 |
* | *** empty log message *** | ptt | 2002-03-29 | 1 | -20/+17 |
* | *** empty log message *** | ptt | 2002-03-29 | 1 | -7/+7 |
* | boards/<hash>/<brdname> | in2 | 2002-03-10 | 1 | -3/+3 |
* | Initial revision | in2 | 2002-03-07 | 1 | -0/+1068 |