summaryrefslogtreecommitdiff
path: root/server/mpm
Commit message (Expand)AuthorAgeFilesLines
* When computing the timeouts for keepalives and write completion,Brian Pane2005-11-271-5/+3
* remove an obsolete commentBrian Pane2005-11-201-4/+0
* No functional change: remove "internal" tab spacing/formatting.Jim Jagielski2005-11-166-40/+40
* Minor refactoring: move the creation of the pollset and associatedBrian Pane2005-11-131-35/+48
* No functional change: more indenting/formatting changes due toJim Jagielski2005-11-103-22/+22
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-1019-1176/+1176
* No functional change: simple detabbing of indented code.Jim Jagielski2005-11-1012-143/+143
* 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
* use Greg's cleaner fix for CAN-2005-2970Jeff Trawick2005-10-081-13/+9
* Remove some trailing spaces. Syncs with 2.2.x.Colm MacCarthaigh2005-10-031-4/+4
* SECURITY: CAN-2005-2970 (cve.mitre.org)Jeff Trawick2005-09-301-0/+5
* * server/mpm/prefork/prefork.c: Add volatile qualifier to die_nowJoe Orton2005-09-191-1/+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-314-7/+7
* Revert one part. I should have tested seperately. This line isn't neccessary.Colm MacCarthaigh2005-08-311-1/+1
* Actually allow the admin to set thread_limit higher than the default. Colm MacCarthaigh2005-08-311-3/+3
* Add ap_append_pid(); This is performed enough to warrantJim Jagielski2005-08-311-6/+3
* More getpid format fixesJim Jagielski2005-08-311-4/+4
* Implement graceful stop in the event MPM. Implementation is identical toColm MacCarthaigh2005-08-292-7/+74
* *how* did I mis-spell that.Colm MacCarthaigh2005-08-291-1/+1
* Move the "GracefulShutdownTimeout" command definition into mpm_commonColm MacCarthaigh2005-08-292-6/+2
* Doxygen fixup / cleanupIan Holsman2005-08-2828-4/+262
* Implement a graceful-stop for the worker MPM. We close our listeners, and thenColm MacCarthaigh2005-08-272-6/+74
* Re-add a simple, obvious, speed-up.Colm MacCarthaigh2005-08-271-0/+1
* Remove as many ghastly scoreboard loops from the graceful-shutdown code, andColm MacCarthaigh2005-08-271-33/+12
* Move the "GracefulShutdownTimeout" directive into mpm_common, for re-useColm MacCarthaigh2005-08-262-19/+8
* Implement a "graceful-stop" for the prefork MPM (might aswell do the hard oneColm MacCarthaigh2005-08-262-2/+126
* Implement "de-listening" in the worker MPM. Fixes PR28167. Comments in CHANGESColm MacCarthaigh2005-08-241-0/+1
* Implement "de-listening" for graceful restarts with the prefork MPM. With thisColm MacCarthaigh2005-08-241-3/+17
* Remove support for the threaded-mpm's on Linux 2.0, and de-autoconf theColm MacCarthaigh2005-08-231-0/+16
* * event.c: Create ptrans pool as a child of pconf, to fix APR pool Paul Querna2005-06-011-1/+1
* downgrade the log level of a proc_mutex_unlock error messageJeff Trawick2005-05-311-1/+7
* * server/mpm/worker/worker.c (listener_thread): Create ptrans pool asJoe Orton2005-05-191-1/+1
* missed a couple. Greg Ames2005-05-062-10/+4
* Remove this old email from the source tree.Paul Querna2005-05-061-94/+0
* worker and event mpms: transient thread creation errors shouldn't take downGreg Ames2005-05-042-41/+87
* Allow httpd on NetWare to build using either the standard socket libraries or...Bradley Nicholes2005-04-141-3/+11
* the style police have been sleepingGreg Ames2005-04-051-1/+1
* Win32: Eliminate useless debug error messageBill Stoddard2005-04-051-4/+0
* Fix Windows CompContext buff size miscalculationAllan K. Edwards2005-03-221-2/+2
* sync with mod_status hacks in the worker mpm.Paul Querna2005-03-161-0/+2
* Add ap_mpm_is_experimental and ap_mpm_is_threaded. Use these instead of chec...Paul Querna2005-03-081-2/+20
* Make sure that the secure listen sockets that are created and injected into t...Bradley Nicholes2005-03-081-1/+3
* worker MPM/mod_status: Support per-worker tracking of pid andJeff Trawick2005-03-051-0/+2
* Win32: Init the args to mpm_service_install(). Prevents nasty things like seg...Bill Stoddard2005-03-011-22/+26
* Win32: output some useful debug messages when installing the serviceBill Stoddard2005-02-181-0/+4
* Win32: Move call of mpm_service_install to rewrite_args hook but continue thr...Bill Stoddard2005-02-181-7/+32