summaryrefslogtreecommitdiffstats
path: root/modules/http2/h2_stream.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Sync with v2.0.10 from github:Stefan Eissing2022-10-111-23/+35
* *) mod_http2: synchronization with github sources.Stefan Eissing2022-09-271-15/+36
* *) mod_http2: fixed trailer handling. Empty response bodiesStefan Eissing2022-07-021-2/+2
* *) mod_http2: use new ap_sb_get_child_thread() to get child_numStefan Eissing2022-04-191-1/+2
* *) mod_http2: use the new REQUEST buckets to forward requestStefan Eissing2022-04-131-3/+3
* *) mod_http2: use the new RESPONSE buckets introduced in r1899648.Stefan Eissing2022-04-071-10/+6
* *) mod_http2:Stefan Eissing2021-10-121-31/+13
* mod_htt2, synch with changes from github module version:Stefan Eissing2021-02-221-1/+2
* Fix spelling errors found by codespell. [skip ci]Mike Rumph2020-02-131-1/+1
* mod_http2: update log tags, log field len errors at INFO level (via mkaufmann)Stefan Eissing2019-07-171-0/+4
* * modules/http2: reverting r1859724, as no good.Stefan Eissing2019-05-281-3/+2
* *) mod_http2: internal code cleanups and simplifications. Common output cod...Stefan Eissing2019-05-221-2/+3
* On the trunk:Stefan Eissing2018-04-091-2/+5
* On the trunk:Stefan Eissing2018-01-301-9/+0
* On the trunk:Stefan Eissing2018-01-171-6/+7
* On the trunk:Stefan Eissing2017-06-061-0/+1
* On the trunk:Stefan Eissing2017-03-291-0/+6
* On the trunk:Stefan Eissing2017-03-271-2/+9
* On the trunk:Stefan Eissing2017-03-151-3/+19
* On the trunk:Stefan Eissing2017-02-271-0/+3
* On the trunk:Stefan Eissing2017-02-141-0/+1
* On the trunk:Stefan Eissing2017-02-141-1/+2
* On the trunk:Stefan Eissing2017-02-131-56/+64
* On the trunk:Stefan Eissing2017-01-211-2/+0
* mod_http2: H2PushResource directive for early pushingStefan Eissing2016-11-131-0/+1
* mod_http2: AP_DEBUG_ASSERT changed to ap_assertStefan Eissing2016-10-261-1/+2
* mod_http2: fixed potential crash in beam memory handling introduced in 1.7.x ...Stefan Eissing2016-10-231-3/+3
* mod_http2: reverting int->apr_uint32_t changes of v1.7.xStefan Eissing2016-10-091-3/+3
* various fixes, mod_cgid interop, response/trailer forwarding rewritten, stabi...Stefan Eissing2016-10-031-49/+20
* more apr_uint32_t usage where appropriate, signed/unsigned warning detox, str...Stefan Eissing2016-09-201-3/+3
* mod_http2: more const goodiness and checks on h2 request creation, less NULL ...Stefan Eissing2016-09-071-3/+12
* mod_http2: fix for stream buffer handling during shutdownStefan Eissing2016-08-271-1/+0
* mod_http2: latest h2/state debug draft, fixes in 100-continue response genera...Stefan Eissing2016-08-241-0/+1
* Fix spelling in comments and text files.Rainer Jung2016-08-111-3/+3
* mod_http2: support for intermediate responsesStefan Eissing2016-08-051-1/+3
* mod_http2: complete implemenmtation of draft-http2-debug-stateStefan Eissing2016-07-291-1/+10
* Fix some obvious doxygen warningChristophe Jaillet2016-05-301-3/+3
* mod_http2: improved resume/response/window update handling on master connectionStefan Eissing2016-05-201-0/+1
* mod_http2: checking configured Limit* values against header fieldsStefan Eissing2016-05-171-1/+7
* mod_http2: fix for partial file buckets in master connection output, flushing...Stefan Eissing2016-05-041-1/+1
* mod_http2: rewrote TLS buffering on master connectionStefan Eissing2016-05-021-17/+0
* mod_http2: elimination of h2_io intermediate stream instancesStefan Eissing2016-04-201-1/+0
* mod_http2: new bucket beams for tranporting buckets across threads without bu...Stefan Eissing2016-04-151-8/+16
* reduced h2_request initialization/copy after review by CJStefan Eissing2016-04-111-10/+2
* mod_http2: new vars, keepalive increase, no slave reuse when con->keepalive n...Stefan Eissing2016-03-301-1/+0
* mod_http2: fix for wrong handling of prefetched response bodiesStefan Eissing2016-03-291-2/+2
* mod_http2: some code cleanup of stream request body handling, potential avoid...Stefan Eissing2016-03-101-11/+1
* goodbye h2_stream_set, hello h2_ihash in h2_utilStefan Eissing2016-02-251-4/+4
* new experimental http2 proxy module for h2: and h2c: proxy urlsStefan Eissing2016-02-081-10/+2
* mod_http2: push diary to avoid duplicate pushes, cache-digest handling, http2...Stefan Eissing2016-01-151-14/+15