| Commit message (Expand) | Author | Age | Files | Lines |
* | Disabled DefaultType directive and removed ap_default_type() | Roy T. Fielding | 2009-01-30 | 1 | -3/+3 |
* | simplifications per niq's review comments | Eric Covener | 2009-01-10 | 1 | -1/+1 |
* | EBCDIC fix for ap_send_interim_response() | Eric Covener | 2009-01-09 | 1 | -1/+6 |
* | Import the core parts of the DTrace patch. This is a modified and updated | Paul Querna | 2008-12-05 | 1 | -7/+15 |
* | * Don't send 100-Continue when there was no Expect: 100-continue in the | Ruediger Pluem | 2008-06-06 | 1 | -0/+8 |
* | core, mod_proxy: If a kept_body is present, it becomes safe for | Graham Leggett | 2008-05-10 | 1 | -2/+2 |
* | Remove all references to CORE_PRIVATE. | Paul Querna | 2008-04-07 | 1 | -1/+0 |
* | * Do not set filter context brigade to NULL (and thus need to recreate it each | Ruediger Pluem | 2007-12-11 | 1 | -3/+1 |
* | Alternate fix... profiling indicates that the string | Jim Jagielski | 2007-12-08 | 1 | -4/+1 |
* | Prevent 1-byte overflow on 8192 boundary (see PR 43310) | Jim Jagielski | 2007-10-29 | 1 | -1/+1 |
* | Add option not to send&clear response headers in ap_send_interim_response. | Nick Kew | 2007-10-27 | 1 | -3/+5 |
* | Introduce ap_send_interim_response function and API, for interim | Nick Kew | 2007-10-07 | 1 | -0/+35 |
* | update license header text | Roy T. Fielding | 2006-07-11 | 1 | -6/+6 |
* | * server/core.c (default_handler): Use apr_brigade_insert_file() to | Joe Orton | 2006-06-14 | 1 | -3/+2 |
* | * Adjust comment as per niq's proposal in r395166 and as already adjusted by | Ruediger Pluem | 2006-04-19 | 1 | -2/+2 |
* | Update the copyright year in all .c, .h and .xml files | Colm MacCarthaigh | 2006-04-19 | 1 | -1/+1 |
* | * Initialize last_char as otherwise a random value will be compared | Ruediger Pluem | 2006-04-14 | 1 | -0/+8 |
* | * Rollback r393037 as this was vetoed by wrowe. Details see | Ruediger Pluem | 2006-04-11 | 1 | -4/+2 |
* | * Prevent r->parsed_uri.path from being NULL as this can cause segmentation | Ruediger Pluem | 2006-04-10 | 1 | -2/+4 |
* | Revert the refactoring of the request read code | Brian Pane | 2006-02-28 | 1 | -281/+266 |
* | * Improve fix for PR38123. This fixes PR38123 and PR37790 (whose fix has been | Ruediger Pluem | 2006-01-22 | 1 | -6/+10 |
* | * Fix PR38123 by adding the HTTP_IN filter also in the case of an invalid | Ruediger Pluem | 2006-01-18 | 1 | -0/+2 |
* | An unambigous cast, if limit is <0 it's unlimited. | William A. Rowe Jr | 2006-01-12 | 1 | -2/+3 |
* | Refactoring of ap_read_request() to store partial request state | Brian Pane | 2006-01-01 | 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-06 | 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-24 | 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 |