| Commit message (Expand) | Author | Age | Files | Lines |
* | Final ( :) ) step to transition which removes the ap_slotmem_foo | Jim Jagielski | 2009-05-15 | 1 | -1/+1 |
* | No longer used | Jim Jagielski | 2009-05-15 | 1 | -98/+0 |
* | Make the piped_log structure opaque: | Joe Orton | 2009-05-15 | 1 | -14/+45 |
* | Revert r774755: ap_server_root_relative() for | Rainer Jung | 2009-05-14 | 1 | -10/+2 |
* | Allow relative pathnames for piped loggers in ErrorLog. | Rainer Jung | 2009-05-14 | 1 | -2/+10 |
* | Add name of program to spawn to the error | Rainer Jung | 2009-05-14 | 1 | -2/+4 |
* | Whitespace cleanup. No functional change. | Rainer Jung | 2009-05-14 | 1 | -3/+2 |
* | Revert r735516 as requested by wrowe. | Rainer Jung | 2009-05-14 | 1 | -82/+24 |
* | add API back from r774454 | Jim Jagielski | 2009-05-13 | 1 | -0/+6 |
* | ap_slotmem_mem no longer exists. We never provide the ptr to | Jim Jagielski | 2009-05-13 | 1 | -6/+0 |
* | If we have a mutex, we should use it whenever we create a | Jim Jagielski | 2009-05-12 | 1 | -0/+10 |
* | * server/core.c (merge_core_dir_configs): Tweak logic and comment | Joe Orton | 2009-05-10 | 1 | -6/+7 |
* | * Fix for the following configuration where the exec command was disabled | Ruediger Pluem | 2009-05-10 | 1 | -2/+3 |
* | Security fix for CVE-2009-1195: fix Options handling such that | Joe Orton | 2009-05-08 | 2 | -11/+17 |
* | Fix usage message on the Windows platform. | Rainer Jung | 2009-05-06 | 1 | -3/+4 |
* | Move comment block closer to related function. | Rainer Jung | 2009-05-06 | 1 | -10/+10 |
* | Ensure all mpm's configure at config3 | William A. Rowe Jr | 2009-05-06 | 2 | -0/+0 |
* | Move to an enum, instead of bitmaps... no functional | Jim Jagielski | 2009-05-05 | 1 | -1/+1 |
* | 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-02 | 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-27 | 8 | -45/+18 |
* | finish removing OS/2 MPM | Jeff Trawick | 2009-03-27 | 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 |