summaryrefslogtreecommitdiff
path: root/server/mpm/experimental
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
* Added asynchronous keep-alive support to the leader MPM...Brian Pane2005-09-125-403/+511
* *) 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-313-6/+6
* Implement graceful stop in the event MPM. Implementation is identical toColm MacCarthaigh2005-08-292-7/+74
* Doxygen fixup / cleanupIan Holsman2005-08-2811-0/+104
* * 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-0418-18/+36
* 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
* Remove the .cvsignore files.Joe Orton2004-11-193-15/+0
* perchild MPM: Fix thread safety problem in the use of longjmp().Jeff Trawick2004-07-311-3/+5
* use existing directive name ThreadStackSize instead ofJeff Trawick2004-03-153-6/+7
* Threaded MPMs for Unix and Win32: Add WorkerStackSize directiveJeff Trawick2004-03-116-1/+12
* fix name of The Apache Software FoundationAndré Malo2004-02-0911-11/+11
* fix copyright dates according to the first check inAndré Malo2004-02-085-5/+5
* fix copyright dates according to the first check inAndré Malo2004-02-083-3/+3
* apply Apache License, Version 2.0André Malo2004-02-0611-583/+112
* Unix MPMs: Stop dropping connections when the file descriptorJeff Trawick2004-01-273-30/+0
* update license to 2004.André Malo2004-01-0111-11/+11
* update leader, threadpool, and worker MPMs to return MPM stateJeff Trawick2003-12-132-4/+49
* update threadpool MPM to build and appear to work with the current APRJeff Trawick2003-12-131-26/+45
* update leader MPM to build and appear to work with the current APRJeff Trawick2003-12-131-24/+42
* remove calls to the apr_proc_other_child_read function that no longer existsBrian Pane2003-11-243-3/+6
* stop using deprecated apr_atomic functionsJeff Trawick2003-11-161-9/+9
* Lower the severity of the "listener thread didn't exit" messageJeff Trawick2003-09-051-1/+1
* Fix a misleading message from the some of the threaded MPMs whenJeff Trawick2003-09-052-2/+2
* switch to APR 1.0 API (which is still in flux)Jeff Trawick2003-09-031-1/+1
* Updated the various MPM's to use the new bucket_alloc_create_ex APICliff Woolley2003-08-282-5/+4
* Make sure that the global ap_max_mem_free is initialized along with theBradley Nicholes2003-08-273-0/+9
* consolidate code related to sig_coredumpJeff Trawick2003-04-096-204/+24
* finished that boring job:André Malo2003-02-0311-11/+11
* fix some problems in the perchild MPMJeff Trawick2002-10-251-18/+27
* If the server is configured with an accept mutex type that isn't comaptibleRyan Bloom2002-10-111-0/+8
* Fix a compile of compiler warnings. I don't know how these slipped past.Ryan Bloom2002-10-111-6/+2