summaryrefslogtreecommitdiff
path: root/server/mpm/worker
Commit message (Expand)AuthorAgeFilesLines
* Backport of pid table code from trunk & 2.2 to the 2.0 tree.httpd-2.0-pid-tableJim Jagielski2007-06-132-1/+7
* update license header textRoy T. Fielding2006-07-127-42/+42
* Revert 395235, the major copyright fubar by me. Colm MacCarthaigh2006-04-247-7/+7
* Update the last year of Copyright for the 2.0.x branch.Colm MacCarthaigh2006-04-197-7/+7
* Commit Greg's patch to fix worker MPM memory leak.Jeff Trawick2005-10-071-8/+8
* Merge from trunk:Jeff Trawick2005-06-281-1/+7
* worker mpm: don't take down the whole server for a transientGreg Ames2005-05-251-26/+46
* merge these fixes from 2.1-dev:Jeff Trawick2005-03-301-0/+18
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-047-7/+14
* drop .cvsignore filesAndré Malo2004-11-241-5/+0
* back-port this from 2.1-dev:Jeff Trawick2004-05-261-10/+0
* merge this feature, and code cleanups for signal handlers,Jeff Trawick2004-02-262-79/+8
* mod_cgid: Restart the cgid daemon if it crashes.Jeff Trawick2004-02-101-1/+8
* fix name of The Apache Software FoundationAndré Malo2004-02-097-7/+7
* apply Apache License, Version 2.0André Malo2004-02-087-371/+71
* merge fix for worker MPM parent process crash to stable branchJeff Trawick2004-01-291-1/+2
* update license to 2004.André Malo2004-01-017-7/+7
* Add AP_MPMQ_MPM_STATE function code for ap_mpm_query.Jeff Trawick2003-12-271-4/+26
* merge this from 2.1-dev:Jeff Trawick2003-09-051-1/+1
* merge this from 2.1-dev:Jeff Trawick2003-09-051-1/+1
* last minute stuff for 2.0.48:Cliff Woolley2003-09-051-4/+4
* SECURITY: Eliminated leaks of several file descriptors to childWilliam A. Rowe Jr2003-03-201-0/+4
* update license to 2003.André Malo2003-02-037-7/+7
* Adjust the descriptions of these directives, avoid the child/process/threadJim Jagielski2002-08-281-5/+5
* Minor error log typoJim Jagielski2002-08-211-1/+1
* typoIan Holsman2002-08-021-1/+1
* Bring Apache in line with APR's new poll implementation. This isn'tRyan Bloom2002-07-111-1/+2
* replaced APR_USEC_PER_SEC division with the new time macrosBrian Pane2002-07-041-6/+6
* Add a new directive: MaxMemFree. MaxMemFree makes it possibleSander Striker2002-07-042-0/+2
* Now that we have the functionality in apr, we can now have 2.0'sJim Jagielski2002-06-071-1/+3
* Catch up with the apr_allocator_set_owner -> apr_allocator_owner_set renamesSander Striker2002-05-301-1/+1
* Fix for the worker deadlock problemBrian Pane2002-05-241-19/+32
* Add "-k start|startssl|restart|graceful|stop" support to httpdJeff Trawick2002-05-232-1/+2
* stop using APLOG_NOERRNO in calls to ap_log_?error()Jeff Trawick2002-05-171-39/+39
* wait for worker threads to exit even in graceless terminationJeff Trawick2002-05-011-10/+8
* Defer starting the listener until we have at least tried to start all the workerBill Stoddard2002-05-011-6/+6
* Close sockets on worker MPM when doing a graceless restart. This shouldJustin Erenkrantz2002-05-011-0/+21
* 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-282-25/+3
* Detect APR_EINTR from ap_queue_pop() and avoid callingAaron Bannert2002-04-281-2/+10
* Moved the recycled pool list from the queue to the queue_info structure.Brian Pane2002-04-283-51/+43
* 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-283-0/+148
* Convert the worker MPM's fdqueue from a LIFO back into a FIFO. SinceAaron Bannert2002-04-262-7/+14
* back out ill-conceived attempt to fix a segfault duringJeff Trawick2002-04-181-11/+3
* use an independent pool for threads so that when we abandon themJeff Trawick2002-04-171-3/+11
* worker MPM: Fix a situation where a child exited without releasingJeff Trawick2002-04-121-6/+2
* Remove many unnecessary includes, incl. apr_lock.hAaron Bannert2002-04-092-16/+1