Do not check for DB_H definition anymore.
[citadel.git] / citadel / sysdep_decls.h
2019-02-20 Art CancroDo not check for DB_H definition anymore.
2019-02-19 Art CancroThe battle against bit rot continues!
2013-09-15 Wilfried Goesgenscleanup: remove unneeded includes.
2013-02-09 Wilfried GoesgensNWC: fix format string for loff_t which is longlog...
2011-09-04 Art CancroReunified the master and client socket listener loops...
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 CancroMore debugging
2011-09-04 Art CancroRemoved the logging facility from citserver, use syslog...
2011-01-15 Wilfried Goesgensuse the gnu format string checker for CtdlLogPrintf...
2010-09-01 Art CancroBegan removing $Id$ tags. This will be an ongoing...
2010-08-16 Art Cancro* Initial work on IPv6-enabling citserver
2010-06-20 Wilfried Göesgens* vCtdlLogPrintf(): if we are running as deamon, and...
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-02-09 Wilfried Göesgens* change CtdlReadMessageBody to use StrBuf for concatte...
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-01 Dave WestFixed the bug that prevented DOWN from working properly.
2009-03-25 Wilfried Göesgens* make some pointers const...
2008-11-04 Art CancroThat didn't work.
2008-11-04 Art CancroExperimental rfc822 output helper that folds lines
2008-05-15 Art CancroAdded a mini http fetcher into webcit
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-01-17 Art CancroBacked out r5921 and r5936 because they were causing
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 WestRemoved redundant prototype of create_maintenance_threads()
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-06 Dave WestAdded the functions to allow scheduling of a thread...
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 WestClean up in sysdep_decls.h
2007-11-27 Dave WestNow do garbage collection every second.
2007-11-26 Dave WestThreads now have load averages of sorts.
2007-11-26 Dave WestNow we have a thread state for blocked. Only works...
2007-11-26 Dave WestFixed the clean up of Contexts when we exit.
2007-11-25 Dave WestHere it is, the new thread interface.
2007-11-21 Dave WestBegun implimentation of a really good thread control...
2007-11-06 Dave WestAdd #include <stdarg.h>
2007-10-14 Dave WestAdded new function calls for aide_message and lprintf.
2007-10-13 Wilfried Göesgens* we need to compare sizeof int to sizeof sizet to...
2007-09-12 Wilfried Göesgens* compare SIZEOF_SIZE_T with SIZEOF_LONG rather than...
2007-09-11 Wilfried Göesgens* 64 bit cleanness: format size_t properly in printf()
2007-08-23 Dave WestPatches from Matt with slight mod from me to do without...
2007-08-03 Dave WestContinue phase 2 of modules stuff.
2007-07-29 Wilfried Göesgens* moved some flags so that our run flags are collected...
2007-07-26 Dave WestMoved to new module init structure.
2007-06-03 Art CancroFixed a memory leak created by the use of regcomp()
2006-11-01 Wilfried Göesgens* added message subject to all those tiny messages
2006-07-06 Art Cancro* New HALT command shuts down server but suspends inste...
2005-06-16 Art Cancro* There is now a dedicated thread for doing database...
2005-06-01 Art Cancro* The full text indexer now runs in its own dedicated...
2005-04-29 Art Cancro* Removed the CtdlRedirectOutput() API, as we are no...
2005-03-20 Art Cancro* Logging to stderr no longer uses syslog()
2005-03-02 Art Cancro* serv_spam.c: use redirect_buffer instead of redirect_sock
2005-02-08 Art Cancro* client_gets(char *buf) has been replaced by
2005-01-19 Art Cancro* Minor and/or cosmetic changes made during x64 trouble...
2004-10-03 Art Cancro* Removed some vestiges
2004-09-23 Art Cancro* MyContext() no longer declared INLINE
2004-09-10 Art Cancro* Added flush_output() calls to IMAP modules. (Do...
2004-06-24 Art Cancro* Updated the ig_tcp_server() function to allow binding...
2004-03-24 Art Cancro* Put a new memory leak checker into the server because...
2004-02-27 Michael Hampton* Use syslog-compatible logging levels in lprintf(...
2004-01-17 Art Cancro* New server command-line option "-l" to send log outpu...
2003-12-09 Nathan Bryantdid a minimal amount of ANSIfication without changing...
2003-11-06 Art Cancro* For certain IMAP outputs (such as BODYSTRUCTURE)...
2003-04-01 Art Cancro* sysdep.c: optimized MyContext() a bit, and inlined...
2003-01-17 Art Cancro* Began making some build changes for Cygwin compatibility
2001-10-17 Nathan Bryant - declare *printf format specifiers if gcc detected
2001-10-16 Nathan Bryant- configury tweaks for a /usr/include/db3 goof and...
2001-09-06 Nathan Bryant#include fix for glibc 2.1.3
2001-09-06 Nathan Bryant - port to Cygwin (DLL support, etc.)
2001-07-20 Nathan Bryantfix build on solaris, check default install location...
2001-02-28 Art Cancro* Backed out the variable-length string changes.
2001-02-22 Stu MarkMostly made changes to allow client_gets to handle...
2001-01-09 Art Cancro* more merges
2000-03-07 Art Cancro* socket stuff
2000-02-14 Art Cancro* sysdep.c: added new event hook type EVT_TIMER. Timer...
2000-01-17 Art Cancro* citserver.c: cleanup hook functions are now run under...
1999-11-17 Art Cancro* Removed the session_count() function. Instead, keep...
1999-10-28 Art Cancro* Removed all of the thread cancellation cruft that...
1999-10-27 Art Cancro* Initial hack of worker-thread rearchitecture. Right...
1999-10-26 Art Cancrodamn bugs
1999-10-26 Art Cancro* Changed a lot of strncpy() calls to safestrncpy(...
1998-11-04 Nathan Bryant * added RCS Id keyword strings to sources
1998-10-08 Nathan Bryant * lots of warning fixes; builds with -std1...
1998-08-25 Nathan BryantMon Aug 24 20:04:04 EDT 1998 Nathan Bryant <bryant...
1998-08-18 Nathan BryantTue Aug 18 00:42:33 EDT 1998 Nathan Bryant <bryant...