| Commit message (Expand) | Author | Age | Files | Lines |
* | prefork, worker, event: | Jeff Trawick | 2009-03-26 | 1 | -5/+1 |
* | resurrect the old (pre-r757867) compiled-in MPM_NAME value, but via a hook fo... | Jeff Trawick | 2009-03-25 | 1 | -0/+6 |
* | The rewrite-args hook isn't available to MPM DSOs. Piggy-back on the | Jeff Trawick | 2009-03-25 | 1 | -1/+1 |
* | prefork, worker, and event MPMs: use retained-data API to maintain | Jeff Trawick | 2009-03-25 | 1 | -17/+30 |
* | Introduce a new set of APIs to allow MPMs to be proper modules instead | Jeff Trawick | 2009-03-24 | 4 | -147/+103 |
* | Add conn_rec::current_thread. | Paul Querna | 2009-02-09 | 1 | -2/+4 |
* | I'm not 100% sure about this, but it seems to silence the | Chris Darroch | 2008-12-12 | 1 | -3/+3 |
* | API Cleanup in preperation for 2.4.x, make sure all exported functions or var... | Paul Querna | 2008-12-02 | 2 | -3/+3 |
* | Further unixd hacks to remove duplication between old-unixd and mod_unixd, | Nick Kew | 2008-11-04 | 1 | -2/+0 |
* | Switch all unix MPMs to use drop_privileges hook (mod_unixd) for startup | Nick Kew | 2008-11-03 | 1 | -1/+1 |
* | * Recheck again if idle workers are still available when we are signaled that | Ruediger Pluem | 2008-10-08 | 1 | -2/+10 |
* | worker/event MPMs: graceful-stop doesn't work if the listener thread is | Greg Ames | 2008-06-17 | 1 | -1/+4 |
* | Remove all references to CORE_PRIVATE. | Paul Querna | 2008-04-07 | 1 | -2/+0 |
* | Remove ap_graceful_stop_signalled from all MPMs. | Paul Querna | 2008-04-07 | 1 | -11/+0 |
* | add comment from event MPM's fdqueue ap_pop_pool() regarding | Chris Darroch | 2008-03-04 | 1 | -0/+8 |
* | * Add hint to PR in comment. No functional change. | Ruediger Pluem | 2008-02-23 | 1 | -1/+1 |
* | * Second part of fix for PR 44402: | Ruediger Pluem | 2008-02-22 | 1 | -1/+1 |
* | Worker MPM: fix race condition | Nick Kew | 2008-02-22 | 1 | -3/+7 |
* | the cost of synchronized SMP proof updates far outweighs the value of having | Greg Ames | 2007-07-20 | 1 | -1/+1 |
* | Multiple trivial fixes from Christophe JAILLET | Nick Kew | 2007-07-20 | 1 | -2/+1 |
* | Add alternative fixes for CVE-2007-3304: | Joe Orton | 2007-06-29 | 1 | -6/+4 |
* | Revert r547987 ("svn merge -c -547987 .") | Joe Orton | 2007-06-29 | 2 | -10/+2 |
* | PID table impl: parent process keeps a local table store of | Jim Jagielski | 2007-06-16 | 2 | -2/+10 |
* | remove a bit of useless code from worker and event MPMs | Jeff Trawick | 2006-12-24 | 1 | -2/+0 |
* | * Remove an unused variable and thus fix a compiler warning. | Ruediger Pluem | 2006-12-07 | 1 | -2/+1 |
* | added APR_THREAD_FUNC on listener_thread() in event and worker MPMs | Chris Darroch | 2006-10-18 | 1 | -1/+1 |
* | Replace ap_get_server_version with ap_get_server_banner() and | Jeff Trawick | 2006-09-05 | 1 | -1/+1 |
* | Introduce a check_config phase between pre_config and open_logs, | Chris Darroch | 2006-08-15 | 1 | -194/+267 |
* | update license header text | Roy T. Fielding | 2006-07-11 | 7 | -42/+42 |
* | On graceless shutdown or restart, send AP_SIG_GRACEFUL to all worker | Chris Darroch | 2006-05-26 | 1 | -0/+25 |
* | Make the worker and event MPMs not touch the scoreboard when | Chris Darroch | 2006-05-26 | 1 | -4/+5 |
* | Initialise server generation (Chris Darroch) | Nick Kew | 2006-05-07 | 1 | -1/+1 |
* | PR 39275. don't fork MaxClients worth of processes if child_init or fork() are | Greg Ames | 2006-05-03 | 1 | -1/+1 |
* | Update the copyright year in all .c, .h and .xml files | Colm MacCarthaigh | 2006-04-19 | 7 | -7/+7 |
* | decouple the two scoreboard full messages | Greg Ames | 2006-04-14 | 1 | -11/+10 |
* | MaxClients isn't the only reason the scoreboard can fill up. another | Greg Ames | 2006-04-13 | 1 | -5/+16 |
* | Make the worker and event MPMs support GracefulShutdownTimeout just like | Garrett Rooney | 2006-02-13 | 1 | -2/+8 |
* | No functional Change: Removing trailing whitespace. This also | Jim Jagielski | 2005-11-10 | 3 | -132/+132 |
* | No functional change: simple detabbing of indented code. | Jim Jagielski | 2005-11-10 | 1 | -8/+8 |
* | use Greg's cleaner fix for CAN-2005-2970 | Jeff Trawick | 2005-10-08 | 1 | -13/+9 |
* | SECURITY: CAN-2005-2970 (cve.mitre.org) | Jeff Trawick | 2005-09-30 | 1 | -0/+5 |
* | Revert one part. I should have tested seperately. This line isn't neccessary. | Colm MacCarthaigh | 2005-08-31 | 1 | -1/+1 |
* | Actually allow the admin to set thread_limit higher than the default. | Colm MacCarthaigh | 2005-08-31 | 1 | -3/+3 |
* | More getpid format fixes | Jim Jagielski | 2005-08-31 | 1 | -4/+4 |
* | *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 | -3/+1 |
* | Doxygen fixup / cleanup | Ian Holsman | 2005-08-29 | 4 | -0/+37 |
* | Implement a graceful-stop for the worker MPM. We close our listeners, and then | Colm MacCarthaigh | 2005-08-28 | 2 | -6/+74 |
* | Implement "de-listening" in the worker MPM. Fixes PR28167. Comments in CHANGES | Colm MacCarthaigh | 2005-08-24 | 1 | -0/+1 |
* | downgrade the log level of a proc_mutex_unlock error message | Jeff Trawick | 2005-06-01 | 1 | -1/+7 |