Mailing list header changes (fuck you Google)
[citadel.git] / citadel / sysdep.c
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...
2007-12-07 Dave WestCtdlThreadSelect no longer needs to be told which threa...
2007-12-07 Dave WestHunting a bug in scheduled threads that caused a segflt...
2007-12-06 Dave WestA couple of clean up functions to help valgrind.
2007-12-06 Dave WestAdded the functions to allow scheduling of a thread...
2007-12-05 Dave WestPrevent an ocassional segflt on exit.
2007-12-05 Dave WestPrevent the creation of new threads if system load...
2007-12-05 Dave WestChanged the way we do the TSD area.
2007-12-04 Dave WestChanged the way we name threads. Now we use a const...
2007-12-01 Dave WestTry to rationalise the mutex lock/unlock sequence....
2007-11-30 Dave WestFixed up a comment.
2007-11-30 Dave WestChanged the way we create aditional threads. One for...
2007-11-30 Dave WestNow check for scheduled shutdown in garbage collector.
2007-11-30 Dave WestRemoved a spurios CtdlThreadPopName()
2007-11-30 Dave WestNow signals will stop the server again.
2007-11-30 Dave WestClose a window that allowed a new thread to be created...
2007-11-30 Dave WestDon't queue up all the worker threads waiting for the...
2007-11-30 Dave WestA mismatch of the worker thread counts is a critical...
2007-11-30 Dave WestDon't do a CtdlThreadStopAll() within a critical_sectio...
2007-11-30 Dave WestSmall optimisation for CtdlThreadSelect(). Now takes...
2007-11-30 Dave Westctdl_thread_internal_gc() now follows rule for critical...
2007-11-30 Dave WestFake a lower load average of new threads. When starting...
2007-11-30 Dave WestLock the state change on exiting a thread.
2007-11-30 Dave WestAdded a macro to get a threads structure.
2007-11-30 Dave WestTo lock or not to lock before signalling a condition?
2007-11-30 Dave WestMinor optimisation to calculation of load averages.
2007-11-30 Dave WestAdd a function try_critical_section()
2007-11-30 Dave WestSignals can't call thread functions so don't do CtdlThr...
2007-11-27 Dave WestAdded --with-threadlog. Use this if you want the thread...
2007-11-27 Dave WestOoops, A little buglet with SIGPIPE, my fault.
next