| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Replace AcceptMutex, LockFile, RewriteLock, SSLMutex, SSLStaplingMutex, | Jeff Trawick | 2009-11-24 | 1 | -43/+0 |
* | Hmmm... forgot git commit/dcommit. | Jim Jagielski | 2009-09-25 | 1 | -1/+1 |
* | Enhance ap_hook_monitor to pass along a server_rec (in | Jim Jagielski | 2009-09-25 | 1 | -2/+2 |
* | Bring back OS/2 support. | Brian Havard | 2009-08-26 | 1 | -1/+1 |
* | main() can use ap_run_mpm() directly, so axe the old ap_mpm_run() function | Jeff Trawick | 2009-04-05 | 1 | -5/+0 |
* | mpm-query hook: distinguish between DECLINED and APR_ENOTIMPL so that | Jeff Trawick | 2009-04-01 | 1 | -4/+10 |
* | the mpm_get_child_pid hook is unnecessary, as was the per-MPM MPM_CHILD_PID()... | Jeff Trawick | 2009-03-29 | 1 | -10/+0 |
* | axe unmaintained 1.3-era code to support AUX, SunOS, IRIX, Next, Tandem, MPE, | Jeff Trawick | 2009-03-27 | 1 | -5/+4 |
* | remove TPF support | Jeff Trawick | 2009-03-27 | 1 | -2/+2 |
* | remove OS/2 platform support | Jeff Trawick | 2009-03-27 | 1 | -1/+1 |
* | remove BeOS OS support | Jeff Trawick | 2009-03-26 | 1 | -2/+2 |
* | remove leader, perchild, and threadpool MPMs (other than non-English bits in ... | Jeff Trawick | 2009-03-26 | 1 | -11/+0 |
* | 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 | 1 | -928/+3 |
* | resurrect the old (pre-r757867) compiled-in MPM_NAME value, but via a hook fo... | Jeff Trawick | 2009-03-25 | 1 | -2/+6 |
* | Introduce a new set of APIs to allow MPMs to be proper modules instead | Jeff Trawick | 2009-03-24 | 1 | -40/+89 |
* | * server/mpm_common.c (dummy_connection): If possible, use a non-SSL | Joe Orton | 2008-12-12 | 1 | -4/+16 |
* | API Cleanup in preperation for 2.4.x, make sure all exported functions or var... | Paul Querna | 2008-12-02 | 1 | -1/+1 |
* | Switch all unix MPMs to use drop_privileges hook (mod_unixd) for startup | Nick Kew | 2008-11-03 | 1 | -1/+5 |
* | Add dummy ap_mpm_register_timed_callback for other MPMs besides Event. | Paul Querna | 2008-09-21 | 1 | -0/+12 |
* | Avoid core dumps by getting the signal_description only if | Martin Kraemer | 2008-02-01 | 1 | -2/+5 |
* | * server/mpm_common.c (reclaim_one_pid): Retrieve the exit status from | Joe Orton | 2008-01-18 | 1 | -1/+6 |
* | Unless I've misread this, POD is write-blocking, read nonblocking timeout 0. | William A. Rowe Jr | 2007-10-24 | 1 | -1/+2 |
* | ap_available_mutexes_string and ap_add_available_mutexes_string | William A. Rowe Jr | 2007-08-23 | 1 | -2/+2 |
* | getpgid() returns a pid_t | Jim Jagielski | 2007-06-29 | 1 | -1/+1 |
* | Add alternative fixes for CVE-2007-3304: | Joe Orton | 2007-06-29 | 1 | -0/+65 |
* | Revert r547987 ("svn merge -c -547987 .") | Joe Orton | 2007-06-29 | 1 | -39/+0 |
* | * server/mpm/prefork/prefork.c (reap_children), | Joe Orton | 2007-06-29 | 1 | -6/+0 |
* | PID table impl: parent process keeps a local table store of | Jim Jagielski | 2007-06-16 | 1 | -0/+39 |
* | * server/mpm_common.c (dummy_connection): Use "OPTIONS *" for request | Joe Orton | 2007-03-12 | 1 | -1/+1 |
* | * Nitpicking: Get the comment right. | Ruediger Pluem | 2007-01-28 | 1 | -1/+1 |
* | Unix MPMs: Catch SIGFPE so that exception hooks and CoreDumpDirectory | Jeff Trawick | 2007-01-28 | 1 | -0/+7 |
* | Once SSLMutex allowed for the setting of both the | Jim Jagielski | 2006-10-24 | 1 | -48/+18 |
* | Replace ap_get_server_version with ap_get_server_banner() and | Jeff Trawick | 2006-09-05 | 1 | -1/+1 |
* | update license header text | Roy T. Fielding | 2006-07-11 | 1 | -6/+6 |
* | Update the copyright year in all .c, .h and .xml files | Colm MacCarthaigh | 2006-04-19 | 1 | -1/+1 |
* | No functional Change: Removing trailing whitespace. This also | Jim Jagielski | 2005-11-10 | 1 | -23/+23 |
* | No functional change: simple detabbing of indented code. | Jim Jagielski | 2005-11-10 | 1 | -2/+2 |
* | Add ap_relieve_child_processess(), a non-infanticidal copy of | Colm MacCarthaigh | 2005-08-28 | 1 | -0/+32 |
* | Move the "GracefulShutdownTimeout" directive into mpm_common, for re-use | Colm MacCarthaigh | 2005-08-26 | 1 | -1/+16 |
* | Make the neccessary changes to mpm_common and main to support a graceful-stop | Colm MacCarthaigh | 2005-08-26 | 1 | -1/+16 |
* | Remove support for the threaded-mpm's on Linux 2.0, and de-autoconf the | Colm MacCarthaigh | 2005-08-23 | 1 | -1/+1 |
* | Add a User-Agent to the dummy connection code to ease admin debugging. | Paul Querna | 2005-08-08 | 1 | -1/+9 |
* | * server/mpm_common.c (dummy_connection): Fix length argument passed | Joe Orton | 2005-06-30 | 1 | -2/+3 |
* | Argh. Style Fix. Habits are hard to kill. | Paul Querna | 2005-06-27 | 1 | -1/+1 |
* | *) server/mpm_common.c: Send a simple HTTP 1.0 request to every listener sock... | Paul Querna | 2005-06-27 | 1 | -0/+11 |
* | Fix for reported compile problem | Nick Kew | 2005-06-08 | 1 | -4/+5 |
* | Add monitor hook (discussed under "watchdog" thread). | Nick Kew | 2005-06-07 | 1 | -7/+16 |
* | restore google-ability of an ancient message of great importance | Jeff Trawick | 2005-02-16 | 1 | -1/+1 |
* | Update copyright year to 2005 and standardize on current copyright owner line. | Justin Erenkrantz | 2005-02-04 | 1 | -1/+2 |