summaryrefslogtreecommitdiff
path: root/server/mpm/experimental/event
Commit message (Expand)AuthorAgeFilesLines
* Use the new APR_POLLSET_NOCOPY option when creating the core pollset.async-devBrian Pane2005-10-231-9/+9
* more verbose error message on write completion errorBrian Pane2005-10-101-1/+1
* Enabled async write completion in the Event MPMBrian Pane2005-10-101-11/+45
* Fixed processing of pipelined requestsBrian Pane2005-10-091-0/+2
* Refactored CONN_STATE_WRITE_COMPLETION handling.Brian Pane2005-10-091-2/+14
* Refactored ap_process_request() so that in async MPMs, the MPM (and notBrian Pane2005-10-091-0/+21
* Forward-port of the latest event MPM code from the 2.3-dev trunk intoBrian Pane2005-10-083-56/+7
* New version of ap_core_output_filter...Brian Pane2005-09-251-6/+1
* *) Create an optional function and MPM Query to replace the core output filter.Paul Querna2005-09-053-1/+39
* 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