Release version 999 generated by do-release.sh
[citadel.git] / citadel / threads.c
2022-06-04 Art CancroThis is an omnibus commit which moves the Citadel Serve...
2021-04-25 Art CancroFixed .Help SUMMARY
2021-02-16 Art Cancrogetmx() now uses our array class
2021-02-11 Art Cancro/* We used to wait for all threads to exit. Fuck that...
2021-01-31 Art Cancroholy crap there is some old cruft in here I have to...
2019-09-25 Art CancroThe index key for user records now omits non-alphanumer...
2019-08-13 Art CancroInitialize TSD key earlier in the startup process....
2017-12-27 Art Cancroremoved some declarations that are no longer used
2017-05-24 Art CancroImplemented the use of %m as a shortcut for %s and...
2017-04-04 Art CancroInitial version of new room sharing poller. I don...
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-05-01 Art CancroMore conversion to the new config system. WARNING...
2013-12-07 Wilfried GoesgensTHREADS: for some reason in recent debian versions...
2013-09-15 Wilfried Goesgenscleanup includes
2013-04-20 Wilfried GoesgensTHREADS: re-install the max workers & min spare workers...
2012-09-16 Wilfried GoesgensUpsie, usleep is 10^6 times smaller than sleep
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-02-26 Wilfried GoesgensRe-Sort Cleanup of event io on shutdown
2012-02-21 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-02-21 Wilfried Goesgenssleep() isn't defined to be per thread; use usleep...
2011-09-06 Wilfried Goesgensfix more merge hickups
2011-09-04 Art CancroReunified the master and client socket listener loops...
2011-09-04 Art CancroDecrement num_workers when exiting worker_thread()...
2011-09-04 Art CancroBegan working on the 'clean shutdown' code for the...
2011-09-04 Art CancroInitial implementation of the worker thread pool size...
2011-09-04 Art CancroSwitched back to the old style thread architecture...
2011-09-04 Art CancroRemoved the DEBUG_MEMORY_LEAKS framework because we...
2011-09-04 Art CancroMoved all of the background tasks back to the old EVT_T...
2011-09-04 Art CancroTemporarily disable CtdlThreadGC() to get Uncensored...
2011-09-04 Art CancroCC->kill_me now contains an enum indicating the REASON...
2011-09-04 Art CancroRemoved the logging facility from citserver, use syslog...
2011-01-15 Wilfried Goesgensuse the gnu format string checker for CtdlLogPrintf...
2010-12-26 Wilfried Goesgenslibevent Migration:
2010-10-22 Wilfried Goesgens* if we're shutting down instantly close our server...
2010-09-23 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2010-09-20 Art CancroCtdlThreadSchedule() considered harmful. Eliminate...
2010-09-01 Art CancroBegan removing $Id$ tags. This will be an ongoing...
2010-07-27 Wilfried Göesgens* ctdl_internal_thread_func(): just use SYS_gettid...
2010-06-20 Wilfried Göesgens* fix HAVE_SYSCALL_H detection
2010-06-08 Wilfried Göesgens* check for syscall.h
2010-06-07 Wilfried Göesgens* by counting up threads starting at 3, we seem to...
2010-02-25 Wilfried Göesgens* rework imap tokenizer, we no longer copy the stuff...
2009-12-12 Dave Westthreads are using signals and the GC code is #ifdef...
2009-11-30 Wilfried Göesgens* make configure check for getloadavg()
2009-11-20 Art Cancro* Reverted r8058 because it is crashing Uncensored...
2009-11-17 Wilfried Göesgens* arm the thread on shutdown killer. killing is better...
2009-11-10 Dave WestCode clean up.
2009-11-03 Dave WestIncreased the load average before strangling the server...
2009-11-02 Dave WestAllow simulation mode to be terminated before completion
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-31 Dave WestFixed a bug in the threading code that would prevent...
2009-09-15 Art Cancro* Save entire instant message conversations to the...
2009-04-14 Art Cancro* svn propset svn_keywords 'Id' on some files that...
2009-03-08 Wilfried Göesgens* we moved to COPYING instead of copyright.txt due...
2008-07-17 Dave WestAdded code to provide a preliminary single user mode.
2008-05-15 Art CancroAdded a mini http fetcher into webcit
2008-03-29 Dave WestFix up ARTV import so that imports actually work.
2008-03-26 Art CancroThread log was too verbose when writing to disk
2008-03-25 Dave WestBump the citadel rev number to 733. It got missed in...
2008-03-21 Dave WestDid away with lprintf all together now its called CtdlL...
2008-03-20 Dave WestA test fix for the thread cancellation routine.
2008-03-20 Dave WestPrevent cancellation of threads but log that we would...
2008-03-18 Dave WestWhen doing shutdown we allow each thread up to 5 second...
2008-02-02 Art Cancro* Thread ID's are now displayed in 0x%08lx format instead
2008-01-17 Art CancroBacked out r5921 and r5936 because they were causing
2008-01-13 Wilfried Göesgens* openbsd has no -lresolv, its in their libc.
2008-01-13 Dave Westdo_hosekeeping is now a seperate thread. This releases...
2008-01-07 Dave WestSmall increase in performance when creating new threads.
2007-12-29 Dave WestAbstracted pthread from threads.* into sysdep_decls...
2007-12-29 Dave WestRemoved two unused mutex's.
2007-12-29 Dave WestRemoved a few unneccesary lock calls to get a small...
2007-12-23 Dave WestMoved all threading code into threads.c