| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | worker MPM: Fix a problem which could cause httpd processes to | Jeff Trawick | 2004-12-02 | 1 | -59/+129 |
* | zap extra blank in error message | Jeff Trawick | 2004-11-29 | 1 | -1/+1 |
* | * server/mpm_common.c (dummy_connection): Log the address if the | Joe Orton | 2004-09-23 | 1 | -1/+1 |
* | Unix MPMs: Shut down the server more quickly when child processes are | Jeff Trawick | 2004-09-18 | 1 | -33/+60 |
* | tweak error handling when reading the pid file | Jeff Trawick | 2004-08-14 | 1 | -0/+2 |
* | use existing directive name ThreadStackSize instead of | Jeff Trawick | 2004-03-16 | 1 | -4/+4 |
* | Threaded MPMs for Unix and Win32: Add WorkerStackSize directive | Jeff Trawick | 2004-03-11 | 1 | -0/+24 |
* | * include/mpm_common.h (ap_pod_t): Remove 'sa' field. | Joe Orton | 2004-03-06 | 1 | -5/+3 |
* | * server/mpm_common.c (ap_process_child_status): Remove an escaped \n | Joe Orton | 2004-02-25 | 1 | -2/+1 |
* | Add a new directive EnableExceptionHook that must be specified for | Jeff Trawick | 2004-02-19 | 1 | -1/+30 |
* | fix name of The Apache Software Foundation | André Malo | 2004-02-09 | 1 | -1/+1 |
* | apply Apache License, Version 2.0 | André Malo | 2004-02-06 | 1 | -53/+10 |
* | avoid losing a subpool (until restart) on a rare error path | Jeff Trawick | 2004-01-27 | 1 | -0/+2 |
* | update license to 2004. | André Malo | 2004-01-01 | 1 | -1/+1 |
* | fix a problem where a crash of a non-MPM child process could | Jeff Trawick | 2003-12-11 | 1 | -1/+8 |
* | Add fatal exception hook for use by debug modules. The hook is only | Jeff Trawick | 2003-11-26 | 1 | -0/+24 |