Removed the logging facility from citserver, use syslog instead
[citadel.git] / citadel / context.c
2011-09-04 Art CancroRemoved the logging facility from citserver, use syslog...
2011-08-31 Wilfried GoesgensCorrect logging expressions
2011-08-24 Wilfried GoesgensWhen creating system contexts, set the Context name.
2011-07-09 Wilfried Goesgensmake shure invalid session fd's don't get set into...
2011-05-14 Wilfried Goesgensdon't copy filedescriptors into the clone.
2011-05-10 Wilfried Goesgensjust log the close if we're realy going to close.
2011-05-10 Wilfried GoesgensDon't close 0-filedescriptors on session killing, its...
2011-04-02 Wilfried GoesgensGive event clients a citadel session context.
2011-04-02 Wilfried GoesgensUse IOBuffer with its StrBuf + const char* inside inste...
2011-01-15 Wilfried Goesgensuse the gnu format string checker for CtdlLogPrintf...
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 CancroWhen creating a new context, set lastcmd to now.
2010-09-20 Art CancroCtdlThreadSchedule() considered harmful. Eliminate...
2010-09-01 Art CancroBegan removing $Id$ tags. This will be an ongoing...
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-03 Wilfried Göesgens* add function to cleanly shutdown server threads
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-05-18 Wilfried Göesgens* split cutuserkey() out of makeuserkey(); its name...
2010-02-26 Wilfried Göesgens* use eUsrAxlvl all over the place
2010-02-25 Art Cancro* Working on async
2010-02-25 Art Cancro* Noticed that when serv_chat.c sets async_waiting...
2010-02-23 Art Cancro* In the extremely unlikely event that CtdlGetContextAr...
2010-02-08 Wilfried Göesgens* start migration to buffered I/O
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 WestCleaned a few warnings about deprecated functions.
2009-11-10 Dave WestMoved BumpNewMailCounter() into context.c because it...
2009-11-10 Dave WestGrabbed another chunk of code out of user_ops.c, purge_...
2009-11-10 Dave WestGrabbed that previously noted bad code from rename_user...
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.