summaryrefslogtreecommitdiffstats
path: root/server/mpm/prefork/mpm.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Introduce a new set of APIs to allow MPMs to be proper modules insteadJeff Trawick2009-03-241-62/+0
* API Cleanup in preperation for 2.4.x, make sure all exported functions or var...Paul Querna2008-12-021-1/+1
* Revert r547987 ("svn merge -c -547987 .")Joe Orton2007-06-291-4/+1
* PID table impl: parent process keeps a local table store ofJim Jagielski2007-06-161-1/+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/+10
* Move the "GracefulShutdownTimeout" directive into mpm_common, for re-useColm MacCarthaigh2005-08-261-1/+1
* Implement a "graceful-stop" for the prefork MPM (might aswell do the hard oneColm MacCarthaigh2005-08-261-0/+1
* 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
* apply Apache License, Version 2.0André Malo2004-02-061-53/+10
* update license to 2004.André Malo2004-01-011-1/+1
* consolidate code related to sig_coredumpJeff Trawick2003-04-091-0/+1
* finished that boring job:André Malo2003-02-031-1/+1
* Add a new directive: MaxMemFree. MaxMemFree makes it possibleSander Striker2002-07-041-0/+1
* Add "-k start|startssl|restart|graceful|stop" support to httpdJeff Trawick2002-05-231-0/+1
* PR:Paul J. Reder2002-03-291-1/+0
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Allow modules that add sockets to the ap_listeners list toRyan Bloom2001-11-131-0/+1
* Remove more network logic from the MPMs. Essentially, each MPM can defineRyan Bloom2001-11-131-0/+1
* change the name of AP_MPM_NEEDS_RECLAIM_CHILD_PROCESSES toJeff Trawick2001-08-131-1/+1
* allow non-Unix MPMs to use mpm_common.c by not automaticallyJeff Trawick2001-08-131-0/+2
* Begin to sanitize the MPM configuration directives. Now, allRyan Bloom2001-08-131-1/+7
* First pass at the pipe_of_death logic for the prefork MPM. This doesRyan Bloom2001-06-071-0/+1
* Add more options to the ap_mpm_query function. This also allows MPMs toRyan Bloom2001-04-131-0/+2
* Declaration of ap_reclaim_child_processes() in exports.c needs to beBrian Havard2001-03-191-1/+1
* fix the type of ap_my_pid and make it static since it is usedJeff Trawick2001-03-021-1/+0
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* get Unix MPMs to build again after recent scoreboard changesJeff Trawick2001-02-061-1/+0
* Bring mod_status for 2.0 back in line with mod_status for 1.3. This isRyan Bloom2001-02-011-0/+1
* Eliminate references to specific MPMs from mpm_common.c by having theManoj Kasichainula2000-07-301-0/+5
* Cleanup the MPM #defines. Each MPM #defines a unique name that identifiesRyan Bloom2000-07-271-1/+1
* Move process_child_status to mpm_common.c. This requires re-naming itRyan Bloom2000-07-101-0/+1
* Add the resource limiting code back to Apache 2.0. This only works onRyan Bloom2000-06-061-0/+1
* First function removed from Unix MPM's and moved to a common file. ThisRyan Bloom2000-05-191-0/+72