It's 2012.
[citadel.git] / citadel / server_main.c
2012-01-04 Art CancroIt's 2012.
2011-12-05 Art CancroRemoved the -t option as it does nothing anymore
2011-09-07 Wilfried Goesgensremove unused code.
2011-09-04 Art CancroSwitched back to the old style thread architecture...
2011-09-04 Art CancroMoved all of the background tasks back to the old EVT_T...
2011-09-04 Art CancroRemoved the logging facility from citserver, use syslog...
2010-09-01 Art CancroBegan removing $Id$ tags. This will be an ongoing...
2010-06-20 Wilfried Göesgens* vCtdlLogPrintf() one more try
2010-06-20 Wilfried Göesgens* vCtdlLogPrintf(): if we are running as deamon, and...
2010-01-05 Wilfried Göesgens* want if mkdir, chmod, chown fail...
2010-01-01 Art Cancro* Updated the citserver and webcit initialization banne...
2009-12-12 Dave Westthreads are using signals and the GC code is #ifdef...
2009-11-02 Dave WestAdded a new command line option to citserver "-s" takes...
2009-11-01 Dave WestFixed the bug that prevented DOWN from working properly.
2009-10-25 Dave WestA few more API clean ups. Mainly revolving around user_...
2009-10-24 Dave WestMoved some files around into sub dirs to clean up the...
2009-03-25 Wilfried Göesgens* make some pointers const...
2008-06-29 Art CancroRemoved the global variable 'home_specified'
2008-06-16 Dave WestImplimented a new way to check the control record at...
2008-05-28 Dave WestNow we name all the private contexts.
2008-05-27 Art CancroRemember the last version of Berkeley DB that touched the
2008-05-21 Art Cancro* More work on OpenID 1.1 Relying Party support
2008-04-06 Dave WestGive the user contained within masterCC a name.
2008-03-21 Art Cancrosvn_revision() now declared in svn_revision.h
2008-03-20 Dave WestNow the server records the SVN revision in the log...
2008-02-13 Art CancroRemoved the 'defrag databases' stub function and command
2008-01-17 Art CancroThe encoding and decoding tables for Base64 are
2008-01-10 Wilfried Göesgens* openbsd doesn't like pam. so... if we don't have...
2008-01-02 Art CancroPrepared some of the authmode stuff for the imminent...
2007-12-29 Art CancroCopyright dates are now 2008.
2007-12-23 Dave WestMoved all threading code into threads.c
2007-12-13 Dave WestA couple of minor speed ups and the beginings of using...
2007-12-06 Dave WestAdded the functions to allow scheduling of a thread...
2007-12-05 Dave WestPrevent an ocassional segflt on exit.
2007-12-05 Dave WestPrevent the creation of new threads if system load...
2007-12-05 Dave WestChanged the way we do the TSD area.
2007-12-03 Dave WestAdded an entry point to the modules init stuff.
2007-12-01 Dave WestTry to rationalise the mutex lock/unlock sequence....
2007-11-30 Dave WestChanged the way we create aditional threads. One for...
2007-11-30 Dave WestNow we reduce the number of threads if the load conditi...
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
next