Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-10-27 | replace: Add don't include unistd.h directly and add uid_wrapper. | Andreas Schneider | 1 | -1/+1 | |
2011-09-23 | build: Fix waf build on MacOS X | Andrew Bartlett | 1 | -1/+2 | |
The -framework CoreFoundation is required by the charset_macosxfs module The system/time.h header is required to access the replacement clock_gettime() Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Fri Sep 23 10:58:02 CEST 2011 on sn-devel-104 | |||||
2011-06-06 | s3-waf: Fix pthreadpool build which needs librt now. | Andreas Schneider | 1 | -1/+1 | |
Autobuild-User: Andreas Schneider <asn@cryptomilk.org> Autobuild-Date: Mon Jun 6 23:31:09 CEST 2011 on sn-devel-104 | |||||
2011-06-06 | s3/pthreadpool: replace bad portable gettimeofday by clock_gettime | Björn Jacke | 1 | -4/+2 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-04-27 | s3: Properly clean up in pthreadpool_init in case of failure | Volker Lendecke | 1 | -0/+6 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Apr 27 23:57:19 CEST 2011 on sn-devel-104 | |||||
2011-04-27 | s3-waf: add pthreadpool support. | Günther Deschner | 1 | -0/+11 | |
Volker, please check. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Apr 27 17:57:32 CEST 2011 on sn-devel-104 | |||||
2011-04-26 | s3: Allow unlimited parallelism in pthreadpool | Volker Lendecke | 2 | -9/+31 | |
2011-04-25 | s3: pthreadpool_sig_fd->pthreadpool_signal_fd | Volker Lendecke | 3 | -6/+6 | |
2011-04-25 | s3: Tiny doc for pthreadpool | Volker Lendecke | 1 | -7/+59 | |
2011-04-25 | s3: Many pthreadpool fixes | Volker Lendecke | 4 | -0/+1005 | |
In particular, this makes it fork-safe |