summaryrefslogtreecommitdiffstats
path: root/modules/http (follow)
Commit message (Expand)AuthorAgeFilesLines
* Avoid truncating the_request line when there is no request to 'W'rite.William A. Rowe Jr2016-05-131-2/+2
* Revert 1742822, incorrect assumptions hereWilliam A. Rowe Jr2016-05-121-4/+2
* Fix yet another case where we clobber theRainer Jung2016-05-081-2/+4
* http: Respond with "408 Request Timeout" when a timeout occurs whileYann Ylavic2016-04-141-12/+12
* Follow up to r1734656: restore c->data_in_input_filters usage toYann Ylavic2016-03-221-1/+5
* reverting r1735176Stefan Eissing2016-03-161-29/+2
* mod_http: Make sure HTTP filters are added on HTTP requests only.Graham Leggett2016-03-161-2/+29
* core: Extend support for setting aside data from the network input filterGraham Leggett2016-03-122-5/+3
* Add 451... Needed to adjust RESPONSE_CODES whichJim Jagielski2016-02-161-1/+27
* revert r1725348, force-response-1.0 is not suggested.Eric Covener2016-01-211-2/+0
* leave a note that RFC7230 suggests force-response-1.0 behavior.Eric Covener2016-01-181-0/+2
* Use 'ap_array_str_contains' to simplify code.Christophe Jaillet2015-12-201-19/+6
* More ap_casecmpstr[n]() usages (follow up to r1715876).Yann Ylavic2015-11-231-1/+1
* Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive).Yann Ylavic2015-11-232-5/+5
* Revert r1715789: will re-commit without spurious functional changes.Yann Ylavic2015-11-232-5/+5
* Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive).Yann Ylavic2015-11-232-5/+5
* core: follow up to r1710095, r1710105.Yann Ylavic2015-11-021-72/+75
* core: follow up to r1710095.Yann Ylavic2015-10-221-31/+38
* core: Limit to ten the number of tolerated empty lines between request,Yann Ylavic2015-10-221-12/+74
* Make sure we free the main request rather than the final internalGraham Leggett2015-10-071-8/+8
* core: Extend support for asynchronous write completion from theGraham Leggett2015-10-042-2/+12
* mod_ssl: follow up to r1705194, r1705823, r1705826 and r1705828.Yann Ylavic2015-09-291-2/+2
* mod_ssl: forward EOR (only) brigades to the core_output_filter().Yann Ylavic2015-09-251-2/+2
* Avoid adding duplicate subequest filters, as they would not be strippedEric Covener2015-08-281-2/+11
* reversal of 1698239 due to nedless loop in t/apache/pr17629.tStefan Eissing2015-08-281-10/+2
* avoid adding multiple subrequest filters when there are nested subrequests. Eric Covener2015-08-281-2/+10
* ap_process_request needs exportation for use in mod_h2 on WindowsGregg Lewis Smith2015-08-101-1/+1
* http: follow up to r1685345.Yann Ylavic2015-07-011-0/+7
* http: follow up to r1685345, also needed in 2.4.x/2.2.x by r1686271/r1687339.Yann Ylavic2015-07-011-0/+1
* http: follow up to r1484852.Yann Ylavic2015-06-291-16/+18
* Follow up to r1685345: don't accept spaces *before* the chunk-size.Yann Ylavic2015-06-141-4/+0
* Follow up to r1684513: allow spaces before and after chunk-size.Yann Ylavic2015-06-141-2/+16
* Follow up to r1684513: apply missing changes voted on security@.Yann Ylavic2015-06-141-3/+2
* http, mod_ssl: Introduce and return the 421 (Misdirected Request) status codeYann Ylavic2015-06-121-1/+6
* Limit accepted chunk-size to 2^63-1 and be strict about chunk-extWilliam A. Rowe Jr2015-06-091-47/+83
* http: Don't remove the Content-Length of zero from a HEAD response if Yann Ylavic2015-05-071-25/+0
* http: Add support for RFC2324/RFC7168.Graham Leggett2015-04-011-1/+16
* core: Cleanup the request soon/even if some output filter fails toYann Ylavic2015-03-161-9/+18
* ap_die(): follow up to r1657881.Yann Ylavic2015-03-101-2/+8
* core, modules: like r1657897 but for core and other modules than mod_proxy.Yann Ylavic2015-03-101-1/+11
* core: Follow up to r1664071: comments on new keep_alive_timeout_set flag.Yann Ylavic2015-03-051-0/+8
* core: If explicitly configured, use the KeepaliveTimeout value of theYann Ylavic2015-03-041-1/+13
* http: Make ap_die() robust against any HTTP error code and not modifyYann Ylavic2015-02-061-42/+26
* Remove the bitfield spec from the http_ctx_t.state enumEric Covener2015-01-211-1/+1
* * Fix If-Match handling:Ruediger Pluem2014-12-171-5/+2
* Concat string at compile time when possible.Christophe Jaillet2014-09-181-1/+1
* Turn some APR_BUCKET_REMOVE(e)+apr_bucket_destroy(e) into the equivalent apr_...Christophe Jaillet2014-08-011-4/+2
* Add missing APLOGNO.Christophe Jaillet2014-07-201-1/+1
* *) SECURITY: CVE-2013-5704 (cve.mitre.org)Eric Covener2014-07-152-5/+54
* fix logic in ap_method_list_(add|remove) in order:Christophe Jaillet2014-07-151-3/+3