aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-msgport.c
Commit message (Expand)AuthorAgeFilesLines
* Debugging routine. (Only works for recursive mutexes right now.)Dan Winship2001-05-021-0/+8
* Added #include <glib.h> and move corresponding local headers to the top toKjartan Maraas2001-04-241-2/+2
* Remove #include <glib.h> Shuffle some headers. Remove #includeKjartan Maraas2001-03-301-6/+5
* Turned off some of the debug.Not Zed2001-02-231-2/+2
* Wait a lot lot longer for threads to finish.Not Zed2001-02-231-2/+2
* Turn on joining of cancelled threads. (e_msgport_wait): Put a cleanupNot Zed2001-01-311-1/+12
* If we have waiting threads, then dont start a new one for the NEW case.Not Zed2001-01-291-8/+89
* #define E_THREAD_NONE as ((pthread_t)~0) and use that instead of ~0Dan Winship2001-01-061-10/+12
* Some debug commented out, static list intialiser.Michael Zucci2001-01-031-6/+7
* Merge from camel-mt-branch.Not Zed2000-12-241-0/+774