| Commit message (Expand) | Author | Age | Files | Lines |
| * | Morph the ap_http_broken_backend_filter() proxy "specific" | Jim Jagielski | 2005-12-20 | 3 | -17/+21 |
| * | * Move code for broken backend detection out of core filter into a new http | Ruediger Pluem | 2005-12-18 | 3 | -0/+33 |
| * | * If the mod_proxy backend connection broke in the middle of the response, | Ruediger Pluem | 2005-12-18 | 1 | -2/+16 |
| * | * Fix ap_http_chunk_filter to create correct chunks in the case that a | Ruediger Pluem | 2005-12-17 | 1 | -0/+2 |
| * | If a connection aborts while waiting for a chunked line, flag the connection as | Justin Erenkrantz | 2005-12-07 | 1 | -5/+17 |
| * | PR 36090 | Nick Kew | 2005-12-05 | 1 | -0/+1 |
| * | No functional change: remove "internal" tab spacing/formatting. | Jim Jagielski | 2005-11-16 | 3 | -9/+9 |
| * | No functional change: more indenting/formatting changes due to | Jim Jagielski | 2005-11-10 | 1 | -1/+1 |
| * | No functional Change: Removing trailing whitespace. This also | Jim Jagielski | 2005-11-10 | 8 | -106/+106 |
| * | No functional change: simple detabbing of indented code. | Jim Jagielski | 2005-11-10 | 2 | -8/+8 |
| * | Moved the extended_status scoreboard update from ap_process_http_connection | Brian Pane | 2005-10-30 | 1 | -8/+18 |
| * | Allocate the brigade containing the EOR bucket from the connection | Brian Pane | 2005-10-29 | 1 | -1/+1 |
| * | Async write completion for Event MPM | Brian Pane | 2005-10-24 | 2 | -42/+29 |
| * | Redesign of request cleanup and logging to use End-Of-Request bucket | Brian Pane | 2005-10-24 | 2 | -20/+27 |
| * | Add new connection states for handler and write completion | Brian Pane | 2005-10-23 | 1 | -5/+10 |
| * | * modules/http/http_request.c | André Malo | 2005-10-15 | 1 | -0/+1 |
| * | NET_TIME, as a standalone feature, was a horrid idea. | William A. Rowe Jr | 2005-10-06 | 1 | -1/+3 |
| * | Spare us a wasted variable, csd is initialized null, acting | William A. Rowe Jr | 2005-10-06 | 1 | -3/+1 |
| * | Doxygen fixup / cleanup | Ian Holsman | 2005-08-28 | 1 | -4/+11 |
| * | * modules/http/byterange_filter.c (ap_byterange_filter): Update some | Joe Orton | 2005-08-09 | 1 | -9/+7 |
| * | * modules/http/http_filters.c (ap_send_http_trace): Silence gcc | Joe Orton | 2005-07-19 | 1 | -2/+2 |
| * | Plug AllowTrace extended|on|off into proxy and http core. | William A. Rowe Jr | 2005-07-01 | 2 | -9/+85 |
| * | * modules/http/byterange_filter.c (ap_byterange_filter): No functional | Joe Orton | 2005-06-08 | 1 | -33/+32 |
| * | * modules/http/byterange_filter.c (ap_byterange_filter): Refuse to | Joe Orton | 2005-06-07 | 1 | -27/+21 |
| * | EBCDIC: Handle chunked input from client or, with proxy, origin | Jeff Trawick | 2005-05-24 | 1 | -0/+2 |
| * | Support the suppress-error-charset setting, as with Apache 1.3.x. | Jeff Trawick | 2005-05-16 | 1 | -1/+13 |
| * | Reintroduce stack frame construction with /Oy- (removal was implied by /O2). | William A. Rowe Jr | 2005-05-15 | 1 | -1/+1 |
| * | Remove ap_method_list_do and ap_method_list_vdo as previously mentioned dev@h... | Paul Querna | 2005-04-25 | 1 | -24/+0 |
| * | update comments for *_client_block functions. | Greg Ames | 2005-03-23 | 1 | -7/+5 |
| * | More tweaks primarily driven by caching. | Sander Striker | 2005-02-10 | 1 | -16/+22 |
| * | Update copyright year to 2005 and standardize on current copyright owner line. | Justin Erenkrantz | 2005-02-04 | 9 | -9/+18 |
| * | Keep track of time taken to process requests again. | Jim Jagielski | 2005-02-02 | 1 | -0/+4 |
| * | FINALLY Correct ap_http_method()! It is NOT a method, it's a SCHEME! | William A. Rowe Jr | 2005-01-02 | 1 | -2/+2 |
| * | * Style fixes only. No functional changes. Remove two tabs. Fix an If. Split ... | Paul Querna | 2004-12-13 | 1 | -9/+14 |
| * | undo changes made in 111386 due to veto | Geoffrey Young | 2004-12-09 | 1 | -22/+3 |
| * | add response code 226 constant (HTTP_IM_USED) and status | Geoffrey Young | 2004-12-09 | 1 | -3/+22 |
| * | * modules/http/mod_core.h: Prototype ap_http_chunk_filter. | Joe Orton | 2004-12-02 | 3 | -133/+5 |
| * | Initial pass at refactoring some files to eliminate our 150K C source behemoths. | Justin Erenkrantz | 2004-11-27 | 6 | -1716/+2023 |
| * | ap_process_http_async_connection (used by the Event MPM): | Greg Ames | 2004-11-26 | 1 | -21/+18 |
| * | Compile Fix for Netware Port with CodeWarrior. | Paul Querna | 2004-11-21 | 1 | -2/+4 |
| * | The Event MPM. | Paul Querna | 2004-11-20 | 2 | -3/+70 |
| * | Remove the .cvsignore files. | Joe Orton | 2004-11-19 | 1 | -20/+0 |
| * | veto and revert win64 patch: 64bit changes must percolate from the | Roy T. Fielding | 2004-10-23 | 1 | -2/+2 |
| * | WIN64: API changes to clean up Windows 64bit compile warnings | Allan K. Edwards | 2004-10-22 | 1 | -2/+2 |
| * | * modules/http/http_protocol.c (ap_http_filter): Always fail if the | Joe Orton | 2004-09-29 | 1 | -1/+1 |
| * | use HTML 2.0 <hr> | André Malo | 2004-09-15 | 1 | -1/+1 |
| * | Fix Bug 18388 (Set-Cookie in 304) | Nick Kew | 2004-09-01 | 1 | -0/+2 |
| * | * modules/http/http_request.c (ap_internal_redirect): Call quick_handler | Justin Erenkrantz | 2004-08-02 | 1 | -5/+7 |
| * | parse byteranges correctly using the new apr_strtoff function | André Malo | 2004-05-25 | 1 | -5/+15 |
| * | * modules/http/http_protocol.c (ap_setup_client_block, | Joe Orton | 2004-05-25 | 1 | -23/+10 |