summaryrefslogtreecommitdiff
path: root/modules/http/http_request.c
Commit message (Expand)AuthorAgeFilesLines
* Merge r1811744 from trunk:Jim Jagielski2017-11-131-0/+11
* Merge r1698334 from trunk:Jim Jagielski2016-11-211-2/+11
* revert 1767482 backportEric Covener2016-11-021-10/+2
* Merge r1698239 from trunk:Jim Jagielski2016-11-011-2/+10
* Merge of r1750392,r1750412,r1750416,r1750474,r1750494,r1750508 from trunk:Stefan Eissing2016-10-241-26/+52
* Merge r1710095, r1710105, r1711902 from trunk:Jim Jagielski2015-11-261-8/+80
* Merge r1697855, r1697339, r1696428, r1696266, r1696264, r1695874, r1695727, r...Jim Jagielski2015-09-281-1/+1
* Merge r1657881, r1665643 from trunk:Jim Jagielski2015-05-221-43/+33
* Merge r1666998 from trunk:Jim Jagielski2015-05-221-9/+18
* SECURITY: CVE-2013-5704 (cve.mitre.org)William A. Rowe Jr2014-08-221-0/+4
* Merge r1402924 from trunk:Jim Jagielski2013-01-091-0/+4
* Merge r1361803 from trunk:Joe Orton2012-07-231-1/+1
* Backport:Graham Leggett2011-12-141-2/+2
* Backport r1209766, r1210252, r1210284:Stefan Fritsch2011-12-051-4/+4
* Backport:Graham Leggett2011-11-301-0/+3
* Merge r1204104, 1204180:Stefan Fritsch2011-11-211-2/+4
* backport r1204630:Stefan Fritsch2011-11-211-1/+1
* Fix 3xx responses with local URLs as ErrorDocumentStefan Fritsch2011-10-231-0/+5
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-3/+3
* fix some grammar mistakes, mostly in commentsJeff Trawick2011-03-121-1/+1
* PR50349: Honor 'AcceptPathInfo OFF' during internal redirects,Eric Covener2010-12-071-0/+5
* More trace loggingStefan Fritsch2010-06-201-0/+13
* * modules/http/http_request.c (internal_internal_redirect): For aJoe Orton2010-06-081-7/+37
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-0/+2
* Add ap_process_request_after_handler to the exported list for mod_serfWilliam A. Rowe Jr2010-02-041-1/+1
* Because the redirect-request survives logging, we don't have theWilliam A. Rowe Jr2010-01-211-3/+1
* Correctly align the behavior of headers_in to be consistent with theWilliam A. Rowe Jr2010-01-211-1/+3
* We shouldn't need to create r->allowed_methods twice!Nick Kew2010-01-091-1/+0
* Preserve port over internal redirectionNick Kew2009-08-231-0/+2
* only call mutex functions if APR_HAS_THREADSRoy T. Fielding2009-02-181-0/+6
* Hopefully the final fix for the subreq/filter issue. TheJim Jagielski2008-12-101-12/+9
* reset chain if we need to...Jim Jagielski2008-12-091-0/+3
* * Correctly remove the SUBREQ_CORE filter from the filter chain if we do anRuediger Pluem2008-12-081-3/+20
* Import the core parts of the DTrace patch. This is a modified and updated Paul Querna2008-12-051-0/+8
* * Avoid sending no answer at all if a custom error page causes anRuediger Pluem2008-12-011-1/+25
* * modules/http/http_request.cPaul Querna2008-10-291-1/+1
* Introduce Suspendable Requests to the Event MPM.Paul Querna2008-09-201-21/+44
* Remove all references to CORE_PRIVATE.Paul Querna2008-04-071-1/+0
* - In AP_MODE_SPECULATIVE ap_core_input_filter returns APR_SUCCESS and an emptyRuediger Pluem2007-05-071-3/+11
* check_pipeline: use AP_MODE_SPECULATIVE to check for data in the input filtersGreg Ames2007-04-301-3/+2
* Follow up to r451287, use APR_STATUS_IS_TIMEUP instead of comparingGarrett Rooney2006-09-291-1/+1
* * Notice a timeout as an error message. This might be valuable for detectingRuediger Pluem2006-09-291-1/+15
* update license header textRoy T. Fielding2006-07-111-6/+6
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* PR 36090Nick Kew2005-12-051-0/+1
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-15/+15
* Allocate the brigade containing the EOR bucket from the connectionBrian Pane2005-10-291-1/+1
* Async write completion for Event MPMBrian Pane2005-10-241-28/+23
* Redesign of request cleanup and logging to use End-Of-Request bucketBrian Pane2005-10-241-18/+27
* * modules/http/http_request.cAndré Malo2005-10-151-0/+1