summaryrefslogtreecommitdiff
path: root/modules/http2/mod_proxy_http2.c
Commit message (Expand)AuthorAgeFilesLines
* mod_proxy: Check for space/ctrls in nocanon path/urls before forwarding.Yann Ylavic2023-03-311-13/+18
* * Whitespace fixes. No functional change.Ruediger Pluem2023-03-221-1/+1
* Do not double encode encoded slashesRuediger Pluem2023-03-131-2/+5
* mod_proxy: Check the query-string for proxy-noencode too.Yann Ylavic2023-03-101-10/+10
* * modules/http2/mod_proxy_http2.c: Fix missing APLOGNO.Joe Orton2023-03-061-1/+1
* don't forward invalid query stringsEric Covener2023-03-051-0/+10
* mod_proxy: Don't decode r->uri and reencode in r->filename for mapping=encoded.Yann Ylavic2023-03-021-0/+4
* Sync with v2.0.10 from github:Stefan Eissing2022-10-111-8/+5
* *) mod_http2:Stefan Eissing2021-10-121-4/+2
* *) mod_http2:Stefan Eissing2021-07-061-10/+1
* Axe 'flushall' from 'mod_proxy_http2.c'.Christophe Jaillet2020-05-231-2/+0
* *) mod_http2: Fixed rare cases where a h2 worker could deadlock the main co...Stefan Eissing2019-12-191-0/+8
* * modules/http2: reverting r1859724, as no good.Stefan Eissing2019-05-281-8/+0
* *) mod_http2: internal code cleanups and simplifications. Common output cod...Stefan Eissing2019-05-221-0/+8
* Follow up to r1859371: extend to other ap_proxy_connection_create[_ex]() users.Yann Ylavic2019-05-171-26/+16
* * Only do one retry to be more in line with the other modules.Ruediger Pluem2019-05-141-1/+1
* *) mod_http2: new configuration directive: ```H2Padding numbits``` to control Stefan Eissing2019-03-071-282/+60
* *) mod_http2/mod_proxy_http2: proxy_http2 checks correct master connection ...Stefan Eissing2019-02-261-25/+53
* mod_proxy_http: rework the flushing strategy when forwarding the request body.Yann Ylavic2019-02-111-2/+0
* *) mod_http2: Configuration directoves H2Push and H2Upgrade can now be spec...Stefan Eissing2019-01-281-0/+8
* mod_http2: mergine trunk+2.4.x code divergences back into a single source wit...Stefan Eissing2018-12-191-0/+5
* mod_http2/mod_proxy_http2: add new module flagsStefan Eissing2018-01-291-1/+4
* On the trunk:Stefan Eissing2018-01-171-15/+0
* mod_proxy: allow SSLProxyCheckPeer* usage for all proxy modules.Yann Ylavic2017-12-191-15/+6
* correct copyright/license headersJim Jagielski2017-12-151-0/+16
* On the trunk:Stefan Eissing2017-04-101-1/+1
* On the trunk:Stefan Eissing2017-04-101-47/+63
* On the trunk:Stefan Eissing2017-04-041-46/+31
* On the trunk:Stefan Eissing2017-03-061-1/+10
* On the trunk:Stefan Eissing2017-02-191-0/+4
* mod_proxy_http2: not forwarding any 1xx responses on frontend HTTP/1.x connec...Stefan Eissing2016-11-231-2/+5
* mod_http2: proper parsing and forwarding of multiple or unnaounce 1xx responsesStefan Eissing2016-11-011-19/+17
* mod_http2/mod_proxy_http2: proper 100-continue handling up to backend, more r...Stefan Eissing2016-10-171-44/+49
* mod_proxy_http2: renaming duplicate symbol clash between h2_proxy_util and h2...Stefan Eissing2016-10-111-2/+2
* mod_http2: reverting int->apr_uint32_t changes of v1.7.xStefan Eissing2016-10-091-3/+3
* mod_proxy_http2: don't use ap_proxy_ssl_connection_cleanup(), there may beYann Ylavic2016-06-271-5/+0
* mod_proxy_http2: fixed retry behaviour when proxy engine needs to retry its b...Stefan Eissing2016-06-221-3/+4
* mod_proxy_http2: fix flow control when frontend connection is HTTP/1.1, patch...Stefan Eissing2016-06-101-1/+1
* mod_proxy_http2: own h2_proxy_util.c source file to avoid duplicate use of h2...Stefan Eissing2016-06-091-1/+1
* The answer to the question appears to be in 2.4.21, drop h2_casecmpstr forkWilliam A. Rowe Jr2016-06-091-2/+2
* fix for handling invalid proxy uris and code cleanup provided by Evgeny KotkovStefan Eissing2016-05-121-1/+1
* mod_http2: fix for partial file buckets in master connection output, flushing...Stefan Eissing2016-05-041-2/+2
* mod_http2/mod_proxy_http2: no longer reusing h2_request.o for proxy moduleStefan Eissing2016-04-291-1/+1
* mod_proxy, mod_ssl: Handle SSLProxy* directives in <Proxy> sections,Yann Ylavic2016-04-261-3/+3
* mod_http2: elimination of h2_io intermediate stream instancesStefan Eissing2016-04-201-1/+1
* mod_http2: new bucket beams for tranporting buckets across threads without bu...Stefan Eissing2016-04-151-1/+0
* APLOGNO update for mod_proxy_http2Stefan Eissing2016-03-211-7/+13
* mod_http2: slave connections are reusedStefan Eissing2016-03-171-26/+44
* mod_http2: fix for bucket lifetime on master conn, mod_proxy_http2: flow cont...Stefan Eissing2016-03-161-21/+37
* mod_proxy_http2: using SUSPENDED from handler when passing request_rec to oth...Stefan Eissing2016-03-111-5/+11