Removed the logging facility from citserver, use syslog instead
[citadel.git] / citadel / sysdep.c
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...
2009-04-06 Art Cancro* Cleaned up the wording of the crashmail message
2009-04-06 Art Cancro* Changed the WIFEXITED logic to eliminate duplicate...
2009-04-06 Art Cancro* Set CTDLEXIT_SHUTDOWN value to 0
2009-04-06 Wilfried Göesgens* enable the watcher do differenciate between crash...
2009-03-30 Art Cancro* THIS IS 7.44 (BETA RELEASE ONLY)
2009-03-25 Wilfried Göesgens* make some pointers const...
2009-03-12 Art Cancro* Removed userspace buffering. Everyone has TCP_CORK...
2009-03-08 Wilfried Göesgens* we moved to COPYING instead of copyright.txt due...
2008-11-04 Art CancroThat didn't work.
2008-11-04 Art CancroExperimental rfc822 output helper that folds lines
2008-10-31 Art CancroWorking on the header crash sieve bug
2008-10-16 Art CancroTrust the compiler to do short-circuit evaluation.
2008-07-17 Dave WestAdded code to provide a preliminary single user mode.
2008-07-17 Dave WestSystem users (SYS_*) now have proper user numbers.
2008-05-28 Dave WestNow we name the 0 user that exists prior to a client...
2008-05-28 Dave WestNow we name all the private contexts.
2008-04-06 Dave WestGive the user contained within masterCC a name.
2008-03-29 Dave WestFix up ARTV import so that imports actually work.
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-18 Dave WestCreated a routine to get a copy of the context list...
2008-02-17 Art CancroRemoved a temporary hack to vlprintf() that displayed the
2008-02-17 Art CancroThe networker and RSS client each start up their own...
2008-01-22 Wilfried Göesgens* OpenBSD compatibility: select properly while reading...
2008-01-17 Art CancroBacked out r5921 and r5936 because they were causing
2008-01-16 Dave WestChanged log message when worker thread select is interr...
2008-01-15 Dave WestNow citadel.pid contains the pid of the watcher process...
2008-01-13 Wilfried Göesgens* avoid some function calls openBSD doesn't like us...
2008-01-13 Dave Westdo_hosekeeping is now a seperate thread. This releases...
2007-12-29 Dave WestAbstracted pthread from threads.* into sysdep_decls...
2007-12-29 Dave WestCreated a function to close the master sockets. It...
2007-12-23 Dave WestMoved all threading code into threads.c
2007-12-13 Dave WestA couple of minor speed ups and the beginings of using...
next