summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* remove TPF supportJeff Trawick2009-03-2722-718/+24
* remove OS/2 platform supportJeff Trawick2009-03-2737-297/+58
* * Update transformation.Ruediger Pluem2009-03-2735-486/+437
* finish removing OS/2 MPMJeff Trawick2009-03-272-2/+1
* remove OS/2 MPMJeff Trawick2009-03-2616-1412/+10
* remove BeOS OS supportJeff Trawick2009-03-2619-388/+10
* finish removing BeOS MPMJeff Trawick2009-03-262-2/+1
* axe BeOS MPMJeff Trawick2009-03-2623-2389/+20
* 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-263-4/+6
* try lua, you'll like it; completes r758657William A. Rowe Jr2009-03-262-12/+2
* integrate lua, ratelimitWilliam A. Rowe Jr2009-03-264-5/+219
* headers are nice tooWilliam A. Rowe Jr2009-03-261-0/+20
* Namespaces namespaces namespaces guys... EFAIL :)William A. Rowe Jr2009-03-262-16/+37
* Add mod_proxy_ftp directives ProxyFtpListOnWildcard and ProxyFtpEscapeWildcardsEric Covener2009-03-263-13/+152
* remove leader, perchild, and threadpool MPMs (other than non-English bits in ...Jeff Trawick2009-03-2645-8464/+74
* prefork is soooooo 1990s. make new default simpleJim Jagielski2009-03-261-1/+1
* spellcheckJeff Trawick2009-03-261-1/+1
* fix symbol space and exportsWilliam A. Rowe Jr2009-03-2510-160/+167
* add luaWilliam A. Rowe Jr2009-03-253-3/+152
* fix mpm_get_name hookJeff Trawick2009-03-251-2/+8
* no ap_my_generationJeff Trawick2009-03-251-2/+5
* get distcache out of the way of 'BuildAll' target, since it isn't expected to...William A. Rowe Jr2009-03-251-3/+0
* mpm header files shouldn't be installed; not part of APIJeff Trawick2009-03-251-1/+0
* no longer conditional; although some are now in mpm_unix.cWilliam A. Rowe Jr2009-03-251-52/+2
* drop mpm.hWilliam A. Rowe Jr2009-03-251-33/+0
* 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-257-2/+41
* The rewrite-args hook isn't available to MPM DSOs. Piggy-back on the Jeff Trawick2009-03-255-5/+6
* dangling semis lead to warnings with Sun StudioJeff Trawick2009-03-251-5/+5
* fix inconsistent defs of ap_mpm_note_child_killed()Jeff Trawick2009-03-251-1/+1
* 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
* * configure.in: Allow configure to be built without find_apu.m4,Joe Orton2009-03-251-1/+6
* Provide ap_set_retained_data()/ap_get_retained_data() for preservationJeff Trawick2009-03-256-7/+44
* * Teach apxs to work with APR 2.x where there is no separate APR-UTILRuediger Pluem2009-03-251-8/+19
* * With APR 2.x we no longer have APR-UTIL. So don't care about it.Ruediger Pluem2009-03-251-35/+47
* 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-245-39/+6
* MPM header files are private; don't install themJeff Trawick2009-03-241-1/+0
* Allow building httpd without a built-in MPM by specifyingJeff Trawick2009-03-242-14/+27
* fix shell syntax error in check for apr major versionJeff Trawick2009-03-241-1/+1
* 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-2429-535/+451