| Commit message (Expand) | Author | Age | Files | Lines |
* | define in terms of privincludedir. | Dan Winship | 2003-02-06 | 1 | -0/+2 |
* | Allow an e-mutex to be used with standard condition variables. | Not Zed | 2002-12-09 | 1 | -0/+19 |
* | Added an optional nspr pipe field. (e_msgport_new): Init nspr pipe to | Not Zed | 2002-11-23 | 1 | -14/+113 |
* | Return the actual count, rather than always 0! | Not Zed | 2002-07-25 | 1 | -1/+1 |
* | Protect against EINTR (irix?), see bug #24086. | Not Zed | 2002-06-03 | 1 | -4/+7 |
* | Destroy our mutex too. (e_thread_new): Add thread to a new list of all | Not Zed | 2002-05-06 | 1 | -0/+46 |
* | Write the pipe notification outside the lock. This way if the pipe fills | 8 | 2001-09-29 | 1 | -3/+8 |
* | Instead of using pthread_cancel() which seems to have numerous | 1 | 2001-09-21 | 1 | -62/+49 |
* | Debugging routine. (Only works for recursive mutexes right now.) | Dan Winship | 2001-05-02 | 1 | -0/+8 |
* | Added #include <glib.h> and move corresponding local headers to the top to | Kjartan Maraas | 2001-04-24 | 1 | -2/+2 |
* | Remove #include <glib.h> Shuffle some headers. Remove #include | Kjartan Maraas | 2001-03-30 | 1 | -6/+5 |
* | Turned off some of the debug. | Not Zed | 2001-02-23 | 1 | -2/+2 |
* | Wait a lot lot longer for threads to finish. | Not Zed | 2001-02-23 | 1 | -2/+2 |
* | Turn on joining of cancelled threads. (e_msgport_wait): Put a cleanup | Not Zed | 2001-01-31 | 1 | -1/+12 |
* | If we have waiting threads, then dont start a new one for the NEW case. | Not Zed | 2001-01-29 | 1 | -8/+89 |
* | #define E_THREAD_NONE as ((pthread_t)~0) and use that instead of ~0 | Dan Winship | 2001-01-06 | 1 | -10/+12 |
* | Some debug commented out, static list intialiser. | Michael Zucci | 2001-01-03 | 1 | -6/+7 |
* | Merge from camel-mt-branch. | Not Zed | 2000-12-24 | 1 | -0/+774 |