summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* * use portable way (as defined in man) to alter signal handlerpiaip2009-06-281-1/+1
* * logic typopiaip2009-06-281-1/+1
* * make Rename() return real status result when SIGCHLD was set to SIG_IGN.piaip2009-06-281-13/+22
* * fix horoscope days by wikipediapiaip2009-06-211-1/+2
* * 'l' looks like '1' and confusing. rename to 's'.kcwu2009-06-151-16/+16
* * change toread/towrite's return value to be '-1 for EOF and error'.piaip2009-06-151-2/+4
* * handle (to)read/write return value more correctlypiaip2009-06-151-4/+4
* chdir after opening files, so relative paths workwens2009-06-141-5/+5
* * more checks on net systempiaip2009-06-141-4/+16
* * refine cmbbs: move util_passwd.o to cmbbs/passwd.c.piaip2009-06-122-93/+60
* * prepare to move passwd to common libpiaip2009-06-122-1/+269
* * make AYT customizablepiaip2009-06-121-16/+23
* * fix compilation error on Linux - unnecessary header filepiaip2009-06-121-1/+0
* * refine cmbbs/cache.c: we don't need 'util_cache.o' anymore! simply common ...piaip2009-06-123-267/+86
* * prepare to split mbbsd/cache.c into mbbsd/ (for mbbsd) and common/bbs/ (fo...piaip2009-06-122-1/+1162
* * add is_valid_brdname() to cmbbskcwu2009-06-111-0/+29
* * revert previous disable of perror... it should not be the reason of crashespiaip2009-06-101-2/+2
* * no need to exit process when passing fd failed... (or not?)piaip2009-06-101-2/+2
* * fix: telnet protocol state error: quotes must be also considered in prescan.piaip2009-06-101-1/+3
* * sendmsg() with ancillary on Linux seems like requiring unix domain socket ...piaip2009-06-101-1/+8
* * add client code detection to tunnel modepiaip2009-06-081-25/+54
* * fix: crashed for read_more case in tty_read.piaip2009-06-071-1/+1
* * change telnet interface to accept extra parameter for callbacks (*_arg)piaip2009-06-071-18/+18
* * improve tobind() with customizable parameterspiaip2009-06-071-4/+102
* - extract telnet.c to cmsyskcwu2009-06-072-1/+345
* - fix compile error on linuxkcwu2009-06-071-1/+2
* - fix compile warningskcwu2009-06-071-4/+5
* - move code of innbbsd/str_decode.c to cmsys/string.ckcwu2009-06-071-0/+260
* - many small revisekcwu2009-05-272-3/+4
* Move settings for bsd.lib.mk down to pttbbs.mkwens2009-03-014-30/+3
* remove my_ctimewens2009-03-011-13/+8
* Don't build profiling libraries on FreeBSDwens2009-03-014-0/+16
* Fix DBCS_strcasestr return typewens2008-11-011-1/+1
* strstr is char *, not const char *wens2008-10-011-1/+1
* revert last commitwens2008-08-211-1/+1
* *:xxx and :xxx should listen on INADDR_ANYwens2008-08-211-1/+1
* Don't close all fds, do it in daemon for more flexibilitywens2008-08-211-0/+2
* Common daemonize functionwens2008-08-212-1/+91
* Use file_exist_record directlywens2008-08-042-10/+1
* close file only if STAMP_FILEwens2008-07-311-1/+3
* Change Vector_searchwens2008-07-051-2/+2
* Reorder libraries.wens2008-06-281-1/+1
* util/mandex.c uses stamplink.wens2008-06-281-6/+2
* Add header fileswens2008-06-191-0/+2
* Move stamp* to common library, with weak symbolswens2008-06-192-1/+98
* Split out os dependent librarywens2008-06-178-299/+289
* Clean up header dependencieswens2008-06-175-3/+10
* Add const modifierwens2008-06-161-3/+3
* Fix maxlength counterwens2008-06-161-2/+2
* Constant vector (initialized with reference to given data)wens2008-06-161-1/+19
* General vector-like listwens2008-06-152-1/+162
* partial fix dietlibc supplemental librarywens2008-06-132-1/+18
* Move BBS non-related functions to independent librarywens2008-06-132-1/+195
* Makefile cleanupwens2008-06-133-42/+15
* Clean up makefileswens2008-06-122-4/+0
* - (internal) fix DBCS_strcasestr() APIpiaip2008-05-101-6/+10
* - (internal) replace all localtime4() by localtime4_r().piaip2008-05-051-0/+14
* - (internal) add localtime4_r thread-safe APIpiaip2008-05-051-0/+14
* - (internal) change localtime() to localtime_r() API.piaip2008-05-051-12/+18
* - (internal) add more Cdate format functionpiaip2008-05-051-4/+17
* - (internal) workaround - fix build dependency for var.hpiaip2008-05-051-1/+4
* - (internal) export osdep from cmsys, fixing bbsctl linking errorpiaip2008-04-191-1/+1
* - (internal) tobind/toconnect: allow specifying INADDR_ANY (*:port) or loopba...piaip2008-04-181-14/+29
* - (internal) change chat to use vgetstring with new callback systempiaip2008-04-171-0/+60
* - (internal) visio: add vgetspiaip2008-04-171-0/+20
* - (internal) visio: add columned output API.piaip2008-04-161-0/+44
* - add Now(), m3 flavor time format API.piaip2008-04-123-1/+15
* - (internal) un sockets requires removing file path first.piaip2008-04-111-0/+3
* - net: should not change constant string.piaip2008-04-101-2/+6
* Change tobind/toconnect interface.wens2008-04-101-12/+29
* fix if/else sequencewens2008-04-091-2/+2
* Support UNIX socket domainswens2008-04-091-29/+71
* Drop Solaris supportwens2008-04-091-79/+0
* - (internal) change mail/log to specific API.piaip2008-04-032-1/+15
* - enable angel to temporary disable pager again.piaip2008-04-011-1/+2
* - (internal) enable building utmpserverpiaip2008-03-311-0/+43
* - (experimental) mask ip(fromhost): USE_MASKED_FROMHOSTpiaip2008-03-292-0/+14
* - (internal) move UTIL_C API from mbbsd/stuff to cmbbs.piaip2008-03-274-1/+148
* (internal) refine directory layout: libbbs/libbbsutil -> common/bbs,sys.piaip2008-03-2718-0/+3241