summaryrefslogtreecommitdiff
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Add a parameter for slotmem_create for the persistancy of the slotmem area.Jean-Frederic Clere2009-05-041-1/+2
* Remove ap_slotmem_lock / ap_slotmem_unlock from the slotmem API.Jean-Frederic Clere2009-05-041-12/+0
* Move logic to decide if an MPM is supported, and whether the MPM is Jeff Trawick2009-04-1710-63/+180
* no longer amusing.Greg Ames2009-04-152-22/+0
* main() can use ap_run_mpm() directly, so axe the old ap_mpm_run() functionJeff Trawick2009-04-058-33/+27
* clean up apr_time_from_msec() compatibility macrosJeff Trawick2009-04-012-8/+10
* mpm-query hook: distinguish between DECLINED and APR_ENOTIMPL so thatJeff Trawick2009-04-016-89/+100
* stop exporting APACHE_MPM_DIR to modules -- unclear why this was ever necessa...Jeff Trawick2009-03-313-10/+3
* http://marc.info/?l=apache-httpd-dev&m=123845333914309&w=2Nick Kew2009-03-311-4/+0
* HTTPD script supportNick Kew2009-03-301-0/+4
* rename the new retained-data APIs to ap_retained_data_create()/ap_retained_da...Jeff Trawick2009-03-305-10/+10
* the mpm_get_child_pid hook is unnecessary, as was the per-MPM MPM_CHILD_PID()...Jeff Trawick2009-03-295-30/+5
* Core can specify a platform-specific rewrite args hook. Use that on Unix.Jeff Trawick2009-03-294-4/+5
* axe ancient platform checksJeff Trawick2009-03-291-2/+0
* Register rewrite_args hook.Mladen Turk2009-03-293-3/+3
* Do not presume we have a clean stackMladen Turk2009-03-291-1/+1
* If serf is available, compile in driving the serf event loop from inside thePaul Querna2009-03-281-2/+80
* Oooooooooooo look a commit! Wow!Jim Jagielski2009-03-271-1/+1
* The Event MPM is no longer experimental; move it out of that ghetto.Jeff Trawick2009-03-279-16/+1
* axe unmaintained 1.3-era code to support AUX, SunOS, IRIX, Next, Tandem, MPE, Jeff Trawick2009-03-272-12/+4
* remove TPF supportJeff Trawick2009-03-273-44/+2
* remove OS/2 platform supportJeff Trawick2009-03-268-45/+18
* finish removing OS/2 MPMJeff Trawick2009-03-261-1/+1
* remove OS/2 MPMJeff Trawick2009-03-267-1209/+0
* remove BeOS OS supportJeff Trawick2009-03-263-19/+3
* finish removing BeOS MPMJeff Trawick2009-03-261-1/+1
* axe BeOS MPMJeff Trawick2009-03-267-1453/+0
* restore disable-nagle logic for connected socketsJeff Trawick2009-03-261-2/+0
* prefork, worker, event:Jeff Trawick2009-03-263-11/+1
* axe the unnecessary AP_MPM_HARD_LIMITS_FILEJeff Trawick2009-03-262-2/+6
* remove leader, perchild, and threadpool MPMs (other than non-English bits in ...Jeff Trawick2009-03-2624-6965/+7
* prefork is soooooo 1990s. make new default simpleJim Jagielski2009-03-261-1/+1
* spellcheckJeff Trawick2009-03-261-1/+1
* fix mpm_get_name hookJeff Trawick2009-03-251-2/+8
* refactor mpm_common.c into itself and mpm_unix.c for unix-specific quirksWilliam A. Rowe Jr2009-03-253-930/+930
* closer to compilingWilliam A. Rowe Jr2009-03-253-2/+5
* resurrect the call to show_mpm_settings(), but defer the entire -V processing...Jeff Trawick2009-03-251-6/+15
* resurrect the old (pre-r757867) compiled-in MPM_NAME value, but via a hook fo...Jeff Trawick2009-03-256-2/+38
* The rewrite-args hook isn't available to MPM DSOs. Piggy-back on the Jeff Trawick2009-03-254-4/+4
* change the allocation path for the simple MPM's retained data, as a dynamicallyJeff Trawick2009-03-253-26/+30
* fix function names in trace messagesJeff Trawick2009-03-252-3/+3
* prefork, worker, and event MPMs: use retained-data API to maintainJeff Trawick2009-03-253-47/+84
* header file tweaks required for compilabilityJeff Trawick2009-03-253-3/+1
* Provide ap_set_retained_data()/ap_get_retained_data() for preservationJeff Trawick2009-03-252-6/+22
* set ap_server_conf as early as possible; axe the duplicate variableJeff Trawick2009-03-241-20/+18
* main() now sets ap_server_conf()Jeff Trawick2009-03-242-3/+0
* axe the remaining checks of AP_MPM_WANT_foo to see what code to generateJeff Trawick2009-03-242-26/+6
* Allow building httpd without a built-in MPM by specifyingJeff Trawick2009-03-241-12/+25
* shoot ourselves in the footWilliam A. Rowe Jr2009-03-241-53/+0
* Introduce a new set of APIs to allow MPMs to be proper modules insteadJeff Trawick2009-03-2423-504/+383