| Commit message (Expand) | Author | Age | Files | Lines |
* | Initialize apr_thread_t pointer to NULL so that apr_os_thread_put() | Jeff Trawick | 2011-07-02 | 1 | -1/+1 |
* | Introduce ap_(get|set)_core_module_config() functions/macros and use them | Stefan Fritsch | 2011-06-06 | 1 | -2/+1 |
* | This is rather irritating. | William A. Rowe Jr | 2011-05-31 | 1 | -2/+2 |
* | fill in conn_rec::current_thread for WinNT, NetWare, and OS/2 MPMs | Jeff Trawick | 2011-05-16 | 1 | -0/+7 |
* | fix some typos in comments | Jeff Trawick | 2011-05-16 | 1 | -4/+4 |
* | Not possible; you don't declare a variable const and then | William A. Rowe Jr | 2011-05-07 | 1 | -1/+1 |
* | WinNT MPM has hard-coded daemon limit of 1, not 0 | Jeff Trawick | 2011-04-26 | 1 | -1/+1 |
* | Add child_status hook for tracking creation/termination of MPM child | Jeff Trawick | 2011-04-25 | 1 | -1/+20 |
* | AP_ENABLE_V4_MAPPED with WinNT MPM | Jeff Trawick | 2011-04-12 | 1 | -0/+10 |
* | add some debug logging to show more information about passing of sockets | Jeff Trawick | 2011-04-12 | 1 | -2/+5 |
* | axe the cast in the call to our mpm_nt_eventlog_stderr_open() | Jeff Trawick | 2011-04-11 | 3 | -4/+4 |
* | match expected type of arg to StartService() | Jeff Trawick | 2011-04-11 | 1 | -1/+1 |
* | don't try to shut down child if it wasn't created | Jeff Trawick | 2011-04-09 | 1 | -1/+9 |
* | WinNT MPM: Improve robustness under heavy load. | Jeff Trawick | 2011-04-09 | 1 | -9/+15 |
* | Fix some MinGW build issues... | Jeff Trawick | 2011-04-09 | 1 | -0/+4 |
* | fix some logging glitches in the WinNT MPM: | Jeff Trawick | 2011-04-09 | 1 | -9/+17 |
* | log message fixes/tweaks | Jeff Trawick | 2011-04-08 | 2 | -7/+7 |
* | Stop explicitly including the current pid in WinNT MPM messages, | Jeff Trawick | 2011-04-07 | 2 | -52/+46 |
* | axe ap_registry_get_server_root(), which seems to have been unused | Jeff Trawick | 2011-04-07 | 1 | -37/+0 |
* | format string fixes: | Jeff Trawick | 2011-04-07 | 2 | -8/+8 |
* | HANDLE is PVOID which is reasonably formatted by %pp, but not by %d | Jeff Trawick | 2011-04-06 | 1 | -3/+5 |
* | can't format time_t with %d; cast this small interval time to int | Jeff Trawick | 2011-04-06 | 1 | -1/+2 |
* | Log the OS socket (int) instead of the apr_socket_t *. | Jeff Trawick | 2011-04-06 | 1 | -3/+3 |
* | yank some dead code and variables | Jeff Trawick | 2011-04-06 | 3 | -57/+0 |
* | cleanups to function signatures, prototypes, visibility | Jeff Trawick | 2011-04-06 | 4 | -9/+13 |
* | mpm_common.c implements a handful of config directives; the | Jeff Trawick | 2011-03-28 | 2 | -12/+0 |
* | some non-MPM code wants to see DEFAULT_PIDLOG, so liberate the | Jeff Trawick | 2011-03-28 | 1 | -5/+0 |
* | consolidate logic to remove the pidfile in a new API, | Jeff Trawick | 2011-03-28 | 1 | -7/+1 |
* | enable DEFAULT_REL_RUNTIMEDIR on NetWare and Windows | Jeff Trawick | 2011-03-28 | 1 | -5/+0 |
* | axe unused mpm_default definitions | Jeff Trawick | 2011-03-26 | 1 | -6/+0 |
* | SCOREBOARD_MAINTENANCE_INTERVAL is gone, except for some local | Jeff Trawick | 2011-03-26 | 1 | -7/+0 |
* | fix some grammar mistakes, mostly in comments | Jeff Trawick | 2011-03-12 | 1 | -1/+1 |
* | fix some logging calls to include the server_rec | Jeff Trawick | 2011-02-26 | 1 | -1/+1 |
* | Axed C++ comments and tabs. | Guenter Knauf | 2011-02-26 | 1 | -14/+14 |
* | Correct constness fix to manipulate our copy | William A. Rowe Jr | 2010-12-01 | 1 | -1/+1 |
* | Fixed some win32 types. | Guenter Knauf | 2010-11-29 | 2 | -6/+7 |
* | Some minor fixes to provide protos and build with Watcom. | Guenter Knauf | 2010-10-20 | 3 | -12/+18 |
* | Rename MaxRequestsPerChild to MaxConnectionsPerChild, which | Stefan Fritsch | 2010-10-12 | 2 | -5/+5 |
* | Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take | Stefan Fritsch | 2010-06-06 | 3 | -1/+5 |
* | odd assortment of spelling fixes | Jeff Trawick | 2010-05-24 | 1 | -1/+1 |
* | Log command line on startup, so there's a record of command line | Daniel Earl Poirier | 2010-02-16 | 1 | -0/+1 |
* | fix typo in AcceptFilter-related comment | Jeff Trawick | 2009-11-21 | 1 | -1/+1 |
* | Change the configure-based MPM build mechanism to support building | Jeff Trawick | 2009-11-03 | 2 | -8/+3 |
* | more configure-time support for dynamically loadable MPMs: | Jeff Trawick | 2009-11-03 | 1 | -2/+2 |
* | Drop exit value (always NO_ERROR, needs work). Pass about the service context | William A. Rowe Jr | 2009-05-15 | 1 | -41/+48 |
* | Pick up earlier SHUTDOWN notification | William A. Rowe Jr | 2009-05-15 | 1 | -4/+7 |
* | Move comment block closer to related function. | Rainer Jung | 2009-05-06 | 1 | -10/+10 |
* | Move logic to decide if an MPM is supported, and whether the MPM is | Jeff Trawick | 2009-04-17 | 2 | -3/+13 |
* | main() can use ap_run_mpm() directly, so axe the old ap_mpm_run() function | Jeff Trawick | 2009-04-05 | 1 | -4/+4 |
* | mpm-query hook: distinguish between DECLINED and APR_ENOTIMPL so that | Jeff Trawick | 2009-04-01 | 1 | -17/+21 |