| Commit message (Expand) | Author | Age | Files | Lines |
* | revert r1857857. | Christophe Jaillet | 2019-04-24 | 1 | -0/+9 |
* | Axe a useless comment. | Christophe Jaillet | 2019-04-20 | 1 | -9/+0 |
* | allow mod_mime to be de disabled per-dir too | Eric Covener | 2019-03-16 | 1 | -0/+16 |
* | spotted by Ruediger | Eric Covener | 2019-03-13 | 1 | -1/+1 |
* | mod_mime: Add `MimeOptions` | Eric Covener | 2019-03-13 | 1 | -2/+53 |
* | http: Fix possible empty response with mod_ratelimit for HEAD requests. | Yann Ylavic | 2019-02-21 | 1 | -6/+14 |
* | * include/httpd.h: Define HTTP_TOO_EARLY (425) per RFC 8470. | Joe Orton | 2018-09-26 | 1 | -1/+4 |
* | Follow up to r1840265: really privatize ap_filter_{recycle,adopt_brigade}(). | Yann Ylavic | 2018-09-11 | 1 | -1/+0 |
* | Follow up to r1840149: core input filter pending data. | Yann Ylavic | 2018-09-07 | 1 | -4/+1 |
* | util_filter: protect ap_filter_t private fields from external (ab)use. | Yann Ylavic | 2018-09-05 | 1 | -4/+6 |
* | core: follow up to r1839997: some runtime optimizations. | Yann Ylavic | 2018-09-04 | 1 | -1/+1 |
* | core: follow up to r1839997: recycle request filters to a delayed ring first. | Yann Ylavic | 2018-09-04 | 1 | -0/+4 |
* | Fix a cppcheck warning. | Christophe Jaillet | 2018-08-17 | 1 | -3/+1 |
* | mod_ratelimit: Don't interfere with "chunked" encoding. | Yann Ylavic | 2018-07-31 | 2 | -2/+14 |
* | http: Enforce consistently no response body with both 204 and 304 statuses. | Yann Ylavic | 2018-07-30 | 2 | -21/+19 |
* | core: axe data_in_in/output_filter from conn_rec. | Yann Ylavic | 2018-07-20 | 1 | -4/+1 |
* | core: integrate data_in_{in,out}put_filter to ap_filter_{in,out}put_pending(). | Yann Ylavic | 2018-07-19 | 1 | -4/+15 |
* | core: Add ap_reuse_brigade_from_pool(). | Yann Ylavic | 2018-07-16 | 1 | -15/+2 |
* | Avoid cyclic dependency by moving ap_set_etag() from module http to core. | Yann Ylavic | 2018-06-06 | 2 | -221/+1 |
* | * modules/http/http_request.c (ap_process_request_after_handler, | Joe Orton | 2018-06-06 | 1 | -3/+16 |
* | http_protocol.c: avoid duplicate headers when using | Luca Toscano | 2018-05-23 | 1 | -4/+1 |
* | Restore comment about LimitRequestBody vs proxied responses. | Yann Ylavic | 2018-04-20 | 1 | -2/+3 |
* | http: LimitRequestBody applies to proxied requests. | Yann Ylavic | 2018-04-20 | 1 | -4/+3 |
* | PR62186: preserve %<m for ErrorDocument internal redirects | Eric Covener | 2018-04-11 | 1 | -1/+7 |
* | Fix some typos reported in PR 59998 | Christophe Jaillet | 2018-03-24 | 1 | -3/+3 |
* | Fix timeout logging in ap_process_request(). | Yann Ylavic | 2018-03-12 | 1 | -6/+2 |
* | core: don't send EOR bucket through request filters. | Yann Ylavic | 2018-01-30 | 1 | -1/+12 |
* | Follow up to r1814659. | Yann Ylavic | 2017-11-09 | 1 | -1/+3 |
* | We can't possibly loop in ap_process_http_async_connection(). | Yann Ylavic | 2017-11-09 | 1 | -3/+4 |
* | Follow up to r1740928: including NOT_IN_PROXY in NOT_IN_DIR_LOC_FILE is both | Yann Ylavic | 2017-10-14 | 1 | -3/+3 |
* | core, mod_rewrite: introduce the 'redirect-keeps-vary' note | Luca Toscano | 2017-10-10 | 1 | -0/+11 |
* | * Silence compiler warning | Ruediger Pluem | 2017-06-28 | 1 | -1/+1 |
* | Since r1753257, "HEAD" method is registered into the registry hash with the M... | Christophe Jaillet | 2017-06-25 | 1 | -5/+1 |
* | mod_mime: fix quoted pair scanning | Eric Covener | 2017-06-04 | 1 | -2/+2 |
* | PR60647: ACC per connection not available w/ event MPM | Eric Covener | 2017-01-25 | 1 | -1/+2 |
* | http: follow up to r1777460. | Yann Ylavic | 2017-01-06 | 1 | -8/+2 |
* | Remove definition of ASCII_CRLF which is the same as CRLF_ASCII. | Christophe Jaillet | 2017-01-06 | 1 | -5/+3 |
* | http: allow folding in check_headers(), still compliant with RFC 7230 (3.2.4). | Yann Ylavic | 2017-01-05 | 1 | -16/+61 |
* | http_header_filter: on check_headers() failure, use AP_FILTER_ERROR and EOC | Yann Ylavic | 2016-12-20 | 1 | -24/+24 |
* | http: release data buckets (memory, fd, ...) as soon as possible when | Yann Ylavic | 2016-12-14 | 1 | -6/+6 |
* | Follow up to r1773761: restore EOC semantic. | Yann Ylavic | 2016-12-14 | 1 | -18/+10 |
* | Follow up to r1773761: improved recursion detection. | Yann Ylavic | 2016-12-12 | 1 | -8/+19 |
* | Follow up to r1773761: we need to check both ap_send_error_response() and int... | Yann Ylavic | 2016-12-12 | 1 | -4/+4 |
* | Follow up to r1773761: don't recurse on ap_send_error_response() either. | Yann Ylavic | 2016-12-12 | 1 | -2/+5 |
* | Follow up to r1773761: don't recurse on internal redirects. | Yann Ylavic | 2016-12-12 | 1 | -11/+25 |
* | Follow up to r1773761: don't check_headers() more than once. | Yann Ylavic | 2016-12-12 | 1 | -9/+11 |
* | Follow up to r1773293. | Yann Ylavic | 2016-12-12 | 1 | -30/+40 |
* | Drop C-L header and message-body from HTTP 204 responses. | Luca Toscano | 2016-12-09 | 1 | -2/+6 |
* | change error handling for bad resp headers | Eric Covener | 2016-12-08 | 1 | -5/+16 |
* | revert r1773285 | Eric Covener | 2016-12-08 | 1 | -15/+5 |