Mailing list header changes (fuck you Google)
[citadel.git] / citadel / server_main.c
2007-11-30 Dave WestNow check for scheduled shutdown in garbage collector.
2007-11-30 Dave WestMoved the garbage collection and threding init stuff...
2007-11-30 Dave WestNow signals will stop the server again.
2007-11-30 Dave Westctdl_thread_internal_gc() now follows rule for critical...
2007-11-30 Dave WestCalls to ctdl_thread_internal_* meed to be inside a...
2007-11-27 Dave WestNow do garbage collection every second.
2007-11-26 Dave WestNow we have a thread state for blocked. Only works...
2007-11-26 Dave WestFixed the clean up of Contexts when we exit.
2007-11-25 Dave WestHere it is, the new thread interface.
2007-11-16 Art CancroHUGE PATCH. This moves all of mime_parser.c and all
2007-11-10 Wilfried Göesgens* if -D added, citserver will print out the Directories.
2007-10-06 Wilfried Göesgens* as we now spend allmost all of our time on en/decodin...
2007-10-05 Dave WestAdded code to rebuild citadel.control if it gets delete...
2007-08-29 Wilfried Göesgens* make backtrace optional.
2007-08-26 Wilfried Göesgens* modules registering serverports now need to specify...
2007-08-23 Dave WestPatches from Matt with slight mod from me to do without...
2007-08-03 Dave WestContinue phase 2 of modules stuff.
2007-07-29 Wilfried Göesgens* moved some flags so that our run flags are collected...
2007-07-26 Dave WestMoved to new module init structure.
2007-06-19 Art CancroEliminated the unpacking of uid in the chkpwd
2007-06-19 Art Cancrochkpwd is now a daemon that is started by citserver
2007-06-05 Art CancroNew versions of Berkeley DB (I tested with 4.5.20)...
2007-03-05 Wilfried Göesgens* create format strings different for solaris
2007-02-25 Wilfried Göesgens* solaris compatibility patches.
2007-02-12 Art CancroEliminate the use of LOG_PERROR. Not all platforms...
2007-01-20 Wilfried Göesgens* use getpwent_r
2007-01-01 Art CancroUpdated copyright notice to 2007
2006-12-20 Art Cancro* Lock citadel.control using flock() immediately after
2006-10-30 Art CancroStartup notice still had a 2005 copyright on it. Oops.
2006-08-27 Art CancroMSGS command can now do full text search on the room
2006-07-10 Wilfried Göesgens* as ubuntu for example purges /var/run, we need to...
2006-03-20 Wilfried Göesgens* removed last occurance of static paths in favour...
2006-01-16 Wilfried Göesgenscentralized filename calculation
2006-01-15 Wilfried Göesgenscalculate the directories in a central manner.
2005-10-31 Art Cancro* When logging to syslog is enabled, SMTP transactions...
2005-10-31 Art Cancro* syslog messages are now sent to the desired facility...
2005-07-26 Art Cancro* Applied a patch sent in by Wilfried Goesgens which...
2005-06-16 Art Cancro* There is now a dedicated thread for doing database...
2005-06-02 Art Cancro* Do not turn the initial thread into a worker thread...
2005-06-01 Art Cancro* The full text indexer now runs in its own dedicated...
2005-04-14 Art Cancro* Variable names, comments, documentation, etc... ...
2005-03-20 Art Cancro* Logging to stderr no longer uses syslog()
2005-03-12 Art Cancro* Trying to fix a memory bug somewhere.
2005-02-20 Art Cancro* Don't write passwords to the log (PASS and SETP commands)
2005-02-16 Art Cancro*** empty log message ***
2005-02-16 Art Cancro* master_cleanup() now passes along an exit code from...
2005-02-12 Art Cancro* Changes to lprintf() and start_daemon() submitted...
2004-10-12 Art Cancro* Reworked shutdown sequence to avoid thread deadlock
2004-10-03 Art Cancro* Removed some vestiges
2004-08-11 Art Cancro* Replaced all "Citadel/UX" references with "Citadel"
2004-06-09 Art Cancro* The scheduler can now "wake up" a session to deliver...
2004-06-06 Art Cancro* New session scheduler. All sessions which select...
2004-05-11 Nathan Bryant* configure.ac: check for <sys/prctl.h>
2004-03-24 Art Cancro* Put a new memory leak checker into the server because...
2004-03-24 Art Cancro* Removed the built-in memory leak checker. It wasn...
2004-02-27 Michael Hampton* Use syslog-compatible logging levels in lprintf(...
2004-02-22 Art Cancro* CSR code more or less in its final form for now.
2004-01-24 Art Cancro* Got Citadel talking to LDAP. Still requires manual...
2004-01-17 Art Cancro* New server command-line option "-l" to send log outpu...
2003-12-07 Michael Hampton* Minor enhancements to a few of the trace file entries
2003-08-17 Art Cancro* Fix syntax error
2003-08-17 Art Cancro* Changed internal version number to 6.10
2003-07-26 Art Cancro* tools.c: added bmstrcasestr(), a Boyer-Moore, case...
2003-07-15 Art Cancro* Killed off CtdlGetDynamicSymbol() and just put all...
2003-07-15 Art Cancro* Final bit of patching for the IPGM exploit. Random...
2003-07-14 Art Cancro* ipgm_secret is no longer set during setup. Now it...
2003-01-16 Art Cancro* Renamed "dynloader" to "serv_extensions" globally...
2003-01-15 Art Cancro* First cut at static-linking the citserver. Ripped...
2002-04-14 Art Cancro* New back end function CtdlRenameRoom() which is used...
2002-03-12 Nathan Bryant - pass -Wcast-qual to gcc
2002-03-11 Nathan Bryantwarning fixes on sparc-sun-solaris2.8 with gcc 3.0...
2001-12-20 Art Cancro* If you paid for this software, someone is ripping...
2001-12-14 Michael Hampton* Security: trace file is now only readable by owner...
2001-12-11 Nathan Bryant - fix library flags, includes for portability
2001-09-06 Nathan Bryantadded; moved main() here to support building the server...