| Commit message (Expand) | Author | Age | Files | Lines |
* | Sync with v2.0.10 from github: | Stefan Eissing | 2022-10-11 | 1 | -23/+35 |
* | *) mod_http2: synchronization with github sources. | Stefan Eissing | 2022-09-27 | 1 | -15/+36 |
* | *) mod_http2: fixed trailer handling. Empty response bodies | Stefan Eissing | 2022-07-02 | 1 | -2/+2 |
* | *) mod_http2: use new ap_sb_get_child_thread() to get child_num | Stefan Eissing | 2022-04-19 | 1 | -1/+2 |
* | *) mod_http2: use the new REQUEST buckets to forward request | Stefan Eissing | 2022-04-13 | 1 | -3/+3 |
* | *) mod_http2: use the new RESPONSE buckets introduced in r1899648. | Stefan Eissing | 2022-04-07 | 1 | -10/+6 |
* | *) mod_http2: | Stefan Eissing | 2021-10-12 | 1 | -31/+13 |
* | mod_htt2, synch with changes from github module version: | Stefan Eissing | 2021-02-22 | 1 | -1/+2 |
* | Fix spelling errors found by codespell. [skip ci] | Mike Rumph | 2020-02-13 | 1 | -1/+1 |
* | mod_http2: update log tags, log field len errors at INFO level (via mkaufmann) | Stefan Eissing | 2019-07-17 | 1 | -0/+4 |
* | * modules/http2: reverting r1859724, as no good. | Stefan Eissing | 2019-05-28 | 1 | -3/+2 |
* | *) mod_http2: internal code cleanups and simplifications. Common output cod... | Stefan Eissing | 2019-05-22 | 1 | -2/+3 |
* | On the trunk: | Stefan Eissing | 2018-04-09 | 1 | -2/+5 |
* | On the trunk: | Stefan Eissing | 2018-01-30 | 1 | -9/+0 |
* | On the trunk: | Stefan Eissing | 2018-01-17 | 1 | -6/+7 |
* | On the trunk: | Stefan Eissing | 2017-06-06 | 1 | -0/+1 |
* | On the trunk: | Stefan Eissing | 2017-03-29 | 1 | -0/+6 |
* | On the trunk: | Stefan Eissing | 2017-03-27 | 1 | -2/+9 |
* | On the trunk: | Stefan Eissing | 2017-03-15 | 1 | -3/+19 |
* | On the trunk: | Stefan Eissing | 2017-02-27 | 1 | -0/+3 |
* | On the trunk: | Stefan Eissing | 2017-02-14 | 1 | -0/+1 |
* | On the trunk: | Stefan Eissing | 2017-02-14 | 1 | -1/+2 |
* | On the trunk: | Stefan Eissing | 2017-02-13 | 1 | -56/+64 |
* | On the trunk: | Stefan Eissing | 2017-01-21 | 1 | -2/+0 |
* | mod_http2: H2PushResource directive for early pushing | Stefan Eissing | 2016-11-13 | 1 | -0/+1 |
* | mod_http2: AP_DEBUG_ASSERT changed to ap_assert | Stefan Eissing | 2016-10-26 | 1 | -1/+2 |
* | mod_http2: fixed potential crash in beam memory handling introduced in 1.7.x ... | Stefan Eissing | 2016-10-23 | 1 | -3/+3 |
* | mod_http2: reverting int->apr_uint32_t changes of v1.7.x | Stefan Eissing | 2016-10-09 | 1 | -3/+3 |
* | various fixes, mod_cgid interop, response/trailer forwarding rewritten, stabi... | Stefan Eissing | 2016-10-03 | 1 | -49/+20 |
* | more apr_uint32_t usage where appropriate, signed/unsigned warning detox, str... | Stefan Eissing | 2016-09-20 | 1 | -3/+3 |
* | mod_http2: more const goodiness and checks on h2 request creation, less NULL ... | Stefan Eissing | 2016-09-07 | 1 | -3/+12 |
* | mod_http2: fix for stream buffer handling during shutdown | Stefan Eissing | 2016-08-27 | 1 | -1/+0 |
* | mod_http2: latest h2/state debug draft, fixes in 100-continue response genera... | Stefan Eissing | 2016-08-24 | 1 | -0/+1 |
* | Fix spelling in comments and text files. | Rainer Jung | 2016-08-11 | 1 | -3/+3 |
* | mod_http2: support for intermediate responses | Stefan Eissing | 2016-08-05 | 1 | -1/+3 |
* | mod_http2: complete implemenmtation of draft-http2-debug-state | Stefan Eissing | 2016-07-29 | 1 | -1/+10 |
* | Fix some obvious doxygen warning | Christophe Jaillet | 2016-05-30 | 1 | -3/+3 |
* | mod_http2: improved resume/response/window update handling on master connection | Stefan Eissing | 2016-05-20 | 1 | -0/+1 |
* | mod_http2: checking configured Limit* values against header fields | Stefan Eissing | 2016-05-17 | 1 | -1/+7 |
* | mod_http2: fix for partial file buckets in master connection output, flushing... | Stefan Eissing | 2016-05-04 | 1 | -1/+1 |
* | mod_http2: rewrote TLS buffering on master connection | Stefan Eissing | 2016-05-02 | 1 | -17/+0 |
* | mod_http2: elimination of h2_io intermediate stream instances | Stefan Eissing | 2016-04-20 | 1 | -1/+0 |
* | mod_http2: new bucket beams for tranporting buckets across threads without bu... | Stefan Eissing | 2016-04-15 | 1 | -8/+16 |
* | reduced h2_request initialization/copy after review by CJ | Stefan Eissing | 2016-04-11 | 1 | -10/+2 |
* | mod_http2: new vars, keepalive increase, no slave reuse when con->keepalive n... | Stefan Eissing | 2016-03-30 | 1 | -1/+0 |
* | mod_http2: fix for wrong handling of prefetched response bodies | Stefan Eissing | 2016-03-29 | 1 | -2/+2 |
* | mod_http2: some code cleanup of stream request body handling, potential avoid... | Stefan Eissing | 2016-03-10 | 1 | -11/+1 |
* | goodbye h2_stream_set, hello h2_ihash in h2_util | Stefan Eissing | 2016-02-25 | 1 | -4/+4 |
* | new experimental http2 proxy module for h2: and h2c: proxy urls | Stefan Eissing | 2016-02-08 | 1 | -10/+2 |
* | mod_http2: push diary to avoid duplicate pushes, cache-digest handling, http2... | Stefan Eissing | 2016-01-15 | 1 | -14/+15 |