Added new function calls for aide_message and lprintf.
[citadel.git] / citadel / sysdep.c
2007-10-14 Dave WestAdded new function calls for aide_message and lprintf.
2007-10-13 Wilfried Göesgens* speed up client_write by fetching the context once.
2007-10-05 Wilfried Göesgens* don't use CC in frequent loops. use it once outside.
2007-10-04 Dave WestThe pid file now contains a valid pid (it used to be 0).
2007-09-01 Wilfried Göesgens* matts patch fixing the ecrash <-> autoconf interferance.
2007-08-26 Wilfried Göesgens* modules registering serverports now need to specify...
2007-08-24 Wilfried Göesgens* no, we don't want to remember everything we logged.
2007-08-23 Dave WestPatches from Matt with slight mod from me to do without...
2007-08-19 Wilfried Göesgens* fchmod doesn't like FD's to sockets.
2007-08-17 Wilfried Göesgens* write backtrace after client_write failing.
2007-08-16 Wilfried Göesgens* once we have an FD we can use it for fchmod
2007-08-11 Wilfried Göesgens* applied matts patch; flattened indention.
2007-08-09 Wilfried Göesgens* Holy war on strlen: use IsEmptyStr where apropriate.
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-05-29 Wilfried Göesgens* move arround some files in the configured build accor...
2007-03-05 Wilfried Göesgens* create format strings different for solaris
2007-02-25 Wilfried Göesgens* solaris compatibility patches.
2007-01-21 Wilfried Göesgens* shut down libical apropriate.
2007-01-20 Wilfried Göesgens * cleanup ourselfs on exit.
2007-01-15 Art CancroChecked in matt's patches for TCP performance on Mac OS:
2006-12-28 Art CancroFixed pidfile handling
2006-12-27 Art Cancro* setup.c: updated to use new built-in daemonization
2006-12-27 Wilfried Göesgens* purge ctdlsvc.c
2006-12-20 Art Cancro* Lock citadel.control using flock() immediately after
2006-11-01 Wilfried Göesgens* added message subject to all those tiny messages
2006-09-21 Art Cancroserv_network.c and msgbase.c: preliminary work for...
2006-07-06 Art Cancro* New HALT command shuts down server but suspends inste...
2006-04-04 Art CancroIn r3487 we had set the master listening sockets to
2006-04-04 Art CancroWhen client_write() fails, display the byte count as...
2006-04-04 Art Cancrowhen client_write() fails, display the error
2006-01-31 Art Cancro* client_getln() now strips only the trailing CR/LF...
2005-10-31 Art Cancro* When logging to syslog is enabled, SMTP transactions...
2005-10-31 Art Cancro* syslog messages are now sent to the desired facility...
2005-10-25 Art Cancro* msgbase.c: when a summary mode message list is reques...
2005-10-08 Art Cancrobugzilla 164
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-24 Art Cancro* More extermination of the dreaded SIZ moby-buffers.
2005-03-23 Art Cancro* Began an effort to eliminate SIZ wherever possible...
2005-03-20 Art Cancro* Logging to stderr no longer uses syslog()
2005-03-18 Art Cancro* Finished removing all the "dynamic session data"...
2005-03-10 Art Cancro* Altered the algorithm by which the doubly-linked...
2005-03-03 Art Cancro* sysdep.c: change the algorithm for dynamically expand...
2005-03-03 Art Cancro* Realized that memreadline() does NOT return a NULL...
2005-03-02 Art Cancro* serv_spam.c: use redirect_buffer instead of redirect_sock
2005-03-01 Art Cancro* Began implementation of a third RedirectOutput mode...
2005-02-21 Art Cancro* Master listening sockets are now non blocking, in...
2005-02-17 Art Cancro* Removed "Log Hooks." This enabled the removal of...
2005-02-16 Art Cancro*** empty log message ***
2005-02-16 Art Cancro* master_cleanup() now passes along an exit code from...
2005-02-16 Art Cancro* Try to reach our cleanup routine when SIGSEGV is...
2005-02-16 Art Cancro* Be more aggressive about shutting down when told...
2005-02-16 Art Cancro* Applied patches submitted by Kevin Kilbride for TCP_C...
2005-02-12 Art Cancro* Changes to lprintf() and start_daemon() submitted...
2005-02-08 Art Cancro* client_gets(char *buf) has been replaced by
2005-01-22 Art Cancro* Increased per-thread stack size again, this time...
2005-01-21 Art Cancro* Increase per-thread stack size from 128k to 256k...
2005-01-19 Art Cancro* Minor fixenbugs after running with Valgrind
2005-01-19 Art Cancro*** empty log message ***
2005-01-18 Art Cancro* Trying to fix IMAP brokenness on Linux-x64. Committi...
2005-01-04 Art Cancro* sysdep.c: if we have enough information to do so...
2004-12-12 Michael Hampton* sysdep.c: lprintf(): Bug 124: Fix remote format strin...
2004-10-12 Art Cancro* Cleaned up some things that generated compiler warnings
2004-10-05 Art Cancro* Changed a bunch of localtime() calls to localtime_r...
2004-10-04 Michael Hampton* Fix a couple of minor compiler warnings
2004-10-03 Art Cancro* Removed some vestiges
2004-10-03 Art Cancro* sysdep.c: in the main server loop, when time_to_die...
2004-10-03 Art Cancro* Added pthread_attr_destroy() in the appropriate locat...
2004-09-23 Art Cancro* MyContext() no longer declared INLINE
2004-09-23 Art Cancro* in MyContext(), reduced the number of calls to pthrea...
2004-09-05 Michael Hampton* Network optimizations - buffer output server-side...
2004-09-05 Michael Hampton* sysdep.c: unbuffer_output(): Split the writing part...
2004-08-28 Michael Hampton* Change the logging level of some messages and add...
2004-08-11 Art Cancro* Replaced all "Citadel/UX" references with "Citadel"
2004-06-24 Art Cancro* Updated the ig_tcp_server() function to allow binding...
2004-06-16 Art Cancro* More scheduler changes. Removed the rescan pipe...
2004-06-16 Art Cancro* Scheduler fix ... added the rescan pipe back in
2004-06-11 Art Cancro* Optimized the scheduler some more. The S_I_WANNA_SEL...
2004-06-09 Art Cancro* The scheduler can now "wake up" a session to deliver...
2004-06-06 Art Cancro* New session scheduler. All sessions which select...
2004-05-15 Michael Hampton* Scheduler: when next_session is to be deleted, make...
2004-05-14 Art Cancro* When a session kills itself (for example, due to...
2004-05-11 Nathan Bryant* configure.ac: check for <sys/prctl.h>
2004-05-06 Art Cancro* Never reduce the size of the thread pool, only increa...
2004-04-26 Art Cancro* Enable core dumps regardless of system ulimit setting
2004-03-29 Art Cancro* begin_critical_section() -- bypass transaction checki...
2004-03-24 Art Cancro* msgbase.c: repaired a memory leak
2004-03-24 Art Cancro* Put a new memory leak checker into the server because...
2004-03-24 Art Cancro* Removed the built-in memory leak checker. It wasn...
2004-03-22 Michael Hampton* sysdep.c: worker_thread(): Make scheduling a little...
2004-02-27 Michael Hampton* Use syslog-compatible logging levels in lprintf(...
2004-02-16 Michael Hampton* Log session IDs in syslog as well as stderr
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-08-26 Art Cancro* comment
2003-04-01 Art Cancro* sysdep.c: optimized MyContext() a bit, and inlined...
next