database-related cleanups and paranoia tests;
[citadel.git] / citadel / sysdep.c
2001-03-06 Nathan Bryantdatabase-related cleanups and paranoia tests;
2001-03-03 Art Cancro* dunno
2001-02-28 Art Cancro* Backed out the variable-length string changes.
2001-02-22 Stu Markput some obsurd limit on client_gets() input. So somebo...
2001-02-22 Stu MarkMostly made changes to allow client_gets to handle...
2001-02-12 Art Cancro* sysdep.c ig_tcp_server() - use IPPROTO_TCP instead...
2001-02-01 Art Cancro* IMAP minor change to mailbox name output
2001-01-28 Michael Hampton* sysdep.c: lprintf() now generates timestamps
2001-01-09 Art Cancro* more merges
2000-12-30 Art Cancro* more buffer size stuff
2000-12-27 Art Cancro* The size constant "256" which shows up everywhere...
2000-12-13 Art Cancro* just some cosmetics
2000-12-12 Art Cancro* Removed the transaction stuff (but left the log in...
2000-12-12 Art Cancro* Stabilize, dammit!!
2000-12-12 Art Cancro* Made the transaction open/close a global thing, in...
2000-12-11 Art Cancro* Removed the housekeeper thread, moved terminate_idle_...
2000-12-09 Art Cancro* A few final touches to the Sleepycat DB back-end
2000-12-07 Art Cancro* Wrap housekeeper and timer events in transaction...
2000-12-03 Art Cancro* Finished (mostly) the Sleepycat DB backend ... added...
2000-11-30 Art Cancro* logging of critical sections off
2000-11-29 Art Cancro* database
2000-08-31 Art Cancro* ig_tcp_server() and ig_uds_server() - check to...
2000-08-31 Art Cancro* Still trying to fix a socket connect bug
2000-07-30 Art Cancro* netconfigs
2000-07-17 Art Cancro* Completed serv_vandelay.c (importer/exporter module)
2000-07-16 Art Cancro* fix
2000-06-28 Art Cancro* Changed the comments at the beginning of each file...
2000-06-02 Art Cancro* Bind unix socket prior to TCP socket for citadel...
2000-03-27 Nathan Bryant * First cut at Solaris fixes. There may still be some...
2000-03-11 Art Cancro* SM_ flags for CtdlSaveMsgPointerInRoom() need to...
2000-03-08 Art Cancro* Shut off hostname resolution when dealing with Unix...
2000-03-07 Art Cancro* bugfix for unix domain sockets
2000-03-07 Art Cancro* socket stuff
2000-03-05 Art Cancro* Added support for protocols over Unix domain sockets.
2000-02-28 Art Cancro* IGnet stuff
2000-02-27 Art Cancro* Completed 'fsck'-like reference count verifier (serve...
2000-02-26 Art Cancro* Fortified the message base and SMTP code so that...
2000-02-22 Art Cancro* Got bounce messages working (mostly ... testers,...
2000-02-16 Art Cancro* Altered the display and conversion of RFC822 messages
2000-02-14 Art Cancro* sysdep.c: added new event hook type EVT_TIMER. Timer...
2000-01-24 Art Cancro* Stuff
2000-01-23 Art Cancro* Temporary hack to ig_tcp_server() to listen on an...
2000-01-17 Art Cancro* citserver.c: cleanup hook functions are now run under...
2000-01-12 Art Cancro* sysdep.c: start the housekeeping thread *after* dropp...
1999-12-10 Art Cancro* Fixed some SMTP bugs
1999-12-09 Art Cancro* Split cmd_user() and cmd_pass() into frontend/backend...
1999-12-09 Art Cancro* Finished the "arbitrary service" registration.
1999-12-08 Art Cancro* service optimization
1999-12-08 Art Cancro* Added master sockets fd_set (not yet implemented)
1999-12-08 Art Cancro* listen() queue length is now set to config.c_maxsessions
1999-11-21 Art Cancro* Protected cmd_move() from buffer overrun (no longer...
1999-11-17 Art Cancro* Removed the session_count() function. Instead, keep...
1999-11-04 Art Cancro* Changed 'number of worker threads' from a sysconfig...
1999-11-02 Art Cancro* Fixed timeout problem for remote client sessions...
1999-11-01 Art Cancro* Fixed a concurrency bug which crashed the server...
1999-10-31 Art Cancro* Fixed buffer overrun in cmd_rchg()
1999-10-31 Art Cancro* Fixed incorrect assignment of new session ID's
1999-10-31 Art Cancro* Fixed a bug which was crashing the server during...
1999-10-29 Art Cancro* Debugged all possible ways for a session to terminate...
1999-10-28 Art Cancro* Removed all of the thread cancellation cruft that...
1999-10-28 Art Cancro* Fixed the problem of worker threads waking up prematu...
1999-10-27 Art Cancro* Initial hack of worker-thread rearchitecture. Right...
1999-10-26 Art Cancrodamn bugs
1999-10-26 Art Cancro* Shuffled around the order of events when a thread...
1999-10-26 Art Cancro* Changed a lot of strncpy() calls to safestrncpy(...
1999-10-20 Art Cancro* Wholist fixes for users who are in chat mode
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)
next