| Commit message (Expand) | Author | Age | Files | Lines |
* | remove TPF support | Jeff Trawick | 2009-03-27 | 22 | -718/+24 |
* | remove OS/2 platform support | Jeff Trawick | 2009-03-27 | 37 | -297/+58 |
* | * Update transformation. | Ruediger Pluem | 2009-03-27 | 35 | -486/+437 |
* | finish removing OS/2 MPM | Jeff Trawick | 2009-03-27 | 2 | -2/+1 |
* | remove OS/2 MPM | Jeff Trawick | 2009-03-26 | 16 | -1412/+10 |
* | remove BeOS OS support | Jeff Trawick | 2009-03-26 | 19 | -388/+10 |
* | finish removing BeOS MPM | Jeff Trawick | 2009-03-26 | 2 | -2/+1 |
* | axe BeOS MPM | Jeff Trawick | 2009-03-26 | 23 | -2389/+20 |
* | restore disable-nagle logic for connected sockets | Jeff Trawick | 2009-03-26 | 1 | -2/+0 |
* | prefork, worker, event: | Jeff Trawick | 2009-03-26 | 3 | -11/+1 |
* | axe the unnecessary AP_MPM_HARD_LIMITS_FILE | Jeff Trawick | 2009-03-26 | 3 | -4/+6 |
* | try lua, you'll like it; completes r758657 | William A. Rowe Jr | 2009-03-26 | 2 | -12/+2 |
* | integrate lua, ratelimit | William A. Rowe Jr | 2009-03-26 | 4 | -5/+219 |
* | headers are nice too | William A. Rowe Jr | 2009-03-26 | 1 | -0/+20 |
* | Namespaces namespaces namespaces guys... EFAIL :) | William A. Rowe Jr | 2009-03-26 | 2 | -16/+37 |
* | Add mod_proxy_ftp directives ProxyFtpListOnWildcard and ProxyFtpEscapeWildcards | Eric Covener | 2009-03-26 | 3 | -13/+152 |
* | remove leader, perchild, and threadpool MPMs (other than non-English bits in ... | Jeff Trawick | 2009-03-26 | 45 | -8464/+74 |
* | prefork is soooooo 1990s. make new default simple | Jim Jagielski | 2009-03-26 | 1 | -1/+1 |
* | spellcheck | Jeff Trawick | 2009-03-26 | 1 | -1/+1 |
* | fix symbol space and exports | William A. Rowe Jr | 2009-03-25 | 10 | -160/+167 |
* | add lua | William A. Rowe Jr | 2009-03-25 | 3 | -3/+152 |
* | fix mpm_get_name hook | Jeff Trawick | 2009-03-25 | 1 | -2/+8 |
* | no ap_my_generation | Jeff Trawick | 2009-03-25 | 1 | -2/+5 |
* | get distcache out of the way of 'BuildAll' target, since it isn't expected to... | William A. Rowe Jr | 2009-03-25 | 1 | -3/+0 |
* | mpm header files shouldn't be installed; not part of API | Jeff Trawick | 2009-03-25 | 1 | -1/+0 |
* | no longer conditional; although some are now in mpm_unix.c | William A. Rowe Jr | 2009-03-25 | 1 | -52/+2 |
* | drop mpm.h | William A. Rowe Jr | 2009-03-25 | 1 | -33/+0 |
* | refactor mpm_common.c into itself and mpm_unix.c for unix-specific quirks | William A. Rowe Jr | 2009-03-25 | 3 | -930/+930 |
* | closer to compiling | William A. Rowe Jr | 2009-03-25 | 3 | -2/+5 |
* | resurrect the call to show_mpm_settings(), but defer the entire -V processing... | Jeff Trawick | 2009-03-25 | 1 | -6/+15 |
* | resurrect the old (pre-r757867) compiled-in MPM_NAME value, but via a hook fo... | Jeff Trawick | 2009-03-25 | 7 | -2/+41 |
* | The rewrite-args hook isn't available to MPM DSOs. Piggy-back on the | Jeff Trawick | 2009-03-25 | 5 | -5/+6 |
* | dangling semis lead to warnings with Sun Studio | Jeff Trawick | 2009-03-25 | 1 | -5/+5 |
* | fix inconsistent defs of ap_mpm_note_child_killed() | Jeff Trawick | 2009-03-25 | 1 | -1/+1 |
* | change the allocation path for the simple MPM's retained data, as a dynamically | Jeff Trawick | 2009-03-25 | 3 | -26/+30 |
* | fix function names in trace messages | Jeff Trawick | 2009-03-25 | 2 | -3/+3 |
* | prefork, worker, and event MPMs: use retained-data API to maintain | Jeff Trawick | 2009-03-25 | 3 | -47/+84 |
* | header file tweaks required for compilability | Jeff Trawick | 2009-03-25 | 3 | -3/+1 |
* | * configure.in: Allow configure to be built without find_apu.m4, | Joe Orton | 2009-03-25 | 1 | -1/+6 |
* | Provide ap_set_retained_data()/ap_get_retained_data() for preservation | Jeff Trawick | 2009-03-25 | 6 | -7/+44 |
* | * Teach apxs to work with APR 2.x where there is no separate APR-UTIL | Ruediger Pluem | 2009-03-25 | 1 | -8/+19 |
* | * With APR 2.x we no longer have APR-UTIL. So don't care about it. | Ruediger Pluem | 2009-03-25 | 1 | -35/+47 |
* | set ap_server_conf as early as possible; axe the duplicate variable | Jeff Trawick | 2009-03-24 | 1 | -20/+18 |
* | main() now sets ap_server_conf() | Jeff Trawick | 2009-03-24 | 2 | -3/+0 |
* | axe the remaining checks of AP_MPM_WANT_foo to see what code to generate | Jeff Trawick | 2009-03-24 | 5 | -39/+6 |
* | MPM header files are private; don't install them | Jeff Trawick | 2009-03-24 | 1 | -1/+0 |
* | Allow building httpd without a built-in MPM by specifying | Jeff Trawick | 2009-03-24 | 2 | -14/+27 |
* | fix shell syntax error in check for apr major version | Jeff Trawick | 2009-03-24 | 1 | -1/+1 |
* | shoot ourselves in the foot | William A. Rowe Jr | 2009-03-24 | 1 | -53/+0 |
* | Introduce a new set of APIs to allow MPMs to be proper modules instead | Jeff Trawick | 2009-03-24 | 29 | -535/+451 |