| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge r1546759, r1546760 from trunk: | Jim Jagielski | 2014-04-15 | 1 | -0/+41 |
* | Merge r1423933 from trunk: | Jim Jagielski | 2014-03-10 | 1 | -2/+2 |
* | Remove a 1 empty line difference between trunk and 2.4.x that could break bac... | Christophe Jaillet | 2013-12-18 | 1 | -1/+0 |
* | mpm_unix: Add ap_mpm_podx_* implementation to avoid code duplication | Graham Leggett | 2013-11-16 | 1 | -0/+44 |
* | Merge r1363035 from trunk: | Jim Jagielski | 2012-07-23 | 1 | -2/+3 |
* | Merge r1303201, r1303435, r1303827: | Stefan Fritsch | 2012-03-31 | 1 | -34/+38 |
* | include/: Various doxy markup tweaks. | Rainer Jung | 2012-01-31 | 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-23 | 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 |
* | main() can use ap_run_mpm() directly, so axe the old ap_mpm_run() function | Jeff Trawick | 2009-04-05 | 1 | -3/+0 |
* | mpm-query hook: distinguish between DECLINED and APR_ENOTIMPL so that | Jeff Trawick | 2009-04-01 | 1 | -3/+6 |
* | the mpm_get_child_pid hook is unnecessary, as was the per-MPM MPM_CHILD_PID()... | Jeff Trawick | 2009-03-29 | 1 | -8/+2 |
* | change commentary to note MPM API changes: MPM_ macros to mpm_ hooks | Jeff Trawick | 2009-03-27 | 1 | -6/+6 |
* | axe unmaintained 1.3-era code to support AUX, SunOS, IRIX, Next, Tandem, MPE, | Jeff Trawick | 2009-03-27 | 1 | -1/+1 |
* | remove TPF support | Jeff Trawick | 2009-03-27 | 1 | -1/+1 |
* | axe the unnecessary AP_MPM_HARD_LIMITS_FILE | Jeff Trawick | 2009-03-26 | 1 | -2/+0 |
* | no longer conditional; although some are now in mpm_unix.c | William A. Rowe Jr | 2009-03-25 | 1 | -52/+2 |
* | resurrect the old (pre-r757867) compiled-in MPM_NAME value, but via a hook fo... | Jeff Trawick | 2009-03-25 | 1 | -0/+3 |
* | dangling semis lead to warnings with Sun Studio | Jeff Trawick | 2009-03-25 | 1 | -5/+5 |
* | fix inconsistent defs of ap_mpm_note_child_killed() | Jeff Trawick | 2009-03-25 | 1 | -1/+1 |
* | axe the remaining checks of AP_MPM_WANT_foo to see what code to generate | Jeff Trawick | 2009-03-24 | 1 | -8/+0 |
* | Introduce a new set of APIs to allow MPMs to be proper modules instead | Jeff Trawick | 2009-03-24 | 1 | -19/+50 |
* | API Cleanup in preperation for 2.4.x, make sure all exported functions or var... | Paul Querna | 2008-12-02 | 1 | -1/+1 |
* | Wrap the global count of privileges handlers operating. Silence grumblers. | Nick Kew | 2008-11-03 | 1 | -1/+1 |
* | Switch all unix MPMs to use drop_privileges hook (mod_unixd) for startup | Nick Kew | 2008-11-03 | 1 | -0/+4 |
* | Use correct Doxygen keywords for functions and variables. TODO: figure out w... | Sander Temme | 2007-07-03 | 1 | -2/+2 |
* | Add alternative fixes for CVE-2007-3304: | Joe Orton | 2007-06-29 | 1 | -0/+13 |
* | Revert r547987 ("svn merge -c -547987 .") | Joe Orton | 2007-06-29 | 1 | -8/+0 |
* | PID table impl: parent process keeps a local table store of | Jim Jagielski | 2007-06-16 | 1 | -0/+8 |
* | Once SSLMutex allowed for the setting of both the | Jim Jagielski | 2006-10-24 | 1 | -1/+0 |
* | 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 |