summaryrefslogtreecommitdiffstats
path: root/pttbbs/daemon/boardd
Commit message (Expand)AuthorAgeFilesLines
* boardd: multi-thread.robertabcd2014-10-116-13/+262
* boardd: don't add fd to buffer when maxlen is zero.robertabcd2014-10-061-0/+5
* boardd: use explicit type conversion.robertabcd2014-10-051-4/+4
* boardd: article{stat,part,head,tail} keys.robertabcd2014-10-051-6/+217
* boardd: fix fd leak on certain conditions (eg. empty file)robertabcd2014-10-051-3/+5
* boardd: emit in-char escape control codes after converted UTF-8 char.robertabcd2014-05-161-14/+51
* Fix boardd: wrong parameter order in linking.robertabcd2014-05-161-2/+3
* Make boardd discard incomplete DBCS char in article title.robertabcd2013-09-241-0/+2
* boardd: UTF-8 conversion improvement.robertabcd2013-03-231-4/+108
* Fix result length in UTF-8 enabled replieswens2012-06-251-78/+67
* Fix boardd Big5/UTF-8 conversion bugs and memory leakwens2012-01-271-12/+17
* Add UTF-8 (UAO) support to boardd via output filterwens2012-01-261-1/+78
* Also export comment numbers and filemode for article listwens2011-07-091-2/+3
* Reverse hidden/over18 settingswens2011-07-091-2/+2
* No manpageswens2011-06-261-0/+1
* Offset off by 1wens2011-06-261-1/+1
* Add article content supportwens2011-06-261-1/+15
* Message strings should be static.wens2011-06-261-4/+4
* Move barebone server implementation to seperate directory and use symlinkswens2011-06-252-213/+2
* Move common settings to master makefilewens2011-06-251-5/+0
* Rewrite boardd with libevent 2.0wens2011-06-255-239/+383
* Use pmake's builtin ruleswens2011-06-121-15/+8
* Fix again....wens2011-05-221-3/+3
* Fix last commit (getbnum() argument)wens2011-05-221-11/+11
* Keys with trailing spaces will fail at getbnum()wens2011-05-221-1/+3
* Extra comma at end of hotboards/childrenwens2010-11-211-2/+2
* Add support for hotboard cachewens2010-11-211-0/+12
* Use macro to make code look betterwens2010-11-211-9/+6
* New memcache protocol interface to bcache (readonly)wens2010-11-202-0/+358