summaryrefslogtreecommitdiff
path: root/server/mpm/worker/fdqueue.c
Commit message (Expand)AuthorAgeFilesLines
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-5/+5
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* ap_queue_push: update comment to reflect realityGreg Ames2004-12-091-3/+4
* 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
* Switch to the new 32-bit APR atomic API for better portabilityBrian Pane2003-09-291-14/+18
* Add casts to apr_atomic_casptr arguments to avoid compiler warningsBrian Pane2003-09-131-3/+3
* Minor cleanups:Joe Orton2003-07-101-9/+2
* finished that boring job:André Malo2003-02-031-1/+1
* fix the type of the idlers field to match what apr_atomic_cas() expectsJeff Trawick2003-01-151-1/+1
* Replace most of the mutex locking in the worker MPM's "queue info"Brian Pane2003-01-031-42/+111
* typoIan Holsman2002-08-021-1/+1
* Removed some code from the mutex-protected block in ap_queue_pop().Brian Pane2002-04-291-0/+2
* Removed the "not_full" condition variable and associated conditionalBrian Pane2002-04-281-22/+3
* Moved the recycled pool list from the queue to the queue_info structure.Brian Pane2002-04-281-35/+28
* Added a missing pool deletion case and simplified the conditionalsBrian Pane2002-04-281-10/+8
* Move a potentially expensive pool cleanup operation outsideBrian Pane2002-04-281-1/+8
* Preserve the original error, or if the unlock fails then use thatAaron Bannert2002-04-281-3/+4
* Add a "queue_info" structure to the worker MPM. This is used to preventAaron Bannert2002-04-281-0/+108
* Convert the worker MPM's fdqueue from a LIFO back into a FIFO. SinceAaron Bannert2002-04-261-7/+12
* Don't drop connections during graceful restart. Previously, workerJeff Trawick2002-03-211-2/+28
* fix a commentJeff Trawick2002-03-211-1/+1
* 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-30/+37
* Performance optimization: updated the worker MPM to recycleBrian Pane2002-02-131-2/+25
* Fully convert worker's fdqueue to the new APR lock API:Aaron Bannert2001-10-171-19/+21
* clean up the fdqueue a bit more, by implementing Greg'sRyan Bloom2001-10-011-28/+24
* Turn the worker MPM's queue into a LIFO. This mayRyan Bloom2001-09-181-10/+10
* Cleanup the worker MPM. We no longer re-use transactionRyan Bloom2001-09-181-9/+7
* Remove an obsolete function from fdqueue. The worker MPM now uses theRyan Bloom2001-08-271-19/+0
* Make the worker MPM shutdown and restart cleanly. This alsoRyan Bloom2001-08-241-42/+101
* Get the worker MPM working again. This should fix the serializationRyan Bloom2001-08-051-59/+63
* It helps if we broadcast to the workers that we are trying to shutdown.Ryan Bloom2001-07-311-0/+7
* Add the worker MPM. The name is probably horrible, but I couldn't comeRyan Bloom2001-07-301-0/+161