Logging: add timestamps for eventdriven IO
[citadel.git] / citadel / context.h
2012-04-24 Wilfried GoesgensLogging: add timestamps for eventdriven IO
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...
2011-11-22 Wilfried Goesgenswork on a way to output the success / failure state...
2011-09-04 Art CancroSwitched back to the old style thread architecture...
2011-09-04 Art CancroRevert "Replaced cached_msglist array with a btree...
2011-09-04 Art CancroReplaced cached_msglist array with a btree persistent...
2011-09-04 Art CancroDisplay PASS/FAIL syslog msgs for the new security...
2011-09-04 Art CancroCache the most recently fetched msglist in CtdlForEachM...
2011-09-04 Art CancroRemoved nonce/apop/pas2, no longer used by anyone
2011-09-04 Art CancroRemoved the logging facility from citserver, use syslog...
2011-07-09 Wilfried Goesgensmake shure invalid session fd's don't get set into...
2011-04-02 Wilfried GoesgensGive event clients a citadel session context.
2011-04-02 Wilfried GoesgensUse IOBuffer with its StrBuf + const char* inside inste...
2010-11-22 Wilfried GoesgensAdd PID/GID/UID of communications parters with unix...
2010-10-22 Wilfried Goesgens* if we're shutting down instantly close our server...
2010-09-01 Art CancroBegan removing $Id$ tags. This will be an ongoing...
2010-07-23 Art Cancro* Rewrote vCtdlLogPrintf() to NOT use any buffers at...
2010-06-03 Wilfried Göesgens* vCtdlLogPrintf(): add the userID when reporting from...
2010-05-18 Wilfried Göesgens* INLINE doesn't work across several objects as of...
2010-03-13 Wilfried Göesgens* migrate redirect_buffer logic to StrBuf, valgrind...
2010-02-25 Art Cancro* Noticed that when serv_chat.c sets async_waiting...
2010-02-12 Wilfried Göesgens* custom sockets need to work buffered too...
2010-02-08 Wilfried Göesgens* start migration to buffered I/O
2010-02-06 Wilfried Göesgens* remember the total size a downloadable file has
2010-01-10 Dave WestFix race condition that caused segfaults in imap and...
2009-12-12 Dave Westthreads are using signals and the GC code is #ifdef...
2009-11-10 Dave WestGrabbed a chunk of code out of citserver.c cmd_term...
2009-11-10 Dave WestMoved terminate_idles_sessions into context.c since...
2009-11-10 Dave WestMoved BumpNewMailCounter() into context.c because it...
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.