| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use the new APR_POLLSET_NOCOPY option when creating the core pollset.async-dev | Brian Pane | 2005-10-23 | 1 | -9/+9 |
| * | more verbose error message on write completion error | Brian Pane | 2005-10-10 | 1 | -1/+1 |
| * | Enabled async write completion in the Event MPM | Brian Pane | 2005-10-10 | 1 | -11/+45 |
| * | Added a missing return value in ap_core_output_filter | Brian Pane | 2005-10-10 | 1 | -1/+1 |
| * | Fixed processing of pipelined requests | Brian Pane | 2005-10-09 | 1 | -0/+2 |
| * | Refactored CONN_STATE_WRITE_COMPLETION handling. | Brian Pane | 2005-10-09 | 1 | -2/+14 |
| * | Update new conn_rec field "data_in_output_filters" in core output filter | Brian Pane | 2005-10-09 | 1 | -27/+49 |
| * | cleaned up the timeout management in ap_core_output_filter() | Brian Pane | 2005-10-09 | 1 | -20/+27 |
| * | Refactored ap_process_request() so that in async MPMs, the MPM (and not | Brian Pane | 2005-10-09 | 1 | -0/+21 |
| * | Added mod_logio hooks to the new, nonblocking version of | Brian Pane | 2005-10-09 | 1 | -9/+22 |
| * | Redesign of request cleanup: | Brian Pane | 2005-10-09 | 2 | -1/+67 |
| * | Forward-port of the latest event MPM code from the 2.3-dev trunk into | Brian Pane | 2005-10-08 | 3 | -56/+7 |
| * | Forward-port of wrowe's NET_TIME filter removal/refactor into | Brian Pane | 2005-10-06 | 3 | -78/+46 |
| * | port the fix for PR35292 forward from the 2.3 trunk to the async-dev branch, ... | Brian Pane | 2005-10-06 | 1 | -17/+19 |
| * | New version of ap_core_output_filter... | Brian Pane | 2005-09-25 | 2 | -552/+333 |
| * | Ported fix for PR35330 forward from the trunk (This particular patch doesn't | Brian Pane | 2005-09-25 | 1 | -3/+2 |
| * | Added asynchronous keep-alive support to the leader MPM... | Brian Pane | 2005-09-12 | 5 | -403/+511 |
| * | Added new connection states CONN_STATE_HANDLER and CONN_STATE_WRITE_COMPLETION. | Brian Pane | 2005-09-12 | 1 | -0/+8 |
| * | *) Create an optional function and MPM Query to replace the core output filter. | Paul Querna | 2005-09-05 | 4 | -5/+66 |
| * | httpd.exe/apachectl -V: display the DYNAMIC_MODULE_LIMIT setting | Jeff Trawick | 2005-09-01 | 1 | -0/+2 |
| * | * server/listen.c (open_listeners): Avoid shadowing the 'next' | Joe Orton | 2005-09-01 | 1 | -1/+1 |
| * | Initiliase all of the first_*_limit variables to zero, so that we can actually | Colm MacCarthaigh | 2005-08-31 | 4 | -7/+7 |
| * | Revert one part. I should have tested seperately. This line isn't neccessary. | Colm MacCarthaigh | 2005-08-31 | 1 | -1/+1 |
| * | Actually allow the admin to set thread_limit higher than the default. | Colm MacCarthaigh | 2005-08-31 | 1 | -3/+3 |
| * | Add ap_append_pid(); This is performed enough to warrant | Jim Jagielski | 2005-08-31 | 2 | -6/+17 |
| * | More getpid format fixes | Jim Jagielski | 2005-08-31 | 1 | -4/+4 |
| * | * server/main.c (suck_in_APR): Remove weird gzeof reference which | Joe Orton | 2005-08-30 | 1 | -1/+0 |
| * | Implement graceful stop in the event MPM. Implementation is identical to | Colm MacCarthaigh | 2005-08-29 | 2 | -7/+74 |
| * | *how* did I mis-spell that. | Colm MacCarthaigh | 2005-08-29 | 1 | -1/+1 |
| * | Move the "GracefulShutdownTimeout" command definition into mpm_common | Colm MacCarthaigh | 2005-08-29 | 2 | -6/+2 |
| * | Doxygen fixup / cleanup | Ian Holsman | 2005-08-28 | 32 | -11/+273 |
| * | Implement a graceful-stop for the worker MPM. We close our listeners, and then | Colm MacCarthaigh | 2005-08-27 | 2 | -6/+74 |
| * | Re-add a simple, obvious, speed-up. | Colm MacCarthaigh | 2005-08-27 | 1 | -0/+1 |
| * | Remove as many ghastly scoreboard loops from the graceful-shutdown code, and | Colm MacCarthaigh | 2005-08-27 | 1 | -33/+12 |
| * | Add ap_relieve_child_processess(), a non-infanticidal copy of | Colm MacCarthaigh | 2005-08-27 | 1 | -0/+32 |
| * | Move the "GracefulShutdownTimeout" directive into mpm_common, for re-use | Colm MacCarthaigh | 2005-08-26 | 4 | -22/+26 |
| * | Implement a "graceful-stop" for the prefork MPM (might aswell do the hard one | Colm MacCarthaigh | 2005-08-26 | 2 | -2/+126 |
| * | Make the neccessary changes to mpm_common and main to support a graceful-stop | Colm MacCarthaigh | 2005-08-26 | 2 | -1/+22 |
| * | * server/listen.c (open_listeners): If 0.0.0.0 is found before [::] | Joe Orton | 2005-08-25 | 1 | -0/+24 |
| * | * server/listen.c (IS_INADDR_ANY, IS_IN6ADDR_ANY): New macros. | Joe Orton | 2005-08-25 | 1 | -16/+20 |
| * | Implement "de-listening" in the worker MPM. Fixes PR28167. Comments in CHANGES | Colm MacCarthaigh | 2005-08-24 | 1 | -0/+1 |
| * | Correct the function prototype/declaration | Colm MacCarthaigh | 2005-08-24 | 1 | -1/+2 |
| * | Implement "de-listening" for graceful restarts with the prefork MPM. With this | Colm MacCarthaigh | 2005-08-24 | 1 | -3/+17 |
| * | Provide a function for closing all of the listeners. | Colm MacCarthaigh | 2005-08-24 | 1 | -8/+10 |
| * | Remove support for the threaded-mpm's on Linux 2.0, and de-autoconf the | Colm MacCarthaigh | 2005-08-23 | 2 | -1/+17 |
| * | Add a User-Agent to the dummy connection code to ease admin debugging. | Paul Querna | 2005-08-08 | 1 | -1/+9 |
| * | * server/vhost.c (get_addresses): Fix double negative and make errors | Joe Orton | 2005-08-05 | 1 | -3/+3 |
| * | * server/vhost.c (get_addresses): Fail with an error message rather | Joe Orton | 2005-08-05 | 1 | -2/+8 |
| * | * server/util_pcre.c (ap_regexec): Fix --with-pcre build with older | Joe Orton | 2005-08-03 | 1 | -0/+6 |
| * | Initially a no-op. Add trace_enable configuration. The http and proxy | William A. Rowe Jr | 2005-07-01 | 1 | -1/+32 |