Test for existing BDB files (not used yet)
[citadel.git] / citadel / sysdep.c
2022-06-04 Art CancroThis is an omnibus commit which moves the Citadel Serve...
2021-12-19 Art CancroRemoved SSL cleanup function. Let the operating system...
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-05-02 Art CancroDisplay stack trace on caught signal. Also do this...
2021-03-08 Art CancroMy current love affair is with C++ style comments....
2021-03-04 Art Cancromove braces
2021-01-24 Art Cancrocleanup
2021-01-24 Art CancroNo more cleanup hooks. The OS can reclaim memory bette...
2021-01-24 Art CancroEliminated all destructor hooks. The operating system...
2021-01-23 Art CancroRemoved an old debugging harness
2021-01-02 Art CancroRemoved calls to chdir() from citserver. Not needed...
2019-08-20 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2019-08-19 Art Cancroctdl_tcp_server and ctdl_uds_server improved handling...
2019-08-13 Art CancroInitialize TSD key earlier in the startup process....
2019-06-19 Art CancroAccept the origin host as indicated by the client,...
2018-12-26 Art CancroRemoved the obsolete netproc hooks from the vcard module
2018-06-19 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2018-06-11 Art Cancroremove unused trace function
2017-12-14 Art Cancrominor style cleanups
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-07 Art CancroConverted two more .c files to new logging standard
2017-04-04 Art CancroInitial version of new room sharing poller. I don...
2017-03-31 Art CancroThese hooks are not needed when running single threaded
2017-03-12 Art CancroRemoved race condition from CheckIfAlreadySeen()
2017-02-25 Art Cancrocosmetic cleanup
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 sysdep.c to the new config format
2015-02-17 Wilfried GoesgensSend crashmessage just once per day.
2015-01-01 Wilfried Goesgensproperly abort if we fail to create debug files instead...
2014-10-21 Wilfried Goesgensadd whether we're in which eventloop / a worker thread...
2014-10-20 Wilfried Goesgensreplace strlens by breaks, fix comparison warnings.
2013-09-15 Wilfried Goesgenscleanup includes
2013-06-05 Wilfried GoesgensAdd handler for recovery of bad file descriptors
2013-05-14 Wilfried GoesgensTDAP: add facility to protect usetable entries from...
2013-04-20 Wilfried GoesgensTHREADS: config setting min_workers _now_ also is that...
2013-04-20 Wilfried GoesgensTHREADS: re-install the max workers & min spare workers...
2013-04-16 Wilfried Goesgensfix compilation.
2013-04-16 Wilfried GoesgensSockets: make clear we don't close a socket again.
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-02 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-07-02 Art CancroUpdated the copyright declaration in several modules...
2012-05-26 Wilfried Goesgensremove unneeded assignment.
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-04-24 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-04-22 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-04-22 Wilfried GoesgensLogging: add details to failed password attempts to...
2012-04-06 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-04-03 Art CancroChange some of the broken links pointing to citadel.org
2012-01-21 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-01-21 Wilfried GoesgensFix problem with closing 0-fds
2011-09-04 Art CancroReunified the master and client socket listener loops...
2011-09-04 Wilfried Goesgensremove one more systemcontext
2011-09-04 Art CancroRemove all uses of __FUNCTION__ because it is not portable
2011-09-04 Art Cancroremoved CtdlClearSystemContext() entirely.
2011-09-04 Art CancroModified select_on_master() to only have one code path...
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 CancroMore debugging
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-09-01 Wilfried GoesgensSilence the very noisy 'Interrupted CtdlThreadSelect'
2011-08-21 Wilfried Goesgensin some rare conditions, we seem to need to check the...
2011-07-09 Wilfried Goesgensmake shure invalid session fd's don't get set into...
2011-05-15 Wilfried Goesgenssending http requests instant now.
2011-04-02 Wilfried GoesgensUse IOBuffer with its StrBuf + const char* inside inste...
2010-11-14 Wilfried GoesgensMemleak: free the list of search hooks on exit
2010-10-13 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2010-10-13 Wilfried Goesgens* vCtdlLogPrintf(): combine the server data plus the...
2010-10-13 Art Cancro* Rewrote vCtdlLogPrintf() to NOT use any buffers at...
2010-10-13 Wilfried Goesgens* vCtdlLogPrintf(): combine the server data plus the...
2010-09-01 Art CancroBegan removing $Id$ tags. This will be an ongoing...
2010-08-29 Wilfried Göesgens* added debugging output while reading blobs via ssl.
2010-08-29 Wilfried Göesgens* output what we're sending into the BIGBAD_IODBG too.
2010-08-16 Art Cancro* Initial work on IPv6-enabling citserver
2010-07-27 Art Cancro* Changed some instances of 'struct CitContext *CCC...
2010-07-23 Art Cancro* Rewrote vCtdlLogPrintf() to NOT use any buffers at...
2010-06-20 Wilfried Göesgens* vCtdlLogPrintf(): if we are running as deamon, and...
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-06-03 Wilfried Göesgens* vCtdlLogPrintf(): add the userID when reporting from...
2010-05-21 Wilfried Göesgens* add possibility to specify the inbound buffer size
2010-05-06 Wilfried Göesgens* implement client_read_random_blob(); its hear to...
2010-04-26 Art Cancro* Executive decision. From now on, intr (ctrl-c) begin...
2010-03-24 Wilfried Göesgens* client_read_blob(): behave the same way in non-ssl...
2010-03-23 Wilfried Göesgens* client_read_blob() don't swallow errorstates.
2010-03-17 Wilfried Göesgens* CtdlClientGetLine(): we don't support Error while...
2010-03-17 Wilfried Göesgens* some null'ing of our debug codes
2010-03-16 Wilfried Göesgens* move the instant death to USR2 as dave questioned
next