| Commit message (Expand) | Author | Age | Files | Lines |
* | *) mod_http2: | Stefan Eissing | 2021-10-12 | 1 | -725/+0 |
* | * mod_http2: when a server is restarted gracefully, any idle h2 worker | Stefan Eissing | 2021-09-10 | 1 | -1/+1 |
* | Remove trailing space to synch with 2.4.x | Christophe Jaillet | 2021-07-28 | 1 | -1/+1 |
* | *) mod_http2: | Stefan Eissing | 2021-07-06 | 1 | -1/+1 |
* | *) mod_http2: Fixed a race condition that could lead to streams being | Stefan Eissing | 2021-03-26 | 1 | -1/+1 |
* | mod_htt2, synch with changes from github module version: | Stefan Eissing | 2021-02-22 | 1 | -5/+13 |
* | * Do not try to parse already aborted requests | Ruediger Pluem | 2020-07-06 | 1 | -1/+1 |
* | mod_http2: making filter names all uppercase again. | Stefan Eissing | 2020-06-24 | 1 | -2/+2 |
* | *) mod_http2: workaround to facilitate use of common internal protocol/meth... | Stefan Eissing | 2020-06-17 | 1 | -34/+34 |
* | *) mod_http2: Fixed regression that no longer set H2_STREAM_ID and H2_STREA... | Stefan Eissing | 2020-04-16 | 1 | -0/+2 |
* | *) mod_http2: Fixes issue where mod_unique_id would generate non-unique req... | Stefan Eissing | 2020-03-02 | 1 | -27/+26 |
* | *) mod_http2: fixed a bug that prevented proper stream cleanup when connection | Stefan Eissing | 2019-07-10 | 1 | -1/+7 |
* | * modules/http2: reverting r1859724, as no good. | Stefan Eissing | 2019-05-28 | 1 | -13/+4 |
* | *) mod_http2: internal code cleanups and simplifications. Common output cod... | Stefan Eissing | 2019-05-22 | 1 | -4/+13 |
* | *) mod_http2: new configuration directive: ```H2Padding numbits``` to control | Stefan Eissing | 2019-03-07 | 1 | -65/+8 |
* | mod_http2: fix for latest mod_reqtimeout change re handshake timeouts | Stefan Eissing | 2019-02-20 | 1 | -5/+2 |
* | http2: mark tasks' pools. | Yann Ylavic | 2019-02-07 | 1 | -0/+1 |
* | *) mod_http2: Configuration directoves H2Push and H2Upgrade can now be spec... | Stefan Eissing | 2019-01-28 | 1 | -5/+6 |
* | mod_http2: fixed slave connection keepalives counter. | Stefan Eissing | 2019-01-25 | 1 | -1/+1 |
* | mod_http2: enable re-use of slave connections again. | Stefan Eissing | 2019-01-24 | 1 | -1/+0 |
* | reverting last change | Stefan Eissing | 2019-01-24 | 1 | -0/+1 |
* | mod_http2: enable re-use of slave connections again. | Stefan Eissing | 2019-01-24 | 1 | -1/+0 |
* | On the trunk: | Stefan Eissing | 2018-04-09 | 1 | -0/+7 |
* | On the trunk: | Stefan Eissing | 2018-01-17 | 1 | -15/+0 |
* | correct copyright/license headers | Jim Jagielski | 2017-12-15 | 1 | -0/+16 |
* | On the trunk: | Stefan Eissing | 2017-09-28 | 1 | -4/+0 |
* | mod_http2: version bump, partial fix for stream response getting stuck, see h... | Stefan Eissing | 2017-07-30 | 1 | -26/+41 |
* | On the turnk: | Stefan Eissing | 2017-04-09 | 1 | -1/+1 |
* | On the trunk: | Stefan Eissing | 2017-03-30 | 1 | -27/+56 |
* | On the trunk: | Stefan Eissing | 2017-03-27 | 1 | -22/+38 |
* | On the trunk: | Stefan Eissing | 2017-03-25 | 1 | -1/+0 |
* | On the trunk: | Stefan Eissing | 2017-03-06 | 1 | -0/+10 |
* | On the trunk: | Stefan Eissing | 2017-02-27 | 1 | -4/+4 |
* | On the trunk: | Stefan Eissing | 2017-02-14 | 1 | -20/+18 |
* | On the trunk: | Stefan Eissing | 2017-02-14 | 1 | -6/+4 |
* | On the trunk: | Stefan Eissing | 2017-02-13 | 1 | -22/+4 |
* | On the trunk: | Stefan Eissing | 2016-12-23 | 1 | -1/+23 |
* | mod_http2: proper parsing and forwarding of multiple or unnaounce 1xx responses | Stefan Eissing | 2016-11-01 | 1 | -14/+4 |
* | mod_http2: using int queue instead of ihash for stream output event handling | Stefan Eissing | 2016-10-30 | 1 | -53/+35 |
* | mod_http2: earlier slave connection allocator destroy, code cleanups | Stefan Eissing | 2016-10-30 | 1 | -5/+3 |
* | mod_http2: AP_DEBUG_ASSERT changed to ap_assert | Stefan Eissing | 2016-10-26 | 1 | -2/+1 |
* | mod_http2: fixed potential crash in beam memory handling introduced in 1.7.x ... | Stefan Eissing | 2016-10-23 | 1 | -23/+36 |
* | mod_http2/mod_proxy_http2: proper 100-continue handling up to backend, more r... | Stefan Eissing | 2016-10-17 | 1 | -186/+185 |
* | mod_http2: reverting int->apr_uint32_t changes of v1.7.x | Stefan Eissing | 2016-10-09 | 1 | -1/+1 |
* | mod_http2: fixing compilation error/warning on 32bit system with new slave co... | Stefan Eissing | 2016-10-06 | 1 | -4/+4 |
* | various fixes, mod_cgid interop, response/trailer forwarding rewritten, stabi... | Stefan Eissing | 2016-10-03 | 1 | -287/+101 |
* | more apr_uint32_t usage where appropriate, signed/unsigned warning detox, str... | Stefan Eissing | 2016-09-20 | 1 | -2/+4 |
* | mod_http2: rest of the fix for output blockage | Stefan Eissing | 2016-09-19 | 1 | -2/+13 |
* | mod_http2: more const goodiness and checks on h2 request creation, less NULL ... | Stefan Eissing | 2016-09-07 | 1 | -6/+8 |
* | mod_http2: fix for stream buffer handling during shutdown | Stefan Eissing | 2016-08-27 | 1 | -2/+3 |