* svn propset svn_keywords 'Id' on some files that didn't have it
[citadel.git] / citadel / threads.c
2009-04-14 Art Cancro* svn propset svn_keywords 'Id' on some files that...
2009-03-08 Wilfried Göesgens* we moved to COPYING instead of copyright.txt due...
2008-07-17 Dave WestAdded code to provide a preliminary single user mode.
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-26 Art CancroThread log was too verbose when writing to disk
2008-03-25 Dave WestBump the citadel rev number to 733. It got missed in...
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-20 Dave WestPrevent cancellation of threads but log that we would...
2008-03-18 Dave WestWhen doing shutdown we allow each thread up to 5 second...
2008-02-02 Art Cancro* Thread ID's are now displayed in 0x%08lx format instead
2008-01-17 Art CancroBacked out r5921 and r5936 because they were causing
2008-01-13 Wilfried Göesgens* openbsd has no -lresolv, its in their libc.
2008-01-13 Dave Westdo_hosekeeping is now a seperate thread. This releases...
2008-01-07 Dave WestSmall increase in performance when creating new threads.
2007-12-29 Dave WestAbstracted pthread from threads.* into sysdep_decls...
2007-12-29 Dave WestRemoved two unused mutex's.
2007-12-29 Dave WestRemoved a few unneccesary lock calls to get a small...
2007-12-23 Dave WestMoved all threading code into threads.c