summaryrefslogtreecommitdiff
path: root/server/mpm/experimental/event
Commit message (Expand)AuthorAgeFilesLines
* Removed the destruction of the bucket allocator prior toBrian Pane2005-12-311-1/+0
* When computing the timeouts for keepalives and write completion,Brian Pane2005-11-271-5/+3
* remove an obsolete commentBrian Pane2005-11-201-4/+0
* Minor refactoring: move the creation of the pollset and associatedBrian Pane2005-11-131-35/+48
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-102-40/+40
* No functional change: simple detabbing of indented code.Jim Jagielski2005-11-101-1/+1
* Async write completion for Event MPMBrian Pane2005-10-241-14/+83
* remove the recycled_pool variable to keep it more in sync with worker.Greg Ames2005-10-081-6/+2
* remove obsolete constantGreg Ames2005-10-081-11/+1
* get rid of an obsolete comment. the separate event thread disappeared whenGreg Ames2005-09-171-3/+2
* Move the timeout mutex up, to limit the time we are holding it.Paul Querna2005-09-091-2/+1
* Initiliase all of the first_*_limit variables to zero, so that we can actuallyColm MacCarthaigh2005-08-311-2/+2
* Implement graceful stop in the event MPM. Implementation is identical toColm MacCarthaigh2005-08-292-7/+74
* Doxygen fixup / cleanupIan Holsman2005-08-284-0/+38
* * event.c: Create ptrans pool as a child of pconf, to fix APR pool Paul Querna2005-06-011-1/+1
* missed a couple. Greg Ames2005-05-061-5/+2
* worker and event mpms: transient thread creation errors shouldn't take downGreg Ames2005-05-041-20/+43
* sync with mod_status hacks in the worker mpm.Paul Querna2005-03-161-0/+2
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-047-7/+14
* ap_queue_push: update comment to reflect realityGreg Ames2004-12-091-3/+4
* * server/mpm/experimental/event/event.c: Go through and reformat and correctJustin Erenkrantz2004-12-041-53/+58
* fix child process aborts withGreg Ames2004-12-031-3/+49
* listener_thread: no functional changes, formatting changes onlyGreg Ames2004-11-271-116/+115
* only need one main listener loop.Greg Ames2004-11-271-13/+5
* make the type field in listener_poll_type an enum to make gdb output moreGreg Ames2004-11-271-5/+7
* The Event MPM.Paul Querna2004-11-209-0/+3095