summaryrefslogtreecommitdiff
path: root/server/mpm/experimental
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-106-386/+386
* No functional change: simple detabbing of indented code.Jim Jagielski2005-11-104-28/+28
* 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-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