Add handler for recovery of bad file descriptors
[citadel.git] / citadel / sysdep.c
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
2010-03-14 Wilfried Göesgens* exit citserver on SIG_USR1 instantly, so we have...
2010-03-13 Wilfried Göesgens* migrate redirect_buffer logic to StrBuf, valgrind...
2010-03-02 Wilfried Göesgens* #if-out the buffered-read-debug-o-matic
2010-03-02 Art Cancro* Slightly more computationally efficient version of...
2010-02-25 Dave WestFix HaveMoreLinesWaiting. Fixes IG's problem with async.
2010-02-24 Art Cancro* Fixed some warnings
2010-02-24 Dave WestFix async messages (hopefully).
2010-02-21 Wilfried Göesgens* fix endless loop; respect kill_me
2010-02-20 Wilfried Göesgens* debug output for BLOB reading too.
2010-02-19 Wilfried Göesgens* protect access to client_sock here too.
2010-02-17 Wilfried Göesgens* fix returnvalue of wrapper to be identical to as...
2010-02-14 Wilfried Göesgens* copy the FD so we're safe of other threads setting...
2010-02-14 Wilfried Göesgens* remove debug code
2010-02-14 Wilfried Göesgens* don't flush the inbuffer on send; while this is appro...
2010-02-13 Wilfried Göesgens* check whether the FD got fuxored meanwhile before...
2010-02-12 Wilfried Göesgens* custom sockets need to work buffered too...
2010-02-09 Wilfried Göesgens* if we got more in our commandbuf than the last comman...
2010-02-08 Wilfried Göesgens* start migration to buffered I/O
2010-02-08 Wilfried Göesgens* remove test URL from mail how did this creep into...
2010-02-06 Wilfried Göesgens* optimize SMTP in, first step:
2010-01-31 Dave WestAnother attempt to close the hole causing crashes when...
2010-01-30 Dave WestAttempt to fix the crash that results from a new sessio...
2010-01-10 Dave WestFix race condition that caused segfaults in imap and...
2010-01-05 Wilfried Göesgens* want if mkdir, chmod, chown fail...
2010-01-05 Wilfried Göesgens* make it const where possible...
2010-01-02 Wilfried Göesgens* add cputbuf which outputs a StrBuf to the client
2009-12-12 Dave Westthreads are using signals and the GC code is #ifdef...
2009-11-08 Dave WestAdded a log message to test for a problem in worker_thread
2009-11-03 Dave WestIncreased the load average before strangling the server...
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-10-29 Dave WestDon't register commands twice, only register them befor...
2009-10-25 Dave WestA few more API clean ups. Mainly revolving around user_...
2009-10-23 Dave WestFix the Makefile.in to properly clean the user_modules...
2009-09-28 Art Cancro* Found and removed a large section of the old LDAP...
2009-06-25 Wilfried Göesgens* first check CC before accessing it. Save time by...
2009-06-21 Wilfried Göesgens* add support for reading the UID via getsockopt from...
2009-04-11 Art Cancro* Fixed a bug where sysdep.c fails to build if OpenSSL...
next