Mailing list header changes (fuck you Google)
[citadel.git] / citadel / include / ctdl_module.h
2007-12-29 Dave WestAbstracted pthread from threads.* into sysdep_decls...
2007-12-29 Dave WestFix the missing #define CTDLTHREAD_BIGSTACK for the...
2007-12-07 Dave WestCtdlThreadSelect no longer needs to be told which threa...
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-03 Dave WestAdded an entry point to the modules init stuff.
2007-12-03 Art CancroInstant messages now carry the email address or JID...
2007-12-01 Dave WestTry to rationalise the mutex lock/unlock sequence....
2007-11-30 Dave WestRemoved the PushName and PopName debugging macros that...
2007-11-30 Dave WestAdd prototype for CtdlThreadGetWorkers()
2007-11-30 Dave WestNow signals will stop the server again.
2007-11-30 Dave WestSmall optimisation for CtdlThreadSelect(). Now takes...
2007-11-30 Dave WestAdded a macro to get a threads structure.
2007-11-27 Dave WestAdded --with-threadlog. Use this if you want the thread...
2007-11-25 Dave WestHere it is, the new thread interface.
2007-10-14 Dave WestAdded new function calls for aide_message and lprintf.
2007-10-14 Dave WestAdded a simple comment to include/ctdl_module.h
2007-10-05 Dave WestBig change to the ldap code to break its dependancy...
2007-09-20 Art CancroMaster User hack is now defined in site config instead of
2007-08-26 Wilfried Göesgens* modules registering serverports now need to specify...
2007-08-05 Dave WestContinue phase 2 of modules stuff.
2007-08-03 Dave WestContinue phase 2 of modules stuff.
2007-07-26 Dave WestMoved to new module init structure.