summaryrefslogtreecommitdiffstats
path: root/source3/lib/pthreadpool
Commit message (Expand)AuthorAgeFilesLines
* pthreadpool: Allow multiple jobs to be receivedVolker Lendecke2014-03-274-27/+39
* pthreadpool: Avoid a malloc/free per jobVolker Lendecke2014-03-271-54/+91
* pthreadpool: Add test for fork crashVolker Lendecke2014-03-031-0/+48
* pthreadpool: Fix pthreadpools with forkVolker Lendecke2014-03-031-15/+6
* pthreadpool: Fix a comment, "quit"->"shutdown"Volker Lendecke2014-01-281-2/+2
* pthreadpool: Fix CID 710828 Sizeof not portableVolker Lendecke2013-05-121-1/+1
* build: Do not install testing binariesAndrew Bartlett2012-11-221-1/+2
* s3: Fix compilation of pthreadpool_sync.c on platforms without pthread.hVolker Lendecke2012-06-281-1/+0
* s3: Add a dummy implementation for the pthreadpool APIVolker Lendecke2012-06-192-4/+183
* s3: Fix the pthreadpool build on OS/XVolker Lendecke2012-04-091-0/+1
* s3: Update waf build to include missed dependancy on Lion.Ira Cooper2012-03-151-1/+1
* s3: Fix a typoVolker Lendecke2012-01-191-1/+1
* Change the signature of pthreadpool_finished_job() to return 0Jeremy Allison2011-12-223-14/+18
* replace: Add don't include unistd.h directly and add uid_wrapper.Andreas Schneider2011-10-271-1/+1
* build: Fix waf build on MacOS XAndrew Bartlett2011-09-231-1/+2
* s3-waf: Fix pthreadpool build which needs librt now.Andreas Schneider2011-06-061-1/+1
* s3/pthreadpool: replace bad portable gettimeofday by clock_gettimeBjörn Jacke2011-06-061-4/+2
* s3: Properly clean up in pthreadpool_init in case of failureVolker Lendecke2011-04-271-0/+6
* s3-waf: add pthreadpool support.Günther Deschner2011-04-271-0/+11
* s3: Allow unlimited parallelism in pthreadpoolVolker Lendecke2011-04-262-9/+31
* s3: pthreadpool_sig_fd->pthreadpool_signal_fdVolker Lendecke2011-04-253-6/+6
* s3: Tiny doc for pthreadpoolVolker Lendecke2011-04-251-7/+59
* s3: Many pthreadpool fixesVolker Lendecke2011-04-254-0/+1005