| Commit message (Expand) | Author | Age | Files | Lines |
| * | Refactoring of ap_read_request() to store partial request state | Brian Pane | 2005-12-31 | 1 | -267/+280 |
| * | * server/protocol.c (ap_old_write_filter): Use NULL for the NULL | Joe Orton | 2005-12-16 | 1 | -1/+1 |
| * | Fix for Bug 37790 (hangs on error return from post_read_request) | Nick Kew | 2005-12-05 | 1 | -0/+2 |
| * | No functional Change: Removing trailing whitespace. This also | Jim Jagielski | 2005-11-10 | 1 | -37/+37 |
| * | keep the proxied Content-Length header for a HEAD response. PR 18757 | Greg Ames | 2005-10-20 | 1 | -1/+13 |
| * | NET_TIME, as a standalone feature, was a horrid idea. | William A. Rowe Jr | 2005-10-06 | 1 | -0/+21 |
| * | Pay close attention to core_create_req() ... and note | William A. Rowe Jr | 2005-10-05 | 1 | -0/+5 |
| * | * server/protocol.c (ap_read_request): Remove the Content-Length | Joe Orton | 2005-06-23 | 1 | -10/+7 |
| * | if Transfer-Encoding is not "identity" ignore Content-Length. | Jean-Frederic Clere | 2005-06-17 | 1 | -1/+1 |
| * | If a request contains both a T-E and C-L, remove the C-L, stopping some HTTP ... | Paul Querna | 2005-06-16 | 1 | -0/+12 |
| * | * server/protocol.c (read_request_line): Revert addition of error | Joe Orton | 2005-05-16 | 1 | -4/+0 |
| * | Support the suppress-error-charset setting, as with Apache 1.3.x. | Jeff Trawick | 2005-05-16 | 1 | -0/+7 |
| * | use a more general but slightly slower test for a body. | Greg Ames | 2005-04-08 | 1 | -1/+2 |
| * | clone_headers_no_body: remove all entity headers in addition to the | Greg Ames | 2005-03-29 | 1 | -2/+8 |
| * | don't propagate input headers describing a body to a subrequest. this can ca... | Greg Ames | 2005-03-23 | 1 | -1/+24 |
| * | Update copyright year to 2005 and standardize on current copyright owner line. | Justin Erenkrantz | 2005-02-04 | 1 | -1/+2 |
| * | limit_req_fieldsize is signed, correct a signedness error using | William A. Rowe Jr | 2005-01-05 | 1 | -1/+1 |
| * | FINALLY Correct ap_http_method()! It is NOT a method, it's a SCHEME! | William A. Rowe Jr | 2005-01-02 | 1 | -3/+3 |
| * | Revert patch r104923. This patch doesn't actually fix bug 18757 and | Bradley Nicholes | 2004-12-07 | 1 | -4/+1 |
| * | Fix for memory consumption DoS, CVE CAN-2004-0942: | Joe Orton | 2004-11-04 | 1 | -47/+22 |
| * | Use a more descriptive error message, and make it an INFO insteead of NOTICE. | Paul Querna | 2004-10-25 | 1 | -2/+2 |
| * | PR: 31875 | Nick Kew | 2004-10-25 | 1 | -0/+10 |
| * | This will put some messages in the error log when some people try a lame | Paul Querna | 2004-10-25 | 1 | -1/+4 |
| * | veto and revert win64 patch: 64bit changes must percolate from the | Roy T. Fielding | 2004-10-23 | 1 | -7/+7 |
| * | WIN64: API changes to clean up Windows 64bit compile warnings | Allan K. Edwards | 2004-10-22 | 1 | -7/+7 |
| * | * server/protocol.c (ap_rgetline_core): Never NUL terminate at | Joe Orton | 2004-09-21 | 1 | -3/+3 |
| * | * server/protocol.c (ap_rgetline_core): Fix off-by-one. | Joe Orton | 2004-09-13 | 1 | -1/+1 |
| * | Fix for Bug 18757 (sending bogus content-length of zero in no-body requests) | Nick Kew | 2004-09-01 | 1 | -1/+4 |
| * | Fix signedness emit. | William A. Rowe Jr | 2004-08-12 | 1 | -1/+1 |
| * | CAN-2004-0493 - memory exhaustion denial of service | Jeff Trawick | 2004-06-28 | 1 | -0/+17 |
| * | ap_rgetline_core: insure that the output string is null terminated | Greg Ames | 2004-04-22 | 1 | -0/+11 |
| * | ap_set_sub_req_protocol and ap_finalize_sub_req_protocol are now | André Malo | 2004-04-21 | 1 | -2/+3 |
| * | *) Remove compile-time length limit on request strings. Length is | Paul J. Reder | 2004-03-01 | 1 | -14/+13 |
| * | fix name of The Apache Software Foundation | André Malo | 2004-02-09 | 1 | -1/+1 |
| * | fix copyright dates according to the first check in | André Malo | 2004-02-08 | 1 | -1/+1 |
| * | apply Apache License, Version 2.0 | André Malo | 2004-02-06 | 1 | -53/+10 |
| * | * server/protocol.c (ap_rgetline_core): Fix folding if header is | Joe Orton | 2004-01-26 | 1 | -0/+1 |
| * | * server/protocol.c (ap_rgetline_core): Re-indent function after being | Joe Orton | 2004-01-26 | 1 | -148/+143 |
| * | update license to 2004. | André Malo | 2004-01-01 | 1 | -1/+1 |
| * | get rid of _FOREACH | Cliff Woolley | 2003-11-16 | 1 | -1/+4 |
| * | Set the scoreboard state to indicate logging prior to running | Jeff Trawick | 2003-10-22 | 1 | -0/+7 |
| * | tag the pools created for requests and subrequests | Jeff Trawick | 2003-10-13 | 1 | -0/+1 |
| * | zap an incorrect comment that remained from 1.3 days | Jeff Trawick | 2003-09-10 | 1 | -4/+0 |
| * | minor style changes | Jeff Trawick | 2003-07-12 | 1 | -7/+9 |
| * | Update comment after removal of tmp_headers in r1.132. | Joe Orton | 2003-07-11 | 1 | -1/+1 |
| * | Update the header token parsing code to allow LWS between the token word | Paul J. Reder | 2003-07-08 | 1 | -1/+18 |
| * | Eliminate creation of a temporary table in ap_get_mime_headers_core() | Brian Pane | 2003-06-22 | 1 | -6/+2 |
| * | fix some discrepancies between format strings and arguments, | Jeff Trawick | 2003-04-15 | 1 | -3/+3 |
| * | Simplify and shorten the code path for scanning request headers | Brian Pane | 2003-03-29 | 1 | -81/+31 |
| * | ap_rgetline_core: set the number of bytes read & copied into the caller's | Greg Ames | 2003-03-27 | 1 | -0/+3 |