* We now have a housekeeping thread and a housekeeping queue.
[citadel.git] / citadel / sysdep.c
1999-10-04 Art Cancro* We now have a housekeeping thread and a housekeeping...
1999-10-03 Art Cancro* Added serv_upgrade.h to automagically convert pre...
1999-09-01 Art Cancro* Added malloc checking
1999-07-30 Art Cancro* Added strdoop(), a leak-checked version of strdup()
1999-07-28 Art Cancronope
1999-07-28 Art Cancroadded RCS ID
1999-06-24 Art Cancro * added server command line option "-f" to...
1999-05-22 Art Cancro * Added function CtdlGetDynamicSymbol() for...
1999-04-13 Nathan Bryant * config.c, sysdep.c: fix -h option not setting...
1999-04-08 Nathan Bryantfix a potential deadlock/data corruption bug
1999-04-07 Nathan Bryant * Makefile.in, configure.in, getutline.c, sysdep.c:
1999-04-03 Nathan Bryant * configure.in: check for ncurses if we can...
1999-03-09 Nathan Bryant * sysdep.c: call DLoader_Init() with an absolut...
1999-03-05 Nathan Bryantalso drop supplementary groups
1999-03-05 Nathan BryantSee ChangeLog for 1999-03-0[45] for details.
1999-02-24 Nathan Bryantfixes for BSDI. see ChangeLog.
1999-02-15 Nathan Bryant * sysdep.c(main): initialize alen before call...
1999-02-03 Nathan BryantFixes for Cygwin (see ChangeLog)
1999-01-21 Art Cancro * Changed module loading path to simply "module...
1999-01-06 Art Cancro * Replaced all occurances of malloc(), realloc...
1998-12-31 Art Cancrosysdep.c: put a bigger string buffer into lprintf(...
1998-12-23 Art Cancro * sysdep.c: ignore SIGPIPE. This keeps broken...
1998-12-14 Art CancroFixed more of the session table nonsense
1998-12-14 Art CancroMore session table stability nonsense
1998-12-13 Art Cancro * sysdep.c, citserver.c: (hopefully) fixed...
1998-12-06 Art Cancrosysdep.c: read citadel.config _before_ initializing...
1998-12-05 Art CancroAdded a new type of module hook for adding logging...
1998-11-22 Art Cancro * Moved num_parms() and all the extract() type...
1998-11-21 Art Cancrosysdep.c: strip trailing nonprintables in client_gets()
1998-11-17 Art Cancromade QR_MAILBOX rooms non-editable
1998-11-13 Art Cancroadded some logging
1998-11-12 Art Cancrosysdep.c: added an fflush() to lprintf() for "tail...
1998-11-09 Nathan Bryantfixed a goof
1998-11-09 Nathan Bryant * useradmin.c: really removed (cvs remove)
1998-11-04 Nathan Bryant * added RCS Id keyword strings to sources
1998-10-27 Nathan Bryant * sysdep.c (client_gets), ipc_c_tcp.c (serv_get...
1998-10-16 Nathan Bryant * sysdep.c (cprintf): generate a newline on...
1998-10-12 Nathan Bryant * sysdep.c: fix infinite loop when long lines...
1998-10-12 Art CancroBuilt some more of the message expiry infrastructure
1998-10-08 Nathan Bryant * lots of warning fixes; builds with -std1...
1998-10-08 Nathan Bryant * client_chat.c, commands.c, serv_chat.c, sysdep.c:
1998-10-07 Nathan Bryant * snprintf.c, snprintf.h: new files
1998-10-05 Art CancroChangeover to new room structure. See ChangeLog for...
1998-09-29 Art Cancro * Removed code from some of the utilities which...
1998-09-17 Nathan Bryant * Makefile.in: add SERV_MODULES and PROXY_TARGE...
1998-09-17 Nathan Bryant * hooks.h: removed
1998-09-17 Art Cancro * Implemented separate structs, lists, and...
1998-09-15 Art Cancro * Tried my hand at adding the ability for serve...
1998-09-08 Brian CostelloDynloader initialization added
1998-08-25 Nathan Bryantremove duplicated declarations
1998-08-25 Nathan BryantMon Aug 24 20:04:04 EDT 1998 Nathan Bryant <bryant...
1998-08-18 Nathan BryantTue Aug 18 00:42:33 EDT 1998 Nathan Bryant <bryant...
1998-08-06 Art CancroSecond attempt at getting the server API started. ...
1998-07-28 Art CancroCall bzero() on newly allocated CitContext structs...
1998-07-12 Art Cancro Finished all of the code relating to the "global serve...
1998-07-11 Art CancroInitial revision