summaryrefslogtreecommitdiff
path: root/modules/http
Commit message (Expand)AuthorAgeFilesLines
...
* 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-181-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-081-1/+3
* We can't possibly loop in ap_process_http_async_connection().Yann Ylavic2017-11-081-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-031-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
* Follow up to r1773761: restore EOC semantic.Yann Ylavic2016-12-141-18/+10
* Follow up to r1773761: improved recursion detection.Yann Ylavic2016-12-121-8/+19
* Follow up to r1773761: we need to check both ap_send_error_response() and int...Yann Ylavic2016-12-121-4/+4
* Follow up to r1773761: don't recurse on ap_send_error_response() either.Yann Ylavic2016-12-121-2/+5
* Follow up to r1773761: don't recurse on internal redirects.Yann Ylavic2016-12-121-11/+25
* Follow up to r1773761: don't check_headers() more than once.Yann Ylavic2016-12-121-9/+11
* Follow up to r1773293.Yann Ylavic2016-12-121-30/+40
* Drop C-L header and message-body from HTTP 204 responses.Luca Toscano2016-12-091-2/+6
* change error handling for bad resp headersEric Covener2016-12-081-5/+16
* revert r1773285 Eric Covener2016-12-081-15/+5
* change error handling for bad resp headersEric Covener2016-12-081-5/+15
* After eliminating unusual whitespace in Unsafe mode (e.g. \f \v), we are leftWilliam A. Rowe Jr2016-12-071-11/+1
* loop in checking response headers Eric Covener2016-12-031-0/+1
* * Fix numbers count in comment.Ruediger Pluem2016-11-281-2/+2
* Removing unused warning after r1764961 changes.Stefan Eissing2016-11-221-1/+0
* remove Location: header checks for absolute URLEric Covener2016-11-221-20/+0
* addendum to r1769760 to make it generate 100 status linesStefan Eissing2016-11-171-8/+6
* http: Allow unknown response status' lines returned in the form of:Yann Ylavic2016-11-151-7/+30
* Remove unnecessary apr_table_do() function castsJacob Champion2016-11-101-2/+1
* Appears we cannot disallow this whitespace, since the chunk BNF coexistedWilliam A. Rowe Jr2016-10-181-2/+4
* ap_check_pipeline: clarify/simplify !max_blank_lines logic, no functional cha...Yann Ylavic2016-10-151-16/+15
* Dropped the never-released ap_has_cntrls() as it had very limited William A. Rowe Jr2016-10-141-31/+59
* Rename the previously undocumented HTTPProtocol directiveWilliam A. Rowe Jr2016-08-161-2/+2