summaryrefslogtreecommitdiff
path: root/server/protocol.c
Commit message (Expand)AuthorAgeFilesLines
* * Do not set filter context brigade to NULL (and thus need to recreate it eachRuediger Pluem2007-12-111-3/+1
* Alternate fix... profiling indicates that the stringJim Jagielski2007-12-081-4/+1
* Prevent 1-byte overflow on 8192 boundary (see PR 43310)Jim Jagielski2007-10-291-1/+1
* Add option not to send&clear response headers in ap_send_interim_response.Nick Kew2007-10-261-3/+5
* Introduce ap_send_interim_response function and API, for interimNick Kew2007-10-071-0/+35
* update license header textRoy T. Fielding2006-07-111-6/+6
* * server/core.c (default_handler): Use apr_brigade_insert_file() toJoe Orton2006-06-141-3/+2
* * Adjust comment as per niq's proposal in r395166 and as already adjusted byRuediger Pluem2006-04-191-2/+2
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* * Initialize last_char as otherwise a random value will be comparedRuediger Pluem2006-04-141-0/+8
* * Rollback r393037 as this was vetoed by wrowe. Details seeRuediger Pluem2006-04-101-4/+2
* * Prevent r->parsed_uri.path from being NULL as this can cause segmentationRuediger Pluem2006-04-101-2/+4
* Revert the refactoring of the request read codeBrian Pane2006-02-281-281/+266
* * Improve fix for PR38123. This fixes PR38123 and PR37790 (whose fix has beenRuediger Pluem2006-01-211-6/+10
* * Fix PR38123 by adding the HTTP_IN filter also in the case of an invalidRuediger Pluem2006-01-181-0/+2
* An unambigous cast, if limit is <0 it's unlimited.William A. Rowe Jr2006-01-121-2/+3
* Refactoring of ap_read_request() to store partial request stateBrian Pane2005-12-311-267/+280
* * server/protocol.c (ap_old_write_filter): Use NULL for the NULLJoe Orton2005-12-161-1/+1
* Fix for Bug 37790 (hangs on error return from post_read_request)Nick Kew2005-12-051-0/+2
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-37/+37
* keep the proxied Content-Length header for a HEAD response. PR 18757Greg Ames2005-10-201-1/+13
* NET_TIME, as a standalone feature, was a horrid idea.William A. Rowe Jr2005-10-061-0/+21
* Pay close attention to core_create_req() ... and noteWilliam A. Rowe Jr2005-10-051-0/+5
* * server/protocol.c (ap_read_request): Remove the Content-LengthJoe Orton2005-06-231-10/+7
* if Transfer-Encoding is not "identity" ignore Content-Length.Jean-Frederic Clere2005-06-171-1/+1
* If a request contains both a T-E and C-L, remove the C-L, stopping some HTTP ...Paul Querna2005-06-161-0/+12
* * server/protocol.c (read_request_line): Revert addition of errorJoe Orton2005-05-161-4/+0
* Support the suppress-error-charset setting, as with Apache 1.3.x.Jeff Trawick2005-05-161-0/+7
* use a more general but slightly slower test for a body.Greg Ames2005-04-081-1/+2
* clone_headers_no_body: remove all entity headers in addition to the Greg Ames2005-03-291-2/+8
* don't propagate input headers describing a body to a subrequest. this can ca...Greg Ames2005-03-231-1/+24
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* limit_req_fieldsize is signed, correct a signedness error usingWilliam A. Rowe Jr2005-01-051-1/+1
* FINALLY Correct ap_http_method()! It is NOT a method, it's a SCHEME!William A. Rowe Jr2005-01-021-3/+3
* Revert patch r104923. This patch doesn't actually fix bug 18757 andBradley Nicholes2004-12-071-4/+1
* Fix for memory consumption DoS, CVE CAN-2004-0942:Joe Orton2004-11-041-47/+22
* Use a more descriptive error message, and make it an INFO insteead of NOTICE.Paul Querna2004-10-251-2/+2
* PR: 31875Nick Kew2004-10-251-0/+10
* This will put some messages in the error log when some people try a lamePaul Querna2004-10-251-1/+4
* veto and revert win64 patch: 64bit changes must percolate from theRoy T. Fielding2004-10-231-7/+7
* WIN64: API changes to clean up Windows 64bit compile warningsAllan K. Edwards2004-10-221-7/+7
* * server/protocol.c (ap_rgetline_core): Never NUL terminate atJoe Orton2004-09-211-3/+3
* * server/protocol.c (ap_rgetline_core): Fix off-by-one.Joe Orton2004-09-131-1/+1
* Fix for Bug 18757 (sending bogus content-length of zero in no-body requests)Nick Kew2004-09-011-1/+4
* Fix signedness emit.William A. Rowe Jr2004-08-121-1/+1
* CAN-2004-0493 - memory exhaustion denial of serviceJeff Trawick2004-06-281-0/+17
* ap_rgetline_core: insure that the output string is null terminatedGreg Ames2004-04-221-0/+11
* ap_set_sub_req_protocol and ap_finalize_sub_req_protocol are nowAndré Malo2004-04-211-2/+3
* *) Remove compile-time length limit on request strings. Length isPaul J. Reder2004-03-011-14/+13
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1