| Commit message (Expand) | Author | Age | Files | Lines |
* | PR56333: Add an API to resume a connection that a handler has previously susp... | Eric Covener | 2014-05-11 | 1 | -0/+8 |
* | Extend the socket callbacks in event to allow a timeout on the I/O callback. | Eric Covener | 2014-05-11 | 1 | -0/+14 |
* | avoid duplication of APR_HOOK_LINK invocations | Jeff Trawick | 2013-12-01 | 1 | -24/+16 |
* | Follow-up to r1546759: Fix compilation when exception hooks aren't enabled. | Jeff Trawick | 2013-12-01 | 1 | -0/+2 |
* | Add suspend_connection and resume_connection hooks to notify modules | Jeff Trawick | 2013-11-30 | 1 | -0/+8 |
* | Fix potential rejection of valid MaxMemFree and ThreadStackSize | Jeff Trawick | 2013-11-15 | 1 | -0/+2 |
* | Fold in Eric Covener's socket callback | Jim Jagielski | 2013-06-17 | 1 | -0/+19 |
* | The Pidfile directive and ap_log_pid()/ap_remove_pid()/ap_read_pid() | Jeff Trawick | 2012-08-06 | 1 | -1/+1 |
* | Revert r1294936 (Jeff's revert) and fix NetWare / Win32 build. | Guenter Knauf | 2012-03-21 | 1 | -10/+12 |
* | Add lots of unique tags to error log messages | Stefan Fritsch | 2011-12-03 | 1 | -5/+5 |
* | Folloup on r1201158: New MaxMemFree was meant | Rainer Jung | 2011-11-12 | 1 | -1/+1 |
* | Set MaxMemFree 2048 by default | Stefan Fritsch | 2011-11-12 | 1 | -1/+3 |
* | end-generation hook: Fix false notification of end-of-generation for | Jeff Trawick | 2011-11-10 | 1 | -7/+46 |
* | Call apr_random_after_fork() manually in the child processes because the MPMs | Stefan Fritsch | 2011-11-07 | 1 | -0/+2 |
* | Consistently use base 10 for numbers when parsing config options. It may be | Stefan Fritsch | 2011-10-09 | 1 | -2/+2 |
* | Add -D DUMP_RUN_CFG option to dump some configuration items | Stefan Fritsch | 2011-10-09 | 1 | -0/+6 |
* | Export ap_max_mem_free, needed by r1178079, as pointed out by Gregg L. Smith | Stefan Fritsch | 2011-10-05 | 1 | -1/+1 |
* | * server/mpm_common.c (ap_core_child_status): Allocate the geninfo, | Joe Orton | 2011-07-06 | 1 | -11/+13 |
* | Log the deprecation warning at level info, not warn | Stefan Fritsch | 2011-06-21 | 1 | -1/+1 |
* | Introduce ap_(get|set)_core_module_config() functions/macros and use them | Stefan Fritsch | 2011-06-06 | 1 | -1/+4 |
* | disable hook probes for our two hooks which have no args | Jeff Trawick | 2011-05-11 | 1 | -3/+18 |
* | Add child_status hook for tracking creation/termination of MPM child | Jeff Trawick | 2011-04-25 | 1 | -0/+89 |
* | Abort if the MPM is changed across restart. | Jeff Trawick | 2011-04-06 | 1 | -2/+13 |
* | Simplify the interface to ap_reclaim_child_processes() and | Jeff Trawick | 2011-03-30 | 1 | -5/+0 |
* | the mpm-note-child-killed hook was just for use by | Jeff Trawick | 2011-03-30 | 1 | -5/+0 |
* | mpm_common.c implements a handful of config directives; the | Jeff Trawick | 2011-03-28 | 1 | -12/+24 |
* | use apr_time_from_sec() shortcut | Jeff Trawick | 2011-03-26 | 1 | -1/+1 |
* | Added prototype for initgroups(). | Guenter Knauf | 2011-03-16 | 1 | -1/+1 |
* | Rename MaxRequestsPerChild to MaxConnectionsPerChild, which | Stefan Fritsch | 2010-10-12 | 1 | -0/+6 |
* | core: Abort with sensible error message if no or more than one MPM is | Stefan Fritsch | 2010-08-21 | 1 | -0/+10 |
* | remove more unused variables | Stefan Fritsch | 2010-08-04 | 1 | -2/+1 |
* | Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take | Stefan Fritsch | 2010-06-06 | 1 | -0/+2 |
* | Refactor mod_status out of the ExtendedStatus toggle picture, as other | William A. Rowe Jr | 2010-01-26 | 1 | -12/+0 |
* | 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 |