summaryrefslogtreecommitdiffstats
path: root/server/mpm/worker/fdqueue.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* mpm_worker: follow up to r1821624.Yann Ylavic2018-01-191-75/+0
* Revert r1821526, r1821527, r1821534, r1821538, r1821539, r1821541, r1821605, ...Yann Ylavic2018-01-191-0/+75
* mpm_worker: Follow up to r1821526.Yann Ylavic2018-01-191-75/+0
* Revert an old (~10yr) change to the fd Q; move back toJim Jagielski2011-01-271-2/+4
* update license header textRoy T. Fielding2006-07-111-6/+6
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* Doxygen fixup / cleanupIan Holsman2005-08-291-0/+9
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
* fix copyright dates according to the first checkinAndré Malo2004-02-081-1/+1
* apply Apache License, Version 2.0André Malo2004-02-061-53/+10
* update license to 2004.André Malo2004-01-011-1/+1
* finished that boring job:André Malo2003-02-031-1/+1
* Removed the "not_full" condition variable and associated conditionalBrian Pane2002-04-291-3/+0
* Moved the recycled pool list from the queue to the queue_info structure.Brian Pane2002-04-281-9/+7
* Add a "queue_info" structure to the worker MPM. This is used to preventAaron Bannert2002-04-281-0/+8
* Convert the worker MPM's fdqueue from a LIFO back into a FIFO. SinceAaron Bannert2002-04-261-0/+2
* Don't drop connections during graceful restart. Previously, workerJeff Trawick2002-03-211-0/+2
* axe some unused fields in ap_queue_tJeff Trawick2002-03-211-2/+0
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Convert the ap_queue_foo routines to return apr_status_t as appropriate.Jeff Trawick2002-02-211-9/+3
* Performance optimization: updated the worker MPM to recycleBrian Pane2002-02-131-2/+6
* Do we have sys/socket.h?William A. Rowe Jr2002-02-061-0/+2
* Fully convert worker's fdqueue to the new APR lock API:Aaron Bannert2001-10-171-9/+11
* clean up the fdqueue a bit more, by implementing Greg'sRyan Bloom2001-10-011-1/+1
* Turn the worker MPM's queue into a LIFO. This mayRyan Bloom2001-09-191-1/+0
* Cleanup the worker MPM. We no longer re-use transactionRyan Bloom2001-09-181-1/+1
* Make the worker MPM shutdown and restart cleanly. This alsoRyan Bloom2001-08-241-22/+23
* Use uniform wrapping for unistd.h, and don't include it if it's aready includ...Martin Kraemer2001-08-221-0/+2
* Get the worker MPM working again. This should fix the serializationRyan Bloom2001-08-051-1/+2
* cosmetic changes only for a clean build; no serialization problemsJeff Trawick2001-08-041-0/+1
* Add the worker MPM. The name is probably horrible, but I couldn't comeRyan Bloom2001-07-301-0/+95