lib: Move pipe signalling to pthreadpool_pipe.c
[samba.git] / source3 / lib / pthreadpool / pthreadpool.c
2016-08-23 Volker Lendeckelib: Move pipe signalling to pthreadpool_pipe.c
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: 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-04-09 Volker Lendeckes3: Fix the pthreadpool build on OS/X
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 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-26 Volker Lendeckes3: Allow unlimited parallelism in pthreadpool
2011-04-25 Volker Lendeckes3: pthreadpool_sig_fd->pthreadpool_signal_fd
2011-04-25 Volker Lendeckes3: Many pthreadpool fixes