| Commit message (Expand) | Author | Age | Files | Lines |
| * | Initiliase all of the first_*_limit variables to zero, so that we can actually | Colm MacCarthaigh | 2005-08-31 | 1 | -1/+1 |
| * | Add ap_append_pid(); This is performed enough to warrant | Jim Jagielski | 2005-08-31 | 1 | -6/+3 |
| * | Move the "GracefulShutdownTimeout" command definition into mpm_common | Colm MacCarthaigh | 2005-08-29 | 1 | -3/+1 |
| * | Doxygen fixup / cleanup | Ian Holsman | 2005-08-28 | 2 | -0/+19 |
| * | Re-add a simple, obvious, speed-up. | Colm MacCarthaigh | 2005-08-27 | 1 | -0/+1 |
| * | Remove as many ghastly scoreboard loops from the graceful-shutdown code, and | Colm MacCarthaigh | 2005-08-27 | 1 | -33/+12 |
| * | Move the "GracefulShutdownTimeout" directive into mpm_common, for re-use | Colm MacCarthaigh | 2005-08-26 | 2 | -19/+8 |
| * | Implement a "graceful-stop" for the prefork MPM (might aswell do the hard one | Colm MacCarthaigh | 2005-08-26 | 2 | -2/+126 |
| * | Implement "de-listening" for graceful restarts with the prefork MPM. With this | Colm MacCarthaigh | 2005-08-24 | 1 | -3/+17 |
| * | Update copyright year to 2005 and standardize on current copyright owner line. | Justin Erenkrantz | 2005-02-04 | 3 | -3/+6 |
| * | Remove the .cvsignore files. | Joe Orton | 2004-11-19 | 1 | -5/+0 |
| * | * modules/ssl/ssl_engine_kernel.c (ssl_callback_SSLVerify_CRL), | Joe Orton | 2004-08-11 | 1 | -4/+4 |
| * | the eight space tabs are harassing me. | André Malo | 2004-04-11 | 1 | -366/+369 |
| * | Improve helpfulness of error messages when accept mutex has a problem. | Justin Erenkrantz | 2004-03-14 | 1 | -2/+4 |
| * | fix name of The Apache Software Foundation | André Malo | 2004-02-09 | 3 | -3/+3 |
| * | fix copyright dates according to the first check in | André Malo | 2004-02-08 | 2 | -2/+2 |
| * | apply Apache License, Version 2.0 | André Malo | 2004-02-06 | 3 | -159/+30 |
| * | bump MAX_SERVER_LIMIT by 10x (hoping to stay ahead of Moore's Law for a little | Greg Ames | 2004-01-15 | 1 | -1/+1 |
| * | update license to 2004. | André Malo | 2004-01-01 | 3 | -3/+3 |
| * | fix the name of the failing API call in a log message | Jeff Trawick | 2003-12-13 | 1 | -1/+1 |
| * | add new MPM query -- AP_MPMQ_MPM_STATE -- to find out what the MPM | Jeff Trawick | 2003-12-10 | 1 | -2/+26 |
| * | build with latest other-child API changes | Jeff Trawick | 2003-11-22 | 1 | -1/+1 |
| * | Switch the prefork MPM over to the new pollset interface. | Greg Stein | 2003-11-16 | 1 | -51/+56 |
| * | Fix uninitialized gprof directory name in prefork MPM. | Jeff Trawick | 2003-11-07 | 1 | -1/+4 |
| * | Prevent slow graceful restarts on some platforms: | Joe Orton | 2003-10-22 | 1 | -1/+1 |
| * | Make sure that the global ap_max_mem_free is initialized along with the | Bradley Nicholes | 2003-08-27 | 1 | -0/+3 |
| * | Forward port patch for CAN-2003-0253 from 2.0. | Sander Striker | 2003-07-09 | 1 | -14/+9 |
| * | prefork MPM: Use the right permissions for the directory created | Jeff Trawick | 2003-04-24 | 1 | -1/+4 |
| * | the error code is in the apr_status_t, not errno | Jeff Trawick | 2003-04-24 | 1 | -1/+1 |
| * | improve -DONE_PROCESS handling with prefork MPM so that | Jeff Trawick | 2003-04-23 | 1 | -4/+13 |
| * | consolidate code related to sig_coredump | Jeff Trawick | 2003-04-09 | 2 | -61/+9 |
| * | finished that boring job: | André Malo | 2003-02-03 | 3 | -3/+3 |
| * | fix "long lost child came home!" messages after a graceful restart with | Greg Ames | 2002-10-23 | 1 | -1/+1 |
| * | zap an unused variable | Jeff Trawick | 2002-07-17 | 1 | -1/+0 |
| * | Get the prefork MPM using the apr_poll interface directly instead of going | Ryan Bloom | 2002-07-17 | 1 | -5/+8 |
| * | Bring Apache in line with APR's new poll implementation. This isn't | Ryan Bloom | 2002-07-11 | 1 | -1/+2 |
| * | Add a new directive: MaxMemFree. MaxMemFree makes it possible | Sander Striker | 2002-07-04 | 2 | -0/+2 |
| * | prefork MPM: Ignore mutex errors during graceful restart. For | Jeff Trawick | 2002-06-14 | 1 | -5/+26 |
| * | Now that we have the functionality in apr, we can now have 2.0's | Jim Jagielski | 2002-06-07 | 1 | -1/+3 |
| * | Catch up with the apr_allocator_set_owner -> apr_allocator_owner_set renames | Sander Striker | 2002-05-30 | 1 | -1/+1 |
| * | Add "-k start|startssl|restart|graceful|stop" support to httpd | Jeff Trawick | 2002-05-23 | 2 | -1/+2 |
| * | stop using APLOG_NOERRNO in calls to ap_log_?error() | Jeff Trawick | 2002-05-17 | 1 | -25/+25 |
| * | Remind the admin about the User and Group directives when we are | Jeff Trawick | 2002-04-08 | 1 | -1/+2 |
| * | quiet a bogus gcc warning that crops up with -O2 | Jeff Trawick | 2002-04-05 | 1 | -0/+1 |
| * | Remove hardcoded paths from MPMs and move them to a more central | Sander Striker | 2002-04-04 | 2 | -5/+5 |
| * | prefork MPM: add -DFOREGROUND option to use when you want | Jeff Trawick | 2002-04-03 | 1 | -4/+6 |
| * | style change only | Jeff Trawick | 2002-04-03 | 1 | -8/+8 |
| * | PR: | Paul J. Reder | 2002-03-29 | 1 | -1/+0 |
| * | The old, legacy (and unused) code in which the scoreboard was totally | Jim Jagielski | 2002-03-29 | 1 | -26/+3 |
| * | BUCKET FREELISTS | Cliff Woolley | 2002-03-29 | 1 | -1/+4 |