Changed how Message-ID RFC2822 field is generated
[citadel.git] / citadel / housekeeping.c
2022-06-04 Art CancroThis is an omnibus commit which moves the Citadel Serve...
2021-11-15 Art CancroRemoved the remaining code where LDAP was optional.
2021-03-06 Art CancroSimplified disable_housekeeping
2021-03-05 Art CancroAdded a comma after each msgnum exported. The parser...
2018-01-24 Art CancroSemi-permanent implementation of memory leak checking
2018-01-24 Art Cancromore whittling away ... plus memory leak tests
2017-10-28 Art CancroCDB_OPENID is now CDB_EXTAUTH
2017-10-27 Art CancroStarted prepping for the move from LDAP Access to LDAP...
2017-10-25 Art Cancrolibical_errors_are_fatal is now opaque. Change to...
2017-09-24 Art CancroLDAP search
2017-07-12 Art CancroLog a warning message if housekeeping has not run in...
2017-04-04 Art CancroInitial version of new room sharing poller. I don...
2017-03-25 Art CancroUpdated more modules to the new logging convention
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-07-21 Wilfried GoesgensDisable houskeeping and wait for active background...
2015-07-21 Wilfried GoesgensDisable houskeeping and wait for active background...
2013-09-15 Wilfried Goesgenscleanup includes
2013-09-12 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2013-09-01 Wilfried Goesgenssplit citadel protocol related functions from msgbase...
2012-07-02 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-07-02 Art CancroUpdated the copyright declaration in several modules...
2012-06-06 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2012-06-05 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-06-05 Wilfried Goesgenshousekeeping: time() is expensive. don't use it inside...
2011-09-04 Art CancroBegan working on the 'clean shutdown' code for the...
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...
2009-11-10 Dave WestMoved terminate_idles_sessions into context.c since...
2009-11-03 Dave WestIncreased the load average before strangling the server...
2009-10-17 Dave WestCitadel API clean up.
2008-07-13 Wilfried Göesgens* disable our idle-check for ARTV import/export since...
2008-01-17 Art CancroBacked out r5921 and r5936 because they were causing
2008-01-15 Dave WestClean up in housekeeping.c
2008-01-13 Dave Westdo_hosekeeping is now a seperate thread. This releases...
2007-12-23 Dave WestMoved all threading code into threads.c
2007-12-05 Dave WestThe thread doing housekeeping now changes its name...
2007-11-30 Dave WestRemoved the PushName and PopName debugging macros that...
2007-11-27 Dave WestAdded --with-threadlog. Use this if you want the thread...
2007-11-25 Dave WestHere it is, the new thread interface.
2007-11-21 Dave WestBegun implimentation of a really good thread control...
2007-11-16 Art CancroHUGE PATCH. This moves all of mime_parser.c and all
2007-07-23 Dave WestCode clean up. Removed #include serv_sieve.h as no...
2007-07-22 Wilfried Göesgensdavew: clean ups, addition to documentation of API...
2006-09-23 Art CancroCompleted a new queue (sieve_list) which will instantly
2006-01-04 Art CancroBegan implementation of Journaling and Envelope Journaling.
2005-10-25 Art Cancro* msgbase.c: when a summary mode message list is reques...
2005-02-16 Art Cancro* master_cleanup() now passes along an exit code from...
2005-02-16 Art Cancro* Be more aggressive about shutting down when told...
2004-03-21 Michael Hampton* Fix a few remaining lprintf(9, ...) to lprintf(CTDL_D...
2004-03-21 Art Cancro* room_ops.c: increased the thread safety of cgetfloor()
2004-02-27 Michael Hampton* Use syslog-compatible logging levels in lprintf(...
2003-06-29 Art Cancro* Renamed "struct user" to "struct ctdluser"
2003-06-29 Art Cancro*** empty log message ***
2003-01-16 Art Cancro* Renamed "dynloader" to "serv_extensions" globally...
2002-10-15 Art Cancro* Numerous warning fixes and cleanups for compile on...
2001-09-06 Nathan Bryant - port to Cygwin (DLL support, etc.)
2001-07-29 Nathan Bryantchange ForEachRoom to use read-only cursors by default...
2001-07-16 Art Cancro* housekeeping once every 60 seconds, not 1 second
2001-07-13 Art Cancro* Shuffled around some of the housekeeping loop code
2001-06-17 Nathan Bryantfix all the <time.h> vs. <sys/time.h> issues, hopefully
2001-01-13 Nathan Bryantmerged remaining changes from TRANSACTIONS (using cvs...
2000-12-11 Art Cancro* Removed the housekeeper thread, moved terminate_idle_...
2000-12-08 Art Cancro* Wrap txn_begin and txn_end in S_DATABASE mutex
2000-12-07 Art Cancro* begin/end transaction in master_startup()
2000-12-07 Art Cancro* Wrap housekeeper and timer events in transaction...
2000-06-28 Art Cancro* Changed the comments at the beginning of each file...
2000-02-14 Art Cancro* sysdep.c: added new event hook type EVT_TIMER. Timer...
2000-01-15 Art Cancro* Added a generic (void *) parameter to the ForEachUser...
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-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-04 Art Cancro* We now have a housekeeping thread and a housekeeping...
1999-02-24 Nathan Bryantfixes for BSDI. see ChangeLog.
1999-02-03 Nathan BryantFixes for Cygwin (see ChangeLog)
1998-12-21 Art Cancrohousekeeping.c: call kill_session() with session_to_kil...
1998-12-14 Art CancroMore session table stability nonsense
1998-12-12 Art Cancro * setup.c: default value for maxsessions is...
1998-11-04 Nathan Bryant * added RCS Id keyword strings to sources
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-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-07-12 Art Cancro Finished all of the code relating to the "global serve...
1998-07-11 Art CancroInitial revision