some work on calendar
[citadel.git] / citadel / server_main.c
2022-06-04 Art CancroThis is an omnibus commit which moves the Citadel Serve...
2022-01-05 Art CancroWhen checking to see whether we have to rebind a new...
2021-05-08 Art CancroRemoved the backtrace stuff. It wasn't producing trace...
2021-05-02 Art CancroNew server option -b to specify the name of a file...
2021-03-03 Art Cancroremoved StartLibCitadel()
2021-02-10 Art CancroFixed a bug in the startup sanity checks. When it...
2021-01-30 Art Cancrodon't run this, it's broken
2021-01-27 Art CancroOfficially declare war on LHFS
2021-01-26 Art CancroMoved most of the command line logic to the shell script
2021-01-25 Art Cancro-c option to citserver to only check for binary compati...
2021-01-02 Art CancroRemoved chdir() from setup.c - this program requires...
2020-01-01 Art CancroShamlessly slapped a 2020 copyright date on all startup...
2019-09-25 Art CancroThe index key for user records now omits non-alphanumer...
2019-08-13 Art CancroServer restart via command no longer requires running...
2019-08-13 Art CancroInitialize TSD key earlier in the startup process....
2019-01-02 Art CancroChanged the year in the copyright banner(s) to 2019.
2018-08-08 Art Cancromore diags
2018-08-08 Art Cancrosanity check diagnostic mode
2018-06-19 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2018-06-11 Art Cancroremove unused trace function
2018-01-01 Art CancroIt's 2018 here in the civilized world. Changed the...
2017-05-24 Art Cancro-x MaxLogLevel
2017-05-24 Art CancroImplemented the use of %m as a shortcut for %s and...
2017-05-24 Art CancroRemoved some vestiges of the old logging system
2017-04-09 Art CancroMoar cleanup
2017-04-04 Art CancroInitial version of new room sharing poller. I don...
2017-03-30 Art Cancromore moving to new logging standard
2016-12-31 Art CancroChange banner to 2017
2016-09-10 Art CancroSimple concurrency lock to prevent multiple citservers...
2016-04-14 Art CancroBegin removing the decimal point from our version numbe...
2016-01-01 Art Cancro* New function CtdlDelConfig() to delete a config db...
2015-10-11 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2015-10-07 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2015-08-16 Wilfried GoesgensMerge branch 'configdb' of ssh://git.citadel.org/appl...
2015-05-07 Art CancroAccidentally merged the configdb branch into Reverting.
2015-05-06 Art Cancromerge
2015-04-29 Art CancroConverted user_ops.o to new config format
2015-04-20 Art Cancroget_config() is now called from master_startup() immedi...
2015-04-20 Art Cancroctdluid is now specified on the command line with the...
2015-04-10 Art CancroCall get_config() only once, not twice
2015-02-12 Art CancroChange copyright date in banner to 2015
2014-10-27 Wilfried Goesgensdisable unfinished panic.log functionality
2014-01-21 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2014-01-10 Art CancroHappy New Year. Startup banners now show 2014 copyrigh...
2013-09-22 Wilfried Goesgensheader rework: we need ecrash.h here.
2013-09-15 Wilfried Goesgenscleanup includes
2013-07-16 Art CancroUpdated all version numbers to 8.20 in preparation...
2012-11-26 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-11-20 Art Cancrogetting with the times, we dont need to wrap snprintf...
2012-07-03 Wilfried GoesgensCall libcitadel init
2012-06-22 Wilfried GoesgensMODULES: add priorities in execution
2012-04-24 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-04-24 Wilfried GoesgensAdd framework for enabling (debug) logging per module
2012-02-08 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-02-08 Art CancroConvert citserver to use getopt()
2012-01-27 Art CancroConverted struct config back to an ordinary struct...
2012-01-18 Art Cancrosendcommand now uses the admin socket, eliminating...
2012-01-14 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-01-13 Art CancroBegan setting up a second server socket that will be...
2012-01-05 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
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...
next