| Commit message (Expand) | Author | Age | Files | Lines |
* | 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-04 | 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 |
* | *how* did I mis-spell that. | Colm MacCarthaigh | 2005-08-29 | 1 | -1/+1 |
* | Move the "GracefulShutdownTimeout" command definition into mpm_common | Colm MacCarthaigh | 2005-08-29 | 1 | -0/+4 |
* | Doxygen fixup / cleanup | Ian Holsman | 2005-08-29 | 1 | -4/+10 |
* | Add ap_relieve_child_processess(), a non-infanticidal copy of | Colm MacCarthaigh | 2005-08-28 | 1 | -2/+19 |
* | Move the "GracefulShutdownTimeout" directive into mpm_common, for re-use | Colm MacCarthaigh | 2005-08-26 | 1 | -0/+10 |
* | Silly me, I forgot to commit this; the definitions for the GRACEFUL_STOP | Colm MacCarthaigh | 2005-08-26 | 1 | -0/+9 |
* | Remove support for the threaded-mpm's on Linux 2.0, and de-autoconf the | Colm MacCarthaigh | 2005-08-23 | 1 | -0/+9 |
* | Add monitor hook (discussed under "watchdog" thread). | Nick Kew | 2005-06-07 | 1 | -0/+2 |
* | 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 | -1/+32 |
* | use existing directive name ThreadStackSize instead of | Jeff Trawick | 2004-03-16 | 1 | -2/+2 |
* | Threaded MPMs for Unix and Win32: Add WorkerStackSize directive | Jeff Trawick | 2004-03-11 | 1 | -0/+6 |
* | * include/mpm_common.h (ap_pod_t): Remove 'sa' field. | Joe Orton | 2004-03-06 | 1 | -1/+0 |
* | Add a new directive EnableExceptionHook that must be specified for | Jeff Trawick | 2004-02-19 | 1 | -0/+5 |
* | 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 |
* | update license to 2004. | André Malo | 2004-01-01 | 1 | -1/+1 |
* | consolidate code related to sig_coredump | Jeff Trawick | 2003-04-09 | 1 | -0/+5 |
* | Linux 2.4+: enable coredumps when Apache is started as root if | Greg Ames | 2003-03-06 | 1 | -0/+1 |
* | finished that boring job: | André Malo | 2003-02-03 | 1 | -1/+1 |
* | fix ap_mpm_set_max_mem_free declaration to match mpm_common.c | Brian Pane | 2002-07-05 | 1 | -1/+2 |
* | Add missing declarations of the new max_mem_free stuff | Brian Pane | 2002-07-04 | 1 | -0/+5 |
* | Add "-k start|startssl|restart|graceful|stop" support to httpd | Jeff Trawick | 2002-05-23 | 1 | -0/+5 |
* | Syncing makes no sense now | Jim Jagielski | 2002-03-29 | 1 | -1/+0 |