| Commit message (Expand) | Author | Age | Files | Lines |
| * | *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-28 | 1 | -4/+10 |
| * | Add ap_relieve_child_processess(), a non-infanticidal copy of | Colm MacCarthaigh | 2005-08-27 | 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-15 | 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-04 | 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 |
| * | Fold the compiled-in knowledge of the allowable AcceptMutex settings into | Jim Jagielski | 2002-03-20 | 1 | -1/+1 |
| * | Bring 2.0 up to parity, a bit, with how much info we provide to | Jim Jagielski | 2002-03-20 | 1 | -0/+1 |
| * | Update our copyright for this year. | Roy T. Fielding | 2002-03-13 | 1 | -1/+1 |
| * | Added the #ifdef's to the prototypes to match the corresponding source code | Bradley Nicholes | 2002-01-08 | 1 | -0/+4 |
| * | handle the disappearance of apr_lock_create_np() and | Jeff Trawick | 2001-12-29 | 1 | -1/+1 |
| * | Get mod_cgid killed when a MPM exits due to a fatal error. | Jeff Trawick | 2001-11-17 | 1 | -1/+2 |
| * | Fix the reporting for child processes that die. This removes | Ryan Bloom | 2001-10-23 | 1 | -2/+3 |
| * | namespace-protect accept_lock_mech | Jeff Trawick | 2001-08-14 | 1 | -1/+1 |
| * | change the name of AP_MPM_NEEDS_RECLAIM_CHILD_PROCESSES to | Jeff Trawick | 2001-08-13 | 1 | -2/+2 |
| * | (hopefully) get WinNT MPM to build using mpm_common.c code; a few notes: | Jeff Trawick | 2001-08-13 | 1 | -15/+15 |
| * | allow non-Unix MPMs to use mpm_common.c by not automatically | Jeff Trawick | 2001-08-13 | 1 | -0/+5 |
| * | Begin to sanitize the MPM configuration directives. Now, all | Ryan Bloom | 2001-08-13 | 1 | -0/+61 |
| * | Doc formatting fixes | William A. Rowe Jr | 2001-07-27 | 1 | -2/+2 |
| * | fix memory leak of apr_sockaddr_t and apr_socket_t in ap_mpm_pod_signal, | Greg Ames | 2001-07-18 | 1 | -0/+1 |
| * | First pass at the pipe_of_death logic for the prefork MPM. This does | Ryan Bloom | 2001-06-07 | 1 | -0/+43 |
| * | Get rid of some warnings which crept into the Unix MPMs a | Jeff Trawick | 2001-03-22 | 1 | -0/+2 |
| * | Declaration of ap_reclaim_child_processes() in exports.c needs to be | Brian Havard | 2001-03-19 | 1 | -0/+2 |
| * | More doxygenation. | Ben Laurie | 2001-03-17 | 1 | -0/+1 |
| * | Rely on APR to determine whether or not we have netinet/tcp.h. This test | Jeff Trawick | 2001-03-05 | 1 | -1/+1 |
| * | Don't directly include ap_config_auto.h directly. It isn't available on | Greg Stein | 2001-03-01 | 1 | -3/+1 |
| * | Update copyright to 2001 | Roy T. Fielding | 2001-02-16 | 1 | -1/+1 |
| * | Windows doesn't have ap_config_auto. Perhaps we need a HAVE_CONFIG_AUTO | Bill Stoddard | 2001-02-13 | 1 | -0/+2 |
| * | The "src/" directory no longer exists. Clean up the HARD_SERVER_LIMITS | Greg Ames | 2001-02-13 | 1 | -1/+1 |
| * | *) remove some obsolete/unused defines from httpd.h. | Greg Stein | 2001-02-12 | 1 | -2/+16 |
| * | Move initgroupgs, ap_uname2id and ap_gname2id from util.c to | Ryan Bloom | 2001-01-20 | 1 | -0/+14 |
| * | APRize disabling nagle (setting TCP_NODELAY). | Brian Havard | 2000-08-22 | 1 | -1/+1 |