summaryrefslogtreecommitdiff
path: root/modules/http2/h2_proxy_util.c
Commit message (Expand)AuthorAgeFilesLines
* *) mod_http2: type adjustments and castings for int/apr_uint32_t/apr_size_t...Stefan Eissing2022-09-271-2/+2
* *) mod_http2:Stefan Eissing2021-10-121-6/+4
* *) mod_proxy_http2: adding support for handling trailers in both directions...Stefan Eissing2019-06-141-0/+22
* apr_pcalloc can be turned into apr_palloc (the allocated memory is fully init...Christophe Jaillet2018-06-121-2/+2
* * mod_proxy_http2: ressurrecting some of the good parts of r1831231 and usin...Stefan Eissing2018-06-051-5/+3
* Fixing h2 proxy link header mapping to substitute correctly again after r1831...Stefan Eissing2018-06-051-10/+14
* * mod_http2: fix by notroj to silence gcc strncpy warnings and simplifyStefan Eissing2018-05-091-15/+11
* On the trunk:Stefan Eissing2018-01-171-15/+0
* correct copyright/license headersJim Jagielski2017-12-151-0/+16
* On the trunk:Stefan Eissing2017-04-101-0/+281
* mod_http2: fixes for compiler warningsStefan Eissing2016-11-141-11/+11
* mod_http2: H2PushResource directive for early pushingStefan Eissing2016-11-131-0/+352
* mod_http2: AP_DEBUG_ASSERT changed to ap_assertStefan Eissing2016-10-261-9/+9
* mod_http2/mod_proxy_http2: proper 100-continue handling up to backend, more r...Stefan Eissing2016-10-171-1/+0
* mod_proxy_http2: resolving last 2 reported dup symbol clashesStefan Eissing2016-10-111-2/+2
* mod_proxy_http2: renaming duplicate symbol clash between h2_proxy_util and h2...Stefan Eissing2016-10-111-60/+60
* mod_http2: reverting int->apr_uint32_t changes of v1.7.xStefan Eissing2016-10-091-1/+1
* various fixes, mod_cgid interop, response/trailer forwarding rewritten, stabi...Stefan Eissing2016-10-031-1/+0
* Fix spelling in comments and text files.Rainer Jung2016-08-111-1/+1
* mod_proxy_http2: own h2_proxy_util.c source file to avoid duplicate use of h2...Stefan Eissing2016-06-091-0/+705