summaryrefslogtreecommitdiffstats
path: root/modules/http (follow)
Commit message (Expand)AuthorAgeFilesLines
* core,modules: provide/use ap_parse_strict_length() helper.Yann Ylavic2020-05-202-16/+9
* core: handle morphing buckets setaside/reinstate and kill request core filter.Yann Ylavic2020-03-312-11/+2
* Define ap_method_mask_t (typedef for apr_uint64_t) and use for methodJoe Orton2020-02-172-2/+2
* * modules/http/http_filters.c (parse_chunk_size): Reduce by four theJoe Orton2020-02-171-2/+7
* Fix spelling errors found by codespell. [skip ci]Mike Rumph2020-02-131-1/+1
* factor out TE=chunked checkingEric Covener2020-02-072-5/+3
* PR62989: DOCTYPE tags in server-generated HTML. Eric Covener2020-01-311-1/+1
* * Correctly initialize nomime memberRuediger Pluem2019-10-141-0/+1
* ap_http_header_filter: avoid double encoding of output headers in traces.Yann Ylavic2019-09-161-2/+1
* remove request details from error documents (CVE-2019-10092).Eric Covener2019-08-021-60/+26
* revert r1857857.Christophe Jaillet2019-04-241-0/+9
* Axe a useless comment.Christophe Jaillet2019-04-201-9/+0
* allow mod_mime to be de disabled per-dir tooEric Covener2019-03-161-0/+16
* spotted by RuedigerEric Covener2019-03-131-1/+1
* mod_mime: Add `MimeOptions` Eric Covener2019-03-131-2/+53
* http: Fix possible empty response with mod_ratelimit for HEAD requests.Yann Ylavic2019-02-211-6/+14
* * include/httpd.h: Define HTTP_TOO_EARLY (425) per RFC 8470.Joe Orton2018-09-261-1/+4
* Follow up to r1840265: really privatize ap_filter_{recycle,adopt_brigade}().Yann Ylavic2018-09-111-1/+0
* Follow up to r1840149: core input filter pending data.Yann Ylavic2018-09-071-4/+1
* util_filter: protect ap_filter_t private fields from external (ab)use.Yann Ylavic2018-09-051-4/+6
* core: follow up to r1839997: some runtime optimizations.Yann Ylavic2018-09-041-1/+1
* core: follow up to r1839997: recycle request filters to a delayed ring first.Yann Ylavic2018-09-041-0/+4
* Fix a cppcheck warning.Christophe Jaillet2018-08-171-3/+1
* mod_ratelimit: Don't interfere with "chunked" encoding.Yann Ylavic2018-07-312-2/+14
* http: Enforce consistently no response body with both 204 and 304 statuses.Yann Ylavic2018-07-302-21/+19
* core: axe data_in_in/output_filter from conn_rec.Yann Ylavic2018-07-201-4/+1
* core: integrate data_in_{in,out}put_filter to ap_filter_{in,out}put_pending().Yann Ylavic2018-07-191-4/+15
* core: Add ap_reuse_brigade_from_pool().Yann Ylavic2018-07-161-15/+2
* Avoid cyclic dependency by moving ap_set_etag() from module http to core.Yann Ylavic2018-06-062-221/+1
* * modules/http/http_request.c (ap_process_request_after_handler,Joe Orton2018-06-061-3/+16
* http_protocol.c: avoid duplicate headers when usingLuca Toscano2018-05-231-4/+1
* Restore comment about LimitRequestBody vs proxied responses.Yann Ylavic2018-04-201-2/+3
* http: LimitRequestBody applies to proxied requests.Yann Ylavic2018-04-201-4/+3
* PR62186: preserve %<m for ErrorDocument internal redirectsEric Covener2018-04-111-1/+7
* Fix some typos reported in PR 59998Christophe Jaillet2018-03-241-3/+3
* Fix timeout logging in ap_process_request().Yann Ylavic2018-03-121-6/+2
* core: don't send EOR bucket through request filters.Yann Ylavic2018-01-301-1/+12
* Follow up to r1814659.Yann Ylavic2017-11-091-1/+3
* We can't possibly loop in ap_process_http_async_connection().Yann Ylavic2017-11-091-3/+4
* Follow up to r1740928: including NOT_IN_PROXY in NOT_IN_DIR_LOC_FILE is bothYann Ylavic2017-10-141-3/+3
* core, mod_rewrite: introduce the 'redirect-keeps-vary' noteLuca Toscano2017-10-101-0/+11
* * Silence compiler warningRuediger Pluem2017-06-281-1/+1
* Since r1753257, "HEAD" method is registered into the registry hash with the M...Christophe Jaillet2017-06-251-5/+1
* mod_mime: fix quoted pair scanningEric Covener2017-06-041-2/+2
* PR60647: ACC per connection not available w/ event MPMEric Covener2017-01-251-1/+2
* http: follow up to r1777460.Yann Ylavic2017-01-061-8/+2
* Remove definition of ASCII_CRLF which is the same as CRLF_ASCII.Christophe Jaillet2017-01-061-5/+3
* http: allow folding in check_headers(), still compliant with RFC 7230 (3.2.4).Yann Ylavic2017-01-051-16/+61
* http_header_filter: on check_headers() failure, use AP_FILTER_ERROR and EOCYann Ylavic2016-12-201-24/+24
* http: release data buckets (memory, fd, ...) as soon as possible whenYann Ylavic2016-12-141-6/+6