| Commit message (Expand) | Author | Age | Files | Lines |
* | mpm_worker: follow up to r1821624. | Yann Ylavic | 2018-01-19 | 1 | -75/+0 |
* | Revert r1821526, r1821527, r1821534, r1821538, r1821539, r1821541, r1821605, ... | Yann Ylavic | 2018-01-19 | 1 | -0/+75 |
* | mpm_worker: Follow up to r1821526. | Yann Ylavic | 2018-01-19 | 1 | -75/+0 |
* | Revert an old (~10yr) change to the fd Q; move back to | Jim Jagielski | 2011-01-27 | 1 | -2/+4 |
* | update license header text | Roy T. Fielding | 2006-07-11 | 1 | -6/+6 |
* | Update the copyright year in all .c, .h and .xml files | Colm MacCarthaigh | 2006-04-19 | 1 | -1/+1 |
* | Doxygen fixup / cleanup | Ian Holsman | 2005-08-29 | 1 | -0/+9 |
* | Update copyright year to 2005 and standardize on current copyright owner line. | Justin Erenkrantz | 2005-02-04 | 1 | -1/+2 |
* | fix name of The Apache Software Foundation | André Malo | 2004-02-09 | 1 | -1/+1 |
* | fix copyright dates according to the first checkin | André Malo | 2004-02-08 | 1 | -1/+1 |
* | apply Apache License, Version 2.0 | André Malo | 2004-02-06 | 1 | -53/+10 |
* | update license to 2004. | André Malo | 2004-01-01 | 1 | -1/+1 |
* | finished that boring job: | André Malo | 2003-02-03 | 1 | -1/+1 |
* | Removed the "not_full" condition variable and associated conditional | Brian Pane | 2002-04-29 | 1 | -3/+0 |
* | Moved the recycled pool list from the queue to the queue_info structure. | Brian Pane | 2002-04-28 | 1 | -9/+7 |
* | Add a "queue_info" structure to the worker MPM. This is used to prevent | Aaron Bannert | 2002-04-28 | 1 | -0/+8 |
* | Convert the worker MPM's fdqueue from a LIFO back into a FIFO. Since | Aaron Bannert | 2002-04-26 | 1 | -0/+2 |
* | Don't drop connections during graceful restart. Previously, worker | Jeff Trawick | 2002-03-21 | 1 | -0/+2 |
* | axe some unused fields in ap_queue_t | Jeff Trawick | 2002-03-21 | 1 | -2/+0 |
* | Update our copyright for this year. | Roy T. Fielding | 2002-03-13 | 1 | -1/+1 |
* | Convert the ap_queue_foo routines to return apr_status_t as appropriate. | Jeff Trawick | 2002-02-21 | 1 | -9/+3 |
* | Performance optimization: updated the worker MPM to recycle | Brian Pane | 2002-02-13 | 1 | -2/+6 |
* | Do we have sys/socket.h? | William A. Rowe Jr | 2002-02-06 | 1 | -0/+2 |
* | Fully convert worker's fdqueue to the new APR lock API: | Aaron Bannert | 2001-10-17 | 1 | -9/+11 |
* | clean up the fdqueue a bit more, by implementing Greg's | Ryan Bloom | 2001-10-01 | 1 | -1/+1 |
* | Turn the worker MPM's queue into a LIFO. This may | Ryan Bloom | 2001-09-19 | 1 | -1/+0 |
* | Cleanup the worker MPM. We no longer re-use transaction | Ryan Bloom | 2001-09-18 | 1 | -1/+1 |
* | Make the worker MPM shutdown and restart cleanly. This also | Ryan Bloom | 2001-08-24 | 1 | -22/+23 |
* | Use uniform wrapping for unistd.h, and don't include it if it's aready includ... | Martin Kraemer | 2001-08-22 | 1 | -0/+2 |
* | Get the worker MPM working again. This should fix the serialization | Ryan Bloom | 2001-08-05 | 1 | -1/+2 |
* | cosmetic changes only for a clean build; no serialization problems | Jeff Trawick | 2001-08-04 | 1 | -0/+1 |
* | Add the worker MPM. The name is probably horrible, but I couldn't come | Ryan Bloom | 2001-07-30 | 1 | -0/+95 |