summaryrefslogtreecommitdiffstats
path: root/modules/http2/h2_util.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *) mod_http2: fix edge case in removal of entriesStefan Eissing2022-04-211-1/+3
* *) mod_http2: use the new RESPONSE buckets introduced in r1899648.Stefan Eissing2022-04-071-9/+31
* *) mod_http2: fixed a possible concurrency issue withStefan Eissing2022-03-241-45/+75
* *) mod_http2:Stefan Eissing2021-10-121-118/+38
* * mod_http2: when a server is restarted gracefully, any idle h2 workerStefan Eissing2021-09-101-1/+1
* Remove trailing space to synch with 2.4.xChristophe Jaillet2021-07-281-1/+1
* *) mod_http2: Stefan Eissing2020-07-131-4/+19
* *) mod_http2: Fixes issue where mod_unique_id would generate non-unique req...Stefan Eissing2020-03-021-1/+2
* Fix spelling errors found by codespell. [skip ci]Mike Rumph2020-02-131-1/+1
* *) mod_http2: Fixed rare cases where a h2 worker could deadlock the main co...Stefan Eissing2019-12-191-63/+26
* On the trunk:Stefan Eissing2018-07-051-41/+45
* Fix some typos reported in PR 59998Christophe Jaillet2018-03-241-1/+1
* On the trunk:Stefan Eissing2018-01-171-15/+0
* correct copyright/license headersJim Jagielski2017-12-151-0/+16
* Fix ascii art :)Yann Ylavic2017-09-301-1/+1
* bumping version, removing some unused code, fixes in base64url from mod_mdStefan Eissing2017-08-041-60/+21
* On the trunk:Stefan Eissing2017-07-061-0/+307
* On the trunk:Stefan Eissing2017-07-031-63/+55
* On the trunk:Stefan Eissing2017-04-211-33/+0
* On the trunk:Stefan Eissing2017-04-141-53/+113
* On the turnk:Stefan Eissing2017-04-091-23/+22
* On the trunk:Stefan Eissing2017-04-051-6/+37
* On the trunk:Stefan Eissing2017-03-291-1/+1
* On the trunk:Stefan Eissing2017-03-271-57/+15
* On the trunk:Stefan Eissing2017-03-251-0/+290
* On the trunk:Stefan Eissing2017-02-131-17/+26
* mod_http2: c89 slippage fixedStefan Eissing2016-10-301-1/+2
* mod_http2: using int queue instead of ihash for stream output event handlingStefan Eissing2016-10-301-1/+30
* mod_http2: AP_DEBUG_ASSERT changed to ap_assertStefan Eissing2016-10-261-5/+5
* mod_http2/mod_proxy_http2: proper 100-continue handling up to backend, more r...Stefan Eissing2016-10-171-1/+1
* mod_proxy_http2: resolving last 2 reported dup symbol clashesStefan Eissing2016-10-111-9/+0
* 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-10/+13
* more apr_uint32_t usage where appropriate, signed/unsigned warning detox, str...Stefan Eissing2016-09-201-5/+5
* mod_http2: more const goodiness and checks on h2 request creation, less NULL ...Stefan Eissing2016-09-071-46/+3
* mod_http2: support for intermediate responsesStefan Eissing2016-08-051-1/+1
* mod_proxy_http2: own h2_proxy_util.c source file to avoid duplicate use of h2...Stefan Eissing2016-06-091-125/+0
* The answer to the question appears to be in 2.4.21, drop h2_casecmpstr forkWilliam A. Rowe Jr2016-06-091-120/+0
* Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygenWilliam A. Rowe Jr2016-06-091-1/+1
* mod_http2: fixing re-entrancy problems with new master event dispatchingStefan Eissing2016-05-201-0/+73
* mod_http2: improved resume/response/window update handling on master connectionStefan Eissing2016-05-201-19/+5
* Improve alignmentChristophe Jaillet2016-05-051-1/+1
* mod_http2: fix for partial file buckets in master connection output, flushing...Stefan Eissing2016-05-041-0/+2
* mod_http2/mod_proxy_http2: no longer reusing h2_request.o for proxy moduleStefan Eissing2016-04-291-15/+102
* mod_http2: elimination of h2_io intermediate stream instancesStefan Eissing2016-04-201-1/+1
* compilation fixes for VCStefan Eissing2016-04-201-0/+120
* mod_http2: new bucket beams for tranporting buckets across threads without bu...Stefan Eissing2016-04-151-359/+437
* mod_http2: fix for wrong handling of prefetched response bodiesStefan Eissing2016-03-291-1/+1
* mod_http2: more effient passing of response bodiesStefan Eissing2016-03-291-1/+87
* mod_http2: slave connections are reusedStefan Eissing2016-03-171-3/+0