| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a parameter for slotmem_create for the persistancy of the slotmem area. | Jean-Frederic Clere | 2009-05-04 | 1 | -1/+2 |
* | Remove ap_slotmem_lock / ap_slotmem_unlock from the slotmem API. | Jean-Frederic Clere | 2009-05-04 | 1 | -12/+0 |
* | Move logic to decide if an MPM is supported, and whether the MPM is | Jeff Trawick | 2009-04-17 | 10 | -63/+180 |
* | no longer amusing. | Greg Ames | 2009-04-15 | 2 | -22/+0 |
* | main() can use ap_run_mpm() directly, so axe the old ap_mpm_run() function | Jeff Trawick | 2009-04-05 | 8 | -33/+27 |
* | clean up apr_time_from_msec() compatibility macros | Jeff Trawick | 2009-04-01 | 2 | -8/+10 |
* | mpm-query hook: distinguish between DECLINED and APR_ENOTIMPL so that | Jeff Trawick | 2009-04-01 | 6 | -89/+100 |
* | stop exporting APACHE_MPM_DIR to modules -- unclear why this was ever necessa... | Jeff Trawick | 2009-03-31 | 3 | -10/+3 |
* | http://marc.info/?l=apache-httpd-dev&m=123845333914309&w=2 | Nick Kew | 2009-03-31 | 1 | -4/+0 |
* | HTTPD script support | Nick Kew | 2009-03-30 | 1 | -0/+4 |
* | rename the new retained-data APIs to ap_retained_data_create()/ap_retained_da... | Jeff Trawick | 2009-03-30 | 5 | -10/+10 |
* | the mpm_get_child_pid hook is unnecessary, as was the per-MPM MPM_CHILD_PID()... | Jeff Trawick | 2009-03-29 | 5 | -30/+5 |
* | Core can specify a platform-specific rewrite args hook. Use that on Unix. | Jeff Trawick | 2009-03-29 | 4 | -4/+5 |
* | axe ancient platform checks | Jeff Trawick | 2009-03-29 | 1 | -2/+0 |
* | Register rewrite_args hook. | Mladen Turk | 2009-03-29 | 3 | -3/+3 |
* | Do not presume we have a clean stack | Mladen Turk | 2009-03-29 | 1 | -1/+1 |
* | If serf is available, compile in driving the serf event loop from inside the | Paul Querna | 2009-03-28 | 1 | -2/+80 |
* | Oooooooooooo look a commit! Wow! | Jim Jagielski | 2009-03-27 | 1 | -1/+1 |
* | The Event MPM is no longer experimental; move it out of that ghetto. | Jeff Trawick | 2009-03-27 | 9 | -16/+1 |
* | axe unmaintained 1.3-era code to support AUX, SunOS, IRIX, Next, Tandem, MPE, | Jeff Trawick | 2009-03-27 | 2 | -12/+4 |
* | remove TPF support | Jeff Trawick | 2009-03-27 | 3 | -44/+2 |
* | remove OS/2 platform support | Jeff Trawick | 2009-03-26 | 8 | -45/+18 |
* | finish removing OS/2 MPM | Jeff Trawick | 2009-03-26 | 1 | -1/+1 |
* | remove OS/2 MPM | Jeff Trawick | 2009-03-26 | 7 | -1209/+0 |
* | remove BeOS OS support | Jeff Trawick | 2009-03-26 | 3 | -19/+3 |
* | finish removing BeOS MPM | Jeff Trawick | 2009-03-26 | 1 | -1/+1 |
* | axe BeOS MPM | Jeff Trawick | 2009-03-26 | 7 | -1453/+0 |
* | 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 | 2 | -2/+6 |
* | remove leader, perchild, and threadpool MPMs (other than non-English bits in ... | Jeff Trawick | 2009-03-26 | 24 | -6965/+7 |
* | 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 mpm_get_name hook | Jeff Trawick | 2009-03-25 | 1 | -2/+8 |
* | 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 | 6 | -2/+38 |
* | The rewrite-args hook isn't available to MPM DSOs. Piggy-back on the | Jeff Trawick | 2009-03-25 | 4 | -4/+4 |
* | 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 |
* | Provide ap_set_retained_data()/ap_get_retained_data() for preservation | Jeff Trawick | 2009-03-25 | 2 | -6/+22 |
* | 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 | 2 | -26/+6 |
* | Allow building httpd without a built-in MPM by specifying | Jeff Trawick | 2009-03-24 | 1 | -12/+25 |
* | 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 | 23 | -504/+383 |