summaryrefslogtreecommitdiff
path: root/source3/lib/server_prefork.h
Commit message (Expand)AuthorAgeFilesLines
* s3:prefork: Allow to associate private data with listening socketSamuel Cabrero2019-07-221-4/+17
* s3-prefork: Add header inclusion guardsSamuel Cabrero2019-07-221-0/+4
* s3-prefork: Listening fds must be in non-blocking modeSimo Sorce2011-08-211-0/+3
* s3-prefork: Fix code to retire childrenSimo Sorce2011-08-211-1/+3
* s3-prefork: Add parent->client messagingSimo Sorce2011-08-211-0/+10
* s3-prefork: Improve heuristicsSimo Sorce2011-08-211-4/+4
* s3-prefork: Fix worker flags handling.Simo Sorce2011-08-211-2/+1
* s3-prefork: do not use a lock_fd, just race on accept()Simo Sorce2011-08-211-5/+1
* s3-prefork: Allow better management of allowed_clientsSimo Sorce2011-08-211-5/+22
* s3: Fix some typos -- Simo, please checkVolker Lendecke2011-08-101-7/+7
* s3-prefork: Pass the child a child_idSimo Sorce2011-08-101-0/+1
* s3-prefork: Return tsocket_address for client and serverSimo Sorce2011-08-101-9/+12
* s3-prefork: Pass messaging context around tooSimo Sorce2011-08-101-2/+9
* s3-prefork: Set up a SIGCHLD handler by defaultSimo Sorce2011-08-101-10/+23
* s3-prefork: Provide a cleanup functionSimo Sorce2011-08-101-8/+4
* s3-prefork: Inline Doxygen DocumentationSimo Sorce2011-08-101-0/+160
* s3-prefork: add support for multiple listning file descriptorsSimo Sorce2011-08-101-9/+7
* s3-prefork: provide way to send a signal to all childrenSimo Sorce2011-08-101-0/+1
* s3-prefork: provide means to expand the pool sizeSimo Sorce2011-08-101-0/+1
* s3-prefork: add way to manage number of clients per childSimo Sorce2011-08-101-1/+5
* s3-prefork: add asynchronous functionsSimo Sorce2011-08-101-0/+8
* s3-prefork: implement prefork frameworkSimo Sorce2011-08-101-0/+76