summaryrefslogtreecommitdiff
path: root/include/ap_mpm.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Handle -k restart|shutdown command line option from http_main.cBill Stoddard1999-12-201-0/+5
* Fix some warnings when configured with --enable-maintainer-mode.Ryan Bloom1999-12-131-0/+16
* Remove the ap_thread_mutex code from all MPM's. This code isn't actuallyRyan Bloom1999-11-191-10/+1
* Changed pools to contexts. Tested with prefork and pthread mpm's. I'llRyan Bloom1999-08-311-2/+2
* ap_mpm_graceful_stop -> ap_graceful_stop_signalleddgaudet1999-06-201-1/+1
* documentationdgaudet1999-06-201-0/+48
* crude ap_thread_mutex abstractiondgaudet1999-06-201-0/+7
* Initial revisiondgaudet1999-06-181-0/+109