summaryrefslogtreecommitdiffstats
path: root/include/ap_mpm.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add child_status hook for tracking creation/termination of MPM childJeff Trawick2011-04-251-1/+39
* Improve the comments for AP_MPMQ_NOT_SUPPORTED/AP_MPMQ_STATIC/AP_MPMQ_DYNAMICStefan Fritsch2010-06-081-8/+8
* Fix a lot of doxygen warnings. Thanks to Brad Hards for the patch.Daniel Earl Poirier2009-10-281-1/+1
* main() can use ap_run_mpm() directly, so axe the old ap_mpm_run() functionJeff Trawick2009-04-051-6/+5
* mpm-query hook: distinguish between DECLINED and APR_ENOTIMPL so thatJeff Trawick2009-04-011-2/+6
* If serf is available, compile in driving the serf event loop from inside thePaul Querna2009-03-281-0/+1
* fix typo in commentJeff Trawick2009-03-271-1/+1
* Introduce a new set of APIs to allow MPMs to be proper modules insteadJeff Trawick2009-03-241-7/+9
* Introduce Suspendable Requests to the Event MPM.Paul Querna2008-09-201-0/+8
* Remove ap_graceful_stop_signalled from all MPMs.Paul Querna2008-04-071-8/+0
* Use correct Doxygen keywords for functions and variables. TODO: figure out w...Sander Temme2007-07-041-3/+3
* * Add extern "C" linkage to several headers to make it easier to useRuediger Pluem2007-05-041-0/+8
* 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-4/+10
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* The Event MPM.Paul Querna2004-11-201-0/+1
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
* fix copyright dates according to the first check inAndré Malo2004-02-071-1/+1
* apply Apache License, Version 2.0André Malo2004-02-061-49/+10
* outch. Fix include guard to match the right name.André Malo2004-02-041-2/+2
* update license to 2004.André Malo2004-01-011-1/+1
* add new MPM query -- AP_MPMQ_MPM_STATE -- to find out what the MPMJeff Trawick2003-12-101-1/+6
* Add fatal exception hook for use by debug modules. The hook is onlyJeff Trawick2003-11-261-0/+9
* finished that boring job:André Malo2003-02-031-1/+1
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* carry over from 1.3: disable profiling in the parent process #ifdef GPROFDoug MacEachern2001-11-291-0/+14
* Allow modules that add sockets to the ap_listeners list toRyan Bloom2001-11-131-0/+2
* Fix the spelling of the AP_MPMQ_MIN_SPARE_DAEMONS andCliff Woolley2001-11-071-3/+3
* fix some homophonic issues in comments, as well as someJeff Trawick2001-08-151-1/+1
* Changed AP_MPMQ_MAX_DAEMONS to refer to MaxClients andPaul J. Reder2001-07-181-2/+3
* Add additional query datum to the MPMs.William A. Rowe Jr2001-06-271-6/+12
* Add more options to the ap_mpm_query function. This also allows MPMs toRyan Bloom2001-04-131-3/+16
* Changes required to make prefork clean up idle children properly. There was a...Paul J. Reder2001-04-061-1/+1
* Allow modules to query the MPM about it's execution profile. ThisRyan Bloom2001-03-021-7/+13
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* *) remove some obsolete/unused defines from httpd.h.Greg Stein2001-02-121-0/+7
* ap_start_shutdown is not used by anybody outside of the MPMs, so we don'tRyan Bloom2000-12-191-16/+0
* *) Compensate for recent changes in the APR headers. Specifically, someGreg Stein2000-11-261-7/+8
* Get everything working with suexec patches again.William A. Rowe Jr2000-10-241-4/+7
* Add back suexec support.Manoj Kasichainula2000-10-231-0/+19
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolsWilliam A. Rowe Jr2000-10-161-3/+3
* Remove IOLs from Apache. They are no longer necessary, now that we haveRyan Bloom2000-08-231-1/+1
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-3/+3
* Document ap_mpm.h using ScanDoc.Ryan Bloom2000-07-291-14/+25
* William A. Rowe Jr2000-05-271-2/+2
* Make reliable piped logs work on 2.0.Ryan Bloom2000-05-041-40/+0
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesRyan Bloom2000-04-141-3/+3
* Update to Apache Software License version 1.1Roy T. Fielding2000-03-311-34/+31
* Fix all the License issues. Including:Ryan Bloom2000-03-101-9/+9