summaryrefslogtreecommitdiff
path: root/server
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
* Added a missing return value in ap_core_output_filterBrian Pane2005-10-101-1/+1
* Fixed processing of pipelined requestsBrian Pane2005-10-091-0/+2
* Refactored CONN_STATE_WRITE_COMPLETION handling.Brian Pane2005-10-091-2/+14
* Update new conn_rec field "data_in_output_filters" in core output filterBrian Pane2005-10-091-27/+49
* cleaned up the timeout management in ap_core_output_filter()Brian Pane2005-10-091-20/+27
* Refactored ap_process_request() so that in async MPMs, the MPM (and notBrian Pane2005-10-091-0/+21
* Added mod_logio hooks to the new, nonblocking version ofBrian Pane2005-10-091-9/+22
* Redesign of request cleanup:Brian Pane2005-10-092-1/+67
* Forward-port of the latest event MPM code from the 2.3-dev trunk intoBrian Pane2005-10-083-56/+7
* Forward-port of wrowe's NET_TIME filter removal/refactor intoBrian Pane2005-10-063-78/+46
* port the fix for PR35292 forward from the 2.3 trunk to the async-dev branch, ...Brian Pane2005-10-061-17/+19
* New version of ap_core_output_filter...Brian Pane2005-09-252-552/+333
* Ported fix for PR35330 forward from the trunk (This particular patch doesn'tBrian Pane2005-09-251-3/+2
* Added asynchronous keep-alive support to the leader MPM...Brian Pane2005-09-125-403/+511
* Added new connection states CONN_STATE_HANDLER and CONN_STATE_WRITE_COMPLETION.Brian Pane2005-09-121-0/+8
* *) Create an optional function and MPM Query to replace the core output filter.Paul Querna2005-09-054-5/+66
* httpd.exe/apachectl -V: display the DYNAMIC_MODULE_LIMIT settingJeff Trawick2005-09-011-0/+2
* * server/listen.c (open_listeners): Avoid shadowing the 'next'Joe Orton2005-09-011-1/+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-312-6/+17
* More getpid format fixesJim Jagielski2005-08-311-4/+4
* * server/main.c (suck_in_APR): Remove weird gzeof reference whichJoe Orton2005-08-301-1/+0
* 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-2832-11/+273
* 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
* Add ap_relieve_child_processess(), a non-infanticidal copy ofColm MacCarthaigh2005-08-271-0/+32
* Move the "GracefulShutdownTimeout" directive into mpm_common, for re-useColm MacCarthaigh2005-08-264-22/+26
* Implement a "graceful-stop" for the prefork MPM (might aswell do the hard oneColm MacCarthaigh2005-08-262-2/+126
* Make the neccessary changes to mpm_common and main to support a graceful-stopColm MacCarthaigh2005-08-262-1/+22
* * server/listen.c (open_listeners): If 0.0.0.0 is found before [::]Joe Orton2005-08-251-0/+24
* * server/listen.c (IS_INADDR_ANY, IS_IN6ADDR_ANY): New macros.Joe Orton2005-08-251-16/+20
* Implement "de-listening" in the worker MPM. Fixes PR28167. Comments in CHANGESColm MacCarthaigh2005-08-241-0/+1
* Correct the function prototype/declaration Colm MacCarthaigh2005-08-241-1/+2
* Implement "de-listening" for graceful restarts with the prefork MPM. With thisColm MacCarthaigh2005-08-241-3/+17
* Provide a function for closing all of the listeners. Colm MacCarthaigh2005-08-241-8/+10
* Remove support for the threaded-mpm's on Linux 2.0, and de-autoconf theColm MacCarthaigh2005-08-232-1/+17
* Add a User-Agent to the dummy connection code to ease admin debugging.Paul Querna2005-08-081-1/+9
* * server/vhost.c (get_addresses): Fix double negative and make errorsJoe Orton2005-08-051-3/+3
* * server/vhost.c (get_addresses): Fail with an error message ratherJoe Orton2005-08-051-2/+8
* * server/util_pcre.c (ap_regexec): Fix --with-pcre build with olderJoe Orton2005-08-031-0/+6
* Initially a no-op. Add trace_enable configuration. The http and proxyWilliam A. Rowe Jr2005-07-011-1/+32