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