| Commit message (Expand) | Author | Age | Files | Lines |
* | Add dummy ap_mpm_register_timed_callback for other MPMs besides Event. | Paul Querna | 2008-09-21 | 1 | -0/+2 |
* | Introduce Suspendable Requests to the Event MPM. | Paul Querna | 2008-09-20 | 3 | -29/+197 |
* | worker/event MPMs: graceful-stop doesn't work if the listener thread is | Greg Ames | 2008-06-17 | 1 | -1/+4 |
* | get the Event MPM to compile again | Greg Ames | 2008-06-17 | 1 | -1/+1 |
* | 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 | -15/+0 |
* | * 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 | -2/+8 |
* | Don't call into get_worker while holding the timeout_list mutex. | Paul Querna | 2007-09-11 | 1 | -4/+16 |
* | Rework locking on timeout_mutex. We now drop (and reaquire) the lock inside ... | Paul Querna | 2007-08-21 | 1 | -0/+5 |
* | Use APR_STATUS_IS_NOTFOUND() rather than comparing against NOTFOUND directly. | Paul Querna | 2007-08-20 | 1 | -1/+1 |
* | Add comments that make it clear that we are using | Jim Jagielski | 2007-08-07 | 1 | -0/+7 |
* | These atomics expect apr_uint32_t *... The expectation, of course, | Jim Jagielski | 2007-08-06 | 1 | -3/+3 |
* | Aha! This explains some of the weird things I was seeing. | Jim Jagielski | 2007-08-06 | 1 | -0/+18 |
* | Multiple trivial fixes from Christophe JAILLET | Nick Kew | 2007-07-20 | 1 | -2/+1 |
* | Rename relatively useless struct element for something more | Jim Jagielski | 2007-07-03 | 1 | -8/+8 |
* | 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 | -8/+2 |
* | PID table impl: parent process keeps a local table store of | Jim Jagielski | 2007-06-16 | 2 | -2/+8 |
* | Rather than handling lingering closes inline, fall down to a following if blo... | Paul Querna | 2007-06-13 | 1 | -2/+1 |
* | Add a clogging_input_filters variable to the conn_rec, enabling the Event MPM... | Paul Querna | 2007-06-12 | 1 | -0/+10 |
* | remove a bit of useless code from worker and event MPMs | Jeff Trawick | 2006-12-24 | 1 | -2/+0 |
* | added APR_THREAD_FUNC on listener_thread() in event and worker MPMs | Chris Darroch | 2006-10-18 | 1 | -1/+1 |
* | rename routines from worker MPM to match normal MPM naming | Chris Darroch | 2006-10-17 | 1 | -7/+7 |
* | 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 | -193/+267 |
* | update license header text | Roy T. Fielding | 2006-07-11 | 7 | -42/+42 |
* | Make the worker and event MPMs not touch the scoreboard when | Chris Darroch | 2006-05-26 | 1 | -3/+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/+17 |
* | Fill in the scoreboard's tid field in the event MPM, just like we do in | Garrett Rooney | 2006-02-25 | 1 | -0/+1 |
* | Make the worker and event MPMs support GracefulShutdownTimeout just like | Garrett Rooney | 2006-02-13 | 1 | -2/+8 |
* | Removed the destruction of the bucket allocator prior to | Brian Pane | 2005-12-31 | 1 | -1/+0 |
* | When computing the timeouts for keepalives and write completion, | Brian Pane | 2005-11-27 | 1 | -5/+3 |
* | remove an obsolete comment | Brian Pane | 2005-11-20 | 1 | -4/+0 |
* | Minor refactoring: move the creation of the pollset and associated | Brian Pane | 2005-11-13 | 1 | -35/+48 |
* | No functional Change: Removing trailing whitespace. This also | Jim Jagielski | 2005-11-10 | 2 | -40/+40 |
* | No functional change: simple detabbing of indented code. | Jim Jagielski | 2005-11-10 | 1 | -1/+1 |
* | Async write completion for Event MPM | Brian Pane | 2005-10-24 | 1 | -14/+83 |
* | remove the recycled_pool variable to keep it more in sync with worker. | Greg Ames | 2005-10-08 | 1 | -6/+2 |
* | remove obsolete constant | Greg Ames | 2005-10-08 | 1 | -11/+1 |
* | get rid of an obsolete comment. the separate event thread disappeared when | Greg Ames | 2005-09-17 | 1 | -3/+2 |
* | Move the timeout mutex up, to limit the time we are holding it. | Paul Querna | 2005-09-09 | 1 | -2/+1 |
* | Initiliase all of the first_*_limit variables to zero, so that we can actually | Colm MacCarthaigh | 2005-08-31 | 1 | -2/+2 |
* | Implement graceful stop in the event MPM. Implementation is identical to | Colm MacCarthaigh | 2005-08-29 | 2 | -7/+74 |
* | Doxygen fixup / cleanup | Ian Holsman | 2005-08-29 | 4 | -0/+38 |
* | * event.c: Create ptrans pool as a child of pconf, to fix APR pool | Paul Querna | 2005-06-01 | 1 | -1/+1 |