Age | Commit message (Expand) | Author | Files | Lines |
2011-09-30 | s3: Fix a C++ warning | Volker Lendecke | 1 | -1/+2 |
2011-09-30 | s3: Fix a C++ warning | Volker Lendecke | 1 | -1/+2 |
2011-09-23 | build: avoid util.h as a public header name due to conflict with MacOS | Andrew Bartlett | 1 | -1/+1 |
2011-08-21 | s3-prefork: Listening fds must be in non-blocking mode | Simo Sorce | 1 | -0/+2 |
2011-08-21 | s3-prefork: Fix code to retire children | Simo Sorce | 1 | -9/+12 |
2011-08-21 | s3-prefork: Add parent->client messaging | Simo Sorce | 1 | -0/+19 |
2011-08-21 | s3-prefork: Improve error detection when handling new connections | Simo Sorce | 1 | -11/+23 |
2011-08-21 | s3-prefork: Improve heuristics | Simo Sorce | 1 | -4/+7 |
2011-08-21 | s3-prefrok: Handle only valid children | Simo Sorce | 1 | -4/+19 |
2011-08-21 | s3-prefork: Fix worker flags handling. | Simo Sorce | 1 | -5/+19 |
2011-08-21 | s3-prefork: do not use a lock_fd, just race on accept() | Simo Sorce | 1 | -370/+20 |
2011-08-21 | s3-prefork: Allow better management of allowed_clients | Simo Sorce | 1 | -0/+32 |
2011-08-21 | s3-prefork: Fix cast warning. | Andreas Schneider | 1 | -2/+2 |
2011-08-15 | s3-prefork: Do not use mmap/mremap/munmap directly | Simo Sorce | 1 | -9/+11 |
2011-08-10 | s3-prefork: Fix use of child id. | Simo Sorce | 1 | -2/+2 |
2011-08-10 | s3-prefork: Pass the child a child_id | Simo Sorce | 1 | -2/+2 |
2011-08-10 | s3-prefork: Return tsocket_address for client and server | Simo Sorce | 1 | -16/+51 |
2011-08-10 | s3-prefork: Pass messaging context around too | Simo Sorce | 1 | -3/+8 |
2011-08-10 | s3-prefork: Set up a SIGCHLD handler by default | Simo Sorce | 1 | -3/+57 |
2011-08-10 | s3-prefork: Provide a cleanup function | Simo Sorce | 1 | -9/+17 |
2011-08-10 | s3-prefork: better timing out semantics | Simo Sorce | 1 | -4/+14 |
2011-08-10 | s3-prefork: add support for multiple listning file descriptors | Simo Sorce | 1 | -81/+66 |
2011-08-10 | s3-prefork: provide way to send a signal to all children | Simo Sorce | 1 | -0/+14 |
2011-08-10 | s3-prefork: provide means to expand the pool size | Simo Sorce | 1 | -0/+32 |
2011-08-10 | s3-prefork: add way to manage number of clients per child | Simo Sorce | 1 | -2/+33 |
2011-08-10 | s3-prefork: add asynchronous functions | Simo Sorce | 1 | -1/+259 |
2011-08-10 | s3-prefork: implement prefork framework | Simo Sorce | 1 | -0/+502 |