]> granicus.if.org Git - apache/history - server/mpm/worker/fdqueue.c
add comment from event MPM's fdqueue ap_pop_pool() regarding
[apache] / server / mpm / worker / fdqueue.c
2008-03-04 Chris Darrochadd comment from event MPM's fdqueue ap_pop_pool()...
2008-02-22 Ruediger Pluem* Add hint to PR in comment. No functional change.
2008-02-22 Ruediger Pluem* Second part of fix for PR 44402:
2008-02-22 Nick KewWorker MPM: fix race condition
2007-07-20 Nick KewMultiple trivial fixes from Christophe JAILLET
2006-07-11 Roy T. Fieldingupdate license header text
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2005-11-10 Jim JagielskiNo functional Change: Removing trailing whitespace...
2005-02-04 Justin ErenkrantzUpdate copyright year to 2005 and standardize on curren...
2004-12-09 Greg Amesap_queue_push: update comment to reflect reality
2004-02-09 André Malofix name of The Apache Software Foundation
2004-02-08 André Malofix copyright dates according to the first checkin
2004-02-06 André Maloapply Apache License, Version 2.0
2004-01-01 André Maloupdate license to 2004.
2003-09-29 Brian PaneSwitch to the new 32-bit APR atomic API for better...
2003-09-13 Brian PaneAdd casts to apr_atomic_casptr arguments to avoid compi...
2003-07-10 Joe OrtonMinor cleanups:
2003-02-03 André Malofinished that boring job:
2003-01-15 Jeff Trawickfix the type of the idlers field to match what apr_atom...
2003-01-03 Brian PaneReplace most of the mutex locking in the worker MPM...
2002-08-02 Ian Holsmantypo
2002-04-29 Brian PaneRemoved some code from the mutex-protected block in...
2002-04-28 Brian PaneRemoved the "not_full" condition variable and associate...
2002-04-28 Brian PaneMoved the recycled pool list from the queue to the...
2002-04-28 Brian PaneAdded a missing pool deletion case and simplified the...
2002-04-28 Brian PaneMove a potentially expensive pool cleanup operation...
2002-04-28 Aaron BannertPreserve the original error, or if the unlock fails...
2002-04-28 Aaron BannertAdd a "queue_info" structure to the worker MPM. This...
2002-04-26 Aaron BannertConvert the worker MPM's fdqueue from a LIFO back into...
2002-03-21 Jeff TrawickDon't drop connections during graceful restart. Previo...
2002-03-21 Jeff Trawickfix a comment
2002-03-13 Roy T. FieldingUpdate our copyright for this year.
2002-02-21 Jeff TrawickConvert the ap_queue_foo routines to return apr_status_...
2002-02-13 Brian PanePerformance optimization: updated the worker MPM to...
2001-10-17 Aaron BannertFully convert worker's fdqueue to the new APR lock...
2001-10-01 Ryan Bloomclean up the fdqueue a bit more, by implementing Greg's
2001-09-18 Ryan BloomTurn the worker MPM's queue into a LIFO. This may
2001-09-18 Ryan BloomCleanup the worker MPM. We no longer re-use transaction
2001-08-27 Ryan BloomRemove an obsolete function from fdqueue. The worker...
2001-08-24 Ryan BloomMake the worker MPM shutdown and restart cleanly. ...
2001-08-05 Ryan BloomGet the worker MPM working again. This should fix...
2001-07-31 Ryan BloomIt helps if we broadcast to the workers that we are...
2001-07-30 Ryan BloomAdd the worker MPM. The name is probably horrible...