pthreadpool: Use detached threads
[kai/samba-autobuild/.git] / source3 / lib / pthreadpool /
2016-10-04 Volker Lendeckepthreadpool: Use detached threads
2016-10-04 Volker Lendeckepthreadpool: Make "shutdown" a bool
2016-08-30 Volker Lendeckepthreadpool: Signal job completion without the pool...
2016-08-29 Volker Lendeckepthreadpool: We always want asserts to abort()
2016-08-29 Volker Lendeckepthreadpool: Fix formatting
2016-08-23 Volker Lendeckelib: Add pthreadpool_tevent
2016-08-23 Volker Lendeckelib: add job data to to callback
2016-08-23 Volker Lendeckelib: Move pipe signalling to pthreadpool_pipe.c
2016-08-23 Volker Lendeckelib: Use pthreadpool_pipe instead of pthreadpool
2016-08-23 Volker Lendeckelib: Add pthreadpool_pipe
2016-08-16 Stefan Metzmachers3:lib/pthreadpool: fix the build on older systems
2016-08-12 Volker Lendeckelib: Use replace.h properly in pthreadpool
2015-11-10 Volker Lendeckelib: Fix CID 1338432 Unchecked return value
2014-08-22 Volker Lendeckepthreadpool: Slightly serialize jobs
2014-03-27 Volker Lendeckepthreadpool: Allow multiple jobs to be received
2014-03-27 Volker Lendeckepthreadpool: Avoid a malloc/free per job
2014-03-03 Volker Lendeckepthreadpool: Add test for fork crash
2014-03-03 Volker Lendeckepthreadpool: Fix pthreadpools with fork
2014-01-28 Volker Lendeckepthreadpool: Fix a comment, "quit"->"shutdown"
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-05-12 Volker Lendeckepthreadpool: Fix CID 710828 Sizeof not portable
2012-11-22 Andrew Bartlettbuild: Do not install testing binaries
2012-06-28 Volker Lendeckes3: Fix compilation of pthreadpool_sync.c on platforms...
2012-06-19 Volker Lendeckes3: Add a dummy implementation for the pthreadpool API
2012-04-09 Volker Lendeckes3: Fix the pthreadpool build on OS/X
2012-03-15 Ira Coopers3: Update waf build to include missed dependancy on...
2012-01-19 Volker Lendeckes3: Fix a typo
2011-12-22 Jeremy AllisonChange the signature of pthreadpool_finished_job()...
2011-10-27 Andreas Schneiderreplace: Add don't include unistd.h directly and add...
2011-09-23 Andrew Bartlettbuild: Fix waf build on MacOS X
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-06-06 Andreas Schneiders3-waf: Fix pthreadpool build which needs librt now.
2011-06-06 Björn Jackes3/pthreadpool: replace bad portable gettimeofday by...
2011-04-27 Volker Lendeckes3: Properly clean up in pthreadpool_init in case of...
2011-04-27 Günther Deschners3-waf: add pthreadpool support.
2011-04-26 Volker Lendeckes3: Allow unlimited parallelism in pthreadpool
2011-04-25 Volker Lendeckes3: pthreadpool_sig_fd->pthreadpool_signal_fd
2011-04-25 Volker Lendeckes3: Tiny doc for pthreadpool
2011-04-25 Volker Lendeckes3: Many pthreadpool fixes