| Commit message (Expand) | Author | Age | Files | Lines |
* | * core/mpm: add hook 'child_stopped` that gets called when the MPM has | Stefan Eissing | 2022-02-24 | 1 | -2/+18 |
* | * core/mpm: add hook 'child_stopping` that gets called when the MPM is | Stefan Eissing | 2021-07-31 | 1 | -0/+9 |
* | Follow up to r1879449: yet better MPM poll callback API. | Yann Ylavic | 2020-07-02 | 1 | -4/+3 |
* | mpm_common: add pool argument to mpm_register_poll_callback[_timeout] hooks. | Yann Ylavic | 2020-07-02 | 1 | -4/+4 |
* | mpm_common: remove ap_mpm_unregister_poll_callback(). | Yann Ylavic | 2020-07-02 | 1 | -7/+0 |
* | On the trunk: | Stefan Eissing | 2017-09-21 | 1 | -1/+1 |
* | ap_reclaim_child_processes(): Implement terminate immediately | Stefan Fritsch | 2016-11-21 | 1 | -2/+1 |
* | ap_reclaim_child_processes() ignores its first argument | Stefan Fritsch | 2016-08-21 | 1 | -1/+2 |
* | reverting the reverting of r1735174, r1735176 was the culprit | Stefan Eissing | 2016-03-16 | 1 | -10/+11 |
* | reverting r1735174 as http/1.1 just terminated before response | Stefan Eissing | 2016-03-16 | 1 | -11/+10 |
* | mpm: Generalise the ap_mpm_register_socket functions to accept pipes or sockets. | Graham Leggett | 2016-03-15 | 1 | -10/+11 |
* | core: Extend support for setting aside data from the network input filter | Graham Leggett | 2016-03-12 | 1 | -1/+9 |
* | mpm: Add a complete_connection hook that confirms whether an MPM is allowed | Graham Leggett | 2016-02-19 | 1 | -0/+10 |
* | Revert r1601943, r1602058, r1605307 (socket callback returning pollfds) | Takashi Sato | 2014-06-27 | 1 | -2/+2 |
* | Socket event callback now takes pollfd. | Takashi Sato | 2014-06-11 | 1 | -2/+2 |
* | PR56333: Add an API to resume a connection that a handler has previously susp... | Eric Covener | 2014-05-11 | 1 | -0/+5 |
* | Extend the socket callbacks in event to allow a timeout on the I/O callback. | Eric Covener | 2014-05-11 | 1 | -0/+10 |
* | tiny doc/Doxygen improvements | Jeff Trawick | 2014-04-17 | 1 | -5/+31 |
* | Remove useless \t and blank line that were not backported into 2.4.x in r1542557 | Christophe Jaillet | 2013-12-18 | 1 | -3/+2 |
* | Add suspend_connection and resume_connection hooks to notify modules | Jeff Trawick | 2013-11-30 | 1 | -0/+41 |
* | fix Doxygen warnings/comments | Jeff Trawick | 2013-08-13 | 1 | -2/+2 |
* | Fold in Eric Covener's socket callback | Jim Jagielski | 2013-06-17 | 1 | -0/+7 |
* | On NetWare skip these unsupported function prototypes. | Guenter Knauf | 2012-12-19 | 1 | -2/+2 |
* | Pull out the "extended" pod functions used by event and worker | Jim Jagielski | 2012-11-14 | 1 | -0/+44 |
* | avoid decls for some Unix-specific functions on Win32 too | Jeff Trawick | 2012-07-18 | 1 | -2/+3 |
* | * Partly revert r1303435 and rename pconf back to in_pconf to avoid shadowing | Ruediger Pluem | 2012-03-22 | 1 | -1/+1 |
* | Revert r1294936 (Jeff's revert) and fix NetWare / Win32 build. | Guenter Knauf | 2012-03-21 | 1 | -34/+38 |
* | revert r1294936, which fixed MPM DSO load failures on AIX | Jeff Trawick | 2012-03-16 | 1 | -21/+19 |
* | Fix MPM DSO load failure on AIX. | Jeff Trawick | 2012-02-29 | 1 | -19/+21 |
* | * include/: Various doxy markup tweaks. | Joe Orton | 2011-12-07 | 1 | -0/+4 |
* | end-generation hook: Fix false notification of end-of-generation for | Jeff Trawick | 2011-11-10 | 1 | -0/+5 |
* | Add -D DUMP_RUN_CFG option to dump some configuration items | Stefan Fritsch | 2011-10-09 | 1 | -0/+1 |
* | re-add "extern" accidentally removed by r1179448 | Stefan Fritsch | 2011-10-06 | 1 | -1/+1 |
* | Export ap_max_mem_free, needed by r1178079, as pointed out by Gregg L. Smith | Stefan Fritsch | 2011-10-05 | 1 | -1/+1 |
* | Cleanup effort in prep for GA push: | Jim Jagielski | 2011-09-23 | 1 | -8/+8 |
* | Add child_status hook for tracking creation/termination of MPM child | Jeff Trawick | 2011-04-25 | 1 | -3/+11 |
* | Fix some MinGW build issues... | Jeff Trawick | 2011-04-09 | 1 | -0/+4 |
* | Simplify the interface to ap_reclaim_child_processes() and | Jeff Trawick | 2011-03-30 | 1 | -16/+10 |
* | the mpm-note-child-killed hook was just for use by | Jeff Trawick | 2011-03-30 | 1 | -3/+5 |
* | mpm_common.c implements a handful of config directives; the | Jeff Trawick | 2011-03-28 | 1 | -0/+5 |
* | SCOREBOARD_MAINTENANCE_INTERVAL is gone, except for some local | Jeff Trawick | 2011-03-26 | 1 | -3/+2 |
* | Added prototype for initgroups(). | Guenter Knauf | 2011-03-16 | 1 | -0/+13 |
* | core: Abort with sensible error message if no or more than one MPM is | Stefan Fritsch | 2010-08-21 | 1 | -0/+6 |
* | change the preprocessor define ap_accept_mutex_type to upper case | Jeff Trawick | 2010-02-08 | 1 | -1/+1 |
* | Refactor mod_status out of the ExtendedStatus toggle picture, as other | William A. Rowe Jr | 2010-01-26 | 1 | -6/+0 |
* | Replace AcceptMutex, LockFile, RewriteLock, SSLMutex, SSLStaplingMutex, | Jeff Trawick | 2009-11-24 | 1 | -14/+5 |
* | Fix a lot of doxygen warnings. Thanks to Brad Hards for the patch. | Daniel Earl Poirier | 2009-10-28 | 1 | -7/+17 |
* | Hmmm... forgot git commit/dcommit. | Jim Jagielski | 2009-09-25 | 1 | -1/+1 |
* | Oops. forgot the declaration | 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 | -1/+2 |