summaryrefslogtreecommitdiff
path: root/source3/lib/server_prefork.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-15s3-lib/server_prefork: Cast pid_t result to unsigned int for GNU/Solaris buildAndrew Bartlett1-1/+1
2012-12-21s3-prefork: Directly fail if tevent_req_is_unix_error() fails.Andreas Schneider1-1/+3
2012-03-24lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij1-2/+2
2011-09-30s3: Fix a C++ warningVolker Lendecke1-1/+2
2011-09-30s3: Fix a C++ warningVolker Lendecke1-1/+2
2011-09-23build: avoid util.h as a public header name due to conflict with MacOSAndrew Bartlett1-1/+1
2011-08-21s3-prefork: Listening fds must be in non-blocking modeSimo Sorce1-0/+2
2011-08-21s3-prefork: Fix code to retire childrenSimo Sorce1-9/+12
2011-08-21s3-prefork: Add parent->client messagingSimo Sorce1-0/+19
2011-08-21s3-prefork: Improve error detection when handling new connectionsSimo Sorce1-11/+23
2011-08-21s3-prefork: Improve heuristicsSimo Sorce1-4/+7
2011-08-21s3-prefrok: Handle only valid childrenSimo Sorce1-4/+19
2011-08-21s3-prefork: Fix worker flags handling.Simo Sorce1-5/+19
2011-08-21s3-prefork: do not use a lock_fd, just race on accept()Simo Sorce1-370/+20
2011-08-21s3-prefork: Allow better management of allowed_clientsSimo Sorce1-0/+32
2011-08-21s3-prefork: Fix cast warning.Andreas Schneider1-2/+2
2011-08-15s3-prefork: Do not use mmap/mremap/munmap directlySimo Sorce1-9/+11
2011-08-10s3-prefork: Fix use of child id.Simo Sorce1-2/+2
2011-08-10s3-prefork: Pass the child a child_idSimo Sorce1-2/+2
2011-08-10s3-prefork: Return tsocket_address for client and serverSimo Sorce1-16/+51
2011-08-10s3-prefork: Pass messaging context around tooSimo Sorce1-3/+8
2011-08-10s3-prefork: Set up a SIGCHLD handler by defaultSimo Sorce1-3/+57
2011-08-10s3-prefork: Provide a cleanup functionSimo Sorce1-9/+17
2011-08-10s3-prefork: better timing out semanticsSimo Sorce1-4/+14
2011-08-10s3-prefork: add support for multiple listning file descriptorsSimo Sorce1-81/+66
2011-08-10s3-prefork: provide way to send a signal to all childrenSimo Sorce1-0/+14
2011-08-10s3-prefork: provide means to expand the pool sizeSimo Sorce1-0/+32
2011-08-10s3-prefork: add way to manage number of clients per childSimo Sorce1-2/+33
2011-08-10s3-prefork: add asynchronous functionsSimo Sorce1-1/+259
2011-08-10s3-prefork: implement prefork frameworkSimo Sorce1-0/+502