summaryrefslogtreecommitdiffstats
path: root/mbbsd/brc.c
Commit message (Expand)AuthorAgeFilesLines
* * revert r4584, r4586, r4595: to preserve old behavior.kcwu2009-06-161-4/+11
* * revise brc interface: brc will not change currbid, currboard, currbrdattrkcwu2009-06-131-11/+4
* - (internal) change 86400/... (seconds of day/month/...) to named constants.piaip2008-05-101-1/+1
* - definition and macro fix after sync with PTT1piaip2007-12-051-4/+4
* - general refine and improvement, fixing messagespiaip2007-12-051-0/+2
* - BRC v3: process special files better (which may sharepiaip2007-12-021-2/+16
* BRV v3: update modified logicpiaip2007-12-021-2/+4
* - brcV3: fixed v2 conversion error (v2 may truncate board information)piaip2007-12-021-2/+13
* - BRC v3: MAX brc size may be overriden by config.h.piaip2007-12-021-1/+5
* - brc v3 update: ptt2's MAX_BOAORD reached uint16 limitation,piaip2007-12-021-6/+12
* - fix brc v2->v3 migration bugpiaip2007-12-021-0/+2
* *** IMPORTANT CHANGE ***piaip2007-12-021-94/+131
* * fix typokcwu2007-09-251-1/+1
* * Fix last brc revise, which makes brc_currbid and currbid inconsistent. kcwu2007-06-191-3/+14
* revise brc interface and its document.kcwu2007-06-121-54/+106
* code clean upkcwu2007-06-101-13/+2
* add a lot of assertions to ensure bid is in correct range when access via bid.kcwu2006-04-081-0/+1
* make different tmp file to avoid open same file for write.kcwu2006-04-081-2/+1
* write brc to temporary file and rename it after write successfully.kcwu2006-03-271-2/+9
* large terminal rules.piaip2005-08-061-1/+1
* add 'const' qualifiers on function parameters.kcwu2005-03-191-1/+1
* explicitly tell C compiler functions have no parameterkcwu2005-03-121-2/+2
* use time4_t(uint32_t) instead of time_t for x86-64 arch.in22005-01-241-27/+29
* cdoc finishedvictor2004-12-171-0/+4
* merge back from branch victor.solarisvictor2004-09-101-5/+7
* Using mmap instead of alloca to get buffer when CRITICAL_MEMORY is defined.scw2004-09-091-1/+22
* Use alloca() to get needed buffer instead of fix-size array on stackscw2004-08-011-1/+2
* Merge from scw.angel.scw2004-05-241-10/+9
* Fix disconnection when leaving board.scw2004-05-211-5/+11
* revert cuser from pointer to buffer.ptt2004-04-211-2/+2
* add $Id$in22004-04-071-0/+1
* Merge from brc2 branch.scw2004-04-051-0/+423