* Thread ID's are now displayed in 0x%08lx format instead
[citadel.git] / citadel / threads.c
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