summaryrefslogtreecommitdiff
path: root/source3/lib/server_prefork.c
Commit message (Expand)AuthorAgeFilesLines
* s3:prefork: Allow to associate private data with listening socketSamuel Cabrero2019-07-221-14/+22
* source3/lib/server_prefork.c set socket close on execGary Lockyer2017-12-181-0/+1
* lib: Remove sys_waitpidVolker Lendecke2016-02-231-1/+1
* s3-lib/server_prefork: Cast pid_t result to unsigned int for GNU/Solaris buildAndrew Bartlett2013-03-151-1/+1
* s3-prefork: Directly fail if tevent_req_is_unix_error() fails.Andreas Schneider2012-12-211-1/+3
* lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij2012-03-241-2/+2
* s3: Fix a C++ warningVolker Lendecke2011-09-301-1/+2
* s3: Fix a C++ warningVolker Lendecke2011-09-301-1/+2
* build: avoid util.h as a public header name due to conflict with MacOSAndrew Bartlett2011-09-231-1/+1
* s3-prefork: Listening fds must be in non-blocking modeSimo Sorce2011-08-211-0/+2
* s3-prefork: Fix code to retire childrenSimo Sorce2011-08-211-9/+12
* s3-prefork: Add parent->client messagingSimo Sorce2011-08-211-0/+19
* s3-prefork: Improve error detection when handling new connectionsSimo Sorce2011-08-211-11/+23
* s3-prefork: Improve heuristicsSimo Sorce2011-08-211-4/+7
* s3-prefrok: Handle only valid childrenSimo Sorce2011-08-211-4/+19
* s3-prefork: Fix worker flags handling.Simo Sorce2011-08-211-5/+19
* s3-prefork: do not use a lock_fd, just race on accept()Simo Sorce2011-08-211-370/+20
* s3-prefork: Allow better management of allowed_clientsSimo Sorce2011-08-211-0/+32
* s3-prefork: Fix cast warning.Andreas Schneider2011-08-211-2/+2
* s3-prefork: Do not use mmap/mremap/munmap directlySimo Sorce2011-08-151-9/+11
* s3-prefork: Fix use of child id.Simo Sorce2011-08-101-2/+2
* s3-prefork: Pass the child a child_idSimo Sorce2011-08-101-2/+2
* s3-prefork: Return tsocket_address for client and serverSimo Sorce2011-08-101-16/+51
* s3-prefork: Pass messaging context around tooSimo Sorce2011-08-101-3/+8
* s3-prefork: Set up a SIGCHLD handler by defaultSimo Sorce2011-08-101-3/+57
* s3-prefork: Provide a cleanup functionSimo Sorce2011-08-101-9/+17
* s3-prefork: better timing out semanticsSimo Sorce2011-08-101-4/+14
* s3-prefork: add support for multiple listning file descriptorsSimo Sorce2011-08-101-81/+66
* s3-prefork: provide way to send a signal to all childrenSimo Sorce2011-08-101-0/+14
* s3-prefork: provide means to expand the pool sizeSimo Sorce2011-08-101-0/+32
* s3-prefork: add way to manage number of clients per childSimo Sorce2011-08-101-2/+33
* s3-prefork: add asynchronous functionsSimo Sorce2011-08-101-1/+259
* s3-prefork: implement prefork frameworkSimo Sorce2011-08-101-0/+502