summaryrefslogtreecommitdiffstats
path: root/modules/http2/h2.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Re-order the fields of 'struct h2_session_props' to avoid a hole and some pad...Christophe Jaillet2023-02-191-2/+2
* Sync with v2.0.10 from github:Stefan Eissing2022-10-111-1/+0
* *) mod_http2: synchronization with github sources.Stefan Eissing2022-09-271-0/+10
* *) mod_http2: new directive "H2HeaderStrictness" to control the complianceStefan Eissing2022-09-261-33/+1
* *) mod_http2: use the new REQUEST buckets to forward requestStefan Eissing2022-04-131-1/+0
* *) mod_http2: use the new RESPONSE buckets introduced in r1899648.Stefan Eissing2022-04-071-8/+0
* *) mod_http2: use pollset only for main connection and wakeupsStefan Eissing2022-03-211-4/+3
* *) mod_http2: disabling use of apr_pollsets for secondaryStefan Eissing2022-03-151-0/+34
* *) mod_http2: fixed a bug in v2.0.0 that could lead to an infiniteStefan Eissing2021-12-061-0/+1
* * mod_http2: the new pollset implementation is disabled whenStefan Eissing2021-11-261-1/+3
* *) mod_http2: H2HEADER buckets have the correct lenght of zero and noStefan Eissing2021-10-141-1/+1
* *) mod_http2:Stefan Eissing2021-10-121-10/+20
* Process early errors via a dummy HTTP/1.1 request as wellRuediger Pluem2020-09-101-0/+11
* Fix spelling errors found by codespell. [skip ci]Mike Rumph2020-02-131-1/+1
* * modules/http2: reverting r1859724, as no good.Stefan Eissing2019-05-281-12/+0
* *) mod_http2: internal code cleanups and simplifications. Common output cod...Stefan Eissing2019-05-221-0/+12
* *) mod_http2: new configuration directive: ```H2Padding numbits``` to control Stefan Eissing2019-03-071-3/+3
* *) mod_http2: Configuration directoves H2Push and H2Upgrade can now be spec...Stefan Eissing2019-01-281-0/+1
* On the trunk:Stefan Eissing2018-04-091-0/+5
* On the trunk:Stefan Eissing2018-01-171-6/+7
* On the trunk:Stefan Eissing2017-04-141-0/+2
* On the trunk:Stefan Eissing2017-03-271-1/+2
* On the trunk:Stefan Eissing2017-02-131-10/+20
* mod_http2: H2PushResource directive for early pushingStefan Eissing2016-11-131-2/+0
* mod_http2: proper parsing and forwarding of multiple or unnaounce 1xx responsesStefan Eissing2016-11-011-4/+0
* mod_http2/mod_proxy_http2: proper 100-continue handling up to backend, more r...Stefan Eissing2016-10-171-0/+2
* mod_http2: reverting int->apr_uint32_t changes of v1.7.xStefan Eissing2016-10-091-5/+5
* various fixes, mod_cgid interop, response/trailer forwarding rewritten, stabi...Stefan Eissing2016-10-031-20/+10
* more apr_uint32_t usage where appropriate, signed/unsigned warning detox, str...Stefan Eissing2016-09-201-2/+2
* mod_http2: more const goodiness and checks on h2 request creation, less NULL ...Stefan Eissing2016-09-071-1/+0
* mod_http2: graceful handling of open streams during graceful shutdownStefan Eissing2016-08-241-2/+1
* mod_http2: support for intermediate responsesStefan Eissing2016-08-051-0/+2
* mod_http2: elimination of h2_io intermediate stream instancesStefan Eissing2016-04-201-0/+3
* mod_http2: new vars, keepalive increase, no slave reuse when con->keepalive n...Stefan Eissing2016-03-301-1/+2
* mod_http2: some cleanup in GGOAWAY handling, disabling PUSH when rmeote sends...Stefan Eissing2016-03-181-0/+10
* mod_proxy_http2: single engine per type per master connection, removing some ...Stefan Eissing2016-03-091-0/+5
* new experimental http2 proxy module for h2: and h2c: proxy urlsStefan Eissing2016-02-081-0/+142