| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid truncating the_request line when there is no request to 'W'rite. | William A. Rowe Jr | 2016-05-13 | 1 | -2/+2 |
* | Revert 1742822, incorrect assumptions here | William A. Rowe Jr | 2016-05-12 | 1 | -4/+2 |
* | Fix yet another case where we clobber the | Rainer Jung | 2016-05-08 | 1 | -2/+4 |
* | http: Respond with "408 Request Timeout" when a timeout occurs while | Yann Ylavic | 2016-04-14 | 1 | -12/+12 |
* | Follow up to r1734656: restore c->data_in_input_filters usage to | Yann Ylavic | 2016-03-22 | 1 | -1/+5 |
* | reverting r1735176 | Stefan Eissing | 2016-03-16 | 1 | -29/+2 |
* | mod_http: Make sure HTTP filters are added on HTTP requests only. | Graham Leggett | 2016-03-16 | 1 | -2/+29 |
* | core: Extend support for setting aside data from the network input filter | Graham Leggett | 2016-03-12 | 2 | -5/+3 |
* | Add 451... Needed to adjust RESPONSE_CODES which | Jim Jagielski | 2016-02-16 | 1 | -1/+27 |
* | revert r1725348, force-response-1.0 is not suggested. | Eric Covener | 2016-01-21 | 1 | -2/+0 |
* | leave a note that RFC7230 suggests force-response-1.0 behavior. | Eric Covener | 2016-01-18 | 1 | -0/+2 |
* | Use 'ap_array_str_contains' to simplify code. | Christophe Jaillet | 2015-12-20 | 1 | -19/+6 |
* | More ap_casecmpstr[n]() usages (follow up to r1715876). | Yann Ylavic | 2015-11-23 | 1 | -1/+1 |
* | Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive). | Yann Ylavic | 2015-11-23 | 2 | -5/+5 |
* | Revert r1715789: will re-commit without spurious functional changes. | Yann Ylavic | 2015-11-23 | 2 | -5/+5 |
* | Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive). | Yann Ylavic | 2015-11-23 | 2 | -5/+5 |
* | core: follow up to r1710095, r1710105. | Yann Ylavic | 2015-11-02 | 1 | -72/+75 |
* | core: follow up to r1710095. | Yann Ylavic | 2015-10-22 | 1 | -31/+38 |
* | core: Limit to ten the number of tolerated empty lines between request, | Yann Ylavic | 2015-10-22 | 1 | -12/+74 |
* | Make sure we free the main request rather than the final internal | Graham Leggett | 2015-10-07 | 1 | -8/+8 |
* | core: Extend support for asynchronous write completion from the | Graham Leggett | 2015-10-04 | 2 | -2/+12 |
* | mod_ssl: follow up to r1705194, r1705823, r1705826 and r1705828. | Yann Ylavic | 2015-09-29 | 1 | -2/+2 |
* | mod_ssl: forward EOR (only) brigades to the core_output_filter(). | Yann Ylavic | 2015-09-25 | 1 | -2/+2 |
* | Avoid adding duplicate subequest filters, as they would not be stripped | Eric Covener | 2015-08-28 | 1 | -2/+11 |
* | reversal of 1698239 due to nedless loop in t/apache/pr17629.t | Stefan Eissing | 2015-08-28 | 1 | -10/+2 |
* | avoid adding multiple subrequest filters when there are nested subrequests. | Eric Covener | 2015-08-28 | 1 | -2/+10 |
* | ap_process_request needs exportation for use in mod_h2 on Windows | Gregg Lewis Smith | 2015-08-10 | 1 | -1/+1 |
* | http: follow up to r1685345. | Yann Ylavic | 2015-07-01 | 1 | -0/+7 |
* | http: follow up to r1685345, also needed in 2.4.x/2.2.x by r1686271/r1687339. | Yann Ylavic | 2015-07-01 | 1 | -0/+1 |
* | http: follow up to r1484852. | Yann Ylavic | 2015-06-29 | 1 | -16/+18 |
* | Follow up to r1685345: don't accept spaces *before* the chunk-size. | Yann Ylavic | 2015-06-14 | 1 | -4/+0 |
* | Follow up to r1684513: allow spaces before and after chunk-size. | Yann Ylavic | 2015-06-14 | 1 | -2/+16 |
* | Follow up to r1684513: apply missing changes voted on security@. | Yann Ylavic | 2015-06-14 | 1 | -3/+2 |
* | http, mod_ssl: Introduce and return the 421 (Misdirected Request) status code | Yann Ylavic | 2015-06-12 | 1 | -1/+6 |
* | Limit accepted chunk-size to 2^63-1 and be strict about chunk-ext | William A. Rowe Jr | 2015-06-09 | 1 | -47/+83 |
* | http: Don't remove the Content-Length of zero from a HEAD response if | Yann Ylavic | 2015-05-07 | 1 | -25/+0 |
* | http: Add support for RFC2324/RFC7168. | Graham Leggett | 2015-04-01 | 1 | -1/+16 |
* | core: Cleanup the request soon/even if some output filter fails to | Yann Ylavic | 2015-03-16 | 1 | -9/+18 |
* | ap_die(): follow up to r1657881. | Yann Ylavic | 2015-03-10 | 1 | -2/+8 |
* | core, modules: like r1657897 but for core and other modules than mod_proxy. | Yann Ylavic | 2015-03-10 | 1 | -1/+11 |
* | core: Follow up to r1664071: comments on new keep_alive_timeout_set flag. | Yann Ylavic | 2015-03-05 | 1 | -0/+8 |
* | core: If explicitly configured, use the KeepaliveTimeout value of the | Yann Ylavic | 2015-03-04 | 1 | -1/+13 |
* | http: Make ap_die() robust against any HTTP error code and not modify | Yann Ylavic | 2015-02-06 | 1 | -42/+26 |
* | Remove the bitfield spec from the http_ctx_t.state enum | Eric Covener | 2015-01-21 | 1 | -1/+1 |
* | * Fix If-Match handling: | Ruediger Pluem | 2014-12-17 | 1 | -5/+2 |
* | Concat string at compile time when possible. | Christophe Jaillet | 2014-09-18 | 1 | -1/+1 |
* | Turn some APR_BUCKET_REMOVE(e)+apr_bucket_destroy(e) into the equivalent apr_... | Christophe Jaillet | 2014-08-01 | 1 | -4/+2 |
* | Add missing APLOGNO. | Christophe Jaillet | 2014-07-20 | 1 | -1/+1 |
* | *) SECURITY: CVE-2013-5704 (cve.mitre.org) | Eric Covener | 2014-07-15 | 2 | -5/+54 |
* | fix logic in ap_method_list_(add|remove) in order: | Christophe Jaillet | 2014-07-15 | 1 | -3/+3 |