| Commit message (Expand) | Author | Age | Files | Lines |
* | *) mod_http2: | Stefan Eissing | 2021-10-12 | 1 | -122/+0 |
* | mod_htt2, synch with changes from github module version: | Stefan Eissing | 2021-02-22 | 1 | -0/+1 |
* | *) mod_http2: workaround to facilitate use of common internal protocol/meth... | Stefan Eissing | 2020-06-17 | 1 | -1/+1 |
* | Fix spelling errors found by codespell. [skip ci] | Mike Rumph | 2020-02-13 | 1 | -1/+1 |
* | *) mod_http2: fixed a bug that prevented proper stream cleanup when connection | Stefan Eissing | 2019-07-10 | 1 | -0/+2 |
* | * modules/http2: reverting r1859724, as no good. | Stefan Eissing | 2019-05-28 | 1 | -2/+1 |
* | *) mod_http2: internal code cleanups and simplifications. Common output cod... | Stefan Eissing | 2019-05-22 | 1 | -1/+2 |
* | *) mod_http2: new configuration directive: ```H2Padding numbits``` to control | Stefan Eissing | 2019-03-07 | 1 | -10/+0 |
* | *) mod_http2: Configuration directoves H2Push and H2Upgrade can now be spec... | Stefan Eissing | 2019-01-28 | 1 | -1/+3 |
* | Fix some typos reported in PR 59998 | Christophe Jaillet | 2018-03-24 | 1 | -2/+2 |
* | On the trunk: | Stefan Eissing | 2018-01-17 | 1 | -6/+7 |
* | On the trunk: | Stefan Eissing | 2017-03-30 | 1 | -1/+6 |
* | On the trunk: | Stefan Eissing | 2017-03-06 | 1 | -0/+1 |
* | On the trunk: | Stefan Eissing | 2017-02-27 | 1 | -2/+0 |
* | On the trunk: | Stefan Eissing | 2017-02-14 | 1 | -5/+2 |
* | mod_http2: proper parsing and forwarding of multiple or unnaounce 1xx responses | Stefan Eissing | 2016-11-01 | 1 | -1/+0 |
* | mod_http2: AP_DEBUG_ASSERT changed to ap_assert | Stefan Eissing | 2016-10-26 | 1 | -1/+0 |
* | mod_http2: fixed potential crash in beam memory handling introduced in 1.7.x ... | Stefan Eissing | 2016-10-23 | 1 | -2/+4 |
* | mod_http2/mod_proxy_http2: proper 100-continue handling up to backend, more r... | Stefan Eissing | 2016-10-17 | 1 | -0/+4 |
* | mod_http2: reverting int->apr_uint32_t changes of v1.7.x | Stefan Eissing | 2016-10-09 | 1 | -2/+2 |
* | 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 | -18/+6 |
* | more apr_uint32_t usage where appropriate, signed/unsigned warning detox, str... | Stefan Eissing | 2016-09-20 | 1 | -1/+1 |
* | mod_http2: fix for stream buffer handling during shutdown | Stefan Eissing | 2016-08-27 | 1 | -1/+0 |
* | mod_http2: support for intermediate responses | Stefan Eissing | 2016-08-05 | 1 | -2/+3 |
* | mod_http2: new H2CopyFiles directive | Stefan Eissing | 2016-07-20 | 1 | -0/+1 |
* | mod_http2: fixes a mem corruption when streams/connections terminated before ... | Stefan Eissing | 2016-06-07 | 1 | -5/+0 |
* | mod_http2: improved resume/response/window update handling on master connection | Stefan Eissing | 2016-05-20 | 1 | -0/+1 |
* | mod_http2: fixing c->current_thread on slave connections, addresses PR 59542 | Stefan Eissing | 2016-05-17 | 1 | -1/+1 |
* | mod_http2: some more cleanup on stream/task/session takedowns | Stefan Eissing | 2016-04-29 | 1 | -1/+0 |
* | mod_http2: fixes in input/output bucket handling | Stefan Eissing | 2016-04-28 | 1 | -1/+1 |
* | mod_http2: elimination of h2_io intermediate stream instances | Stefan Eissing | 2016-04-20 | 1 | -10/+36 |
* | mod_http2: new bucket beams for tranporting buckets across threads without bu... | Stefan Eissing | 2016-04-15 | 1 | -7/+21 |
* | revert of r1735444 as leaking, fix in task filter removal | Stefan Eissing | 2016-03-17 | 1 | -14/+5 |
* | mod_http2: pushing slave conn setup outside of lock area | Stefan Eissing | 2016-03-17 | 1 | -5/+14 |
* | mod_http2: slave connections are reused | Stefan Eissing | 2016-03-17 | 1 | -1/+4 |
* | mod_http2: fix for bucket lifetime on master conn, mod_proxy_http2: flow cont... | Stefan Eissing | 2016-03-16 | 1 | -2/+4 |
* | mod_proxy_http2: rescheduling of requests not processed by backend on GOAWAY | Stefan Eissing | 2016-03-09 | 1 | -0/+2 |
* | mod_proxy_http2: stability improvements | Stefan Eissing | 2016-03-08 | 1 | -0/+3 |
* | mod_http2: support for several different request engines per connection, fixe... | Stefan Eissing | 2016-03-05 | 1 | -2/+3 |
* | mod_proxy_http2: start of some sort of flow control, mod_http2: keeping spare... | Stefan Eissing | 2016-02-26 | 1 | -1/+1 |
* | task pools have their h2_io pools as ancestors, some code cleanup | Stefan Eissing | 2016-02-19 | 1 | -4/+3 |
* | first working h2 request engine implementation that does serial processing of... | Stefan Eissing | 2016-02-15 | 1 | -0/+7 |
* | bytes read/written on slave connections are reported to mod_logio, fixes PR 5... | Stefan Eissing | 2016-01-19 | 1 | -0/+9 |
* | fixed bug in upload that triggered window_updates during session shutdown, di... | Stefan Eissing | 2015-12-23 | 1 | -13/+6 |
* | Use 'unsigned int' instead of 'int' for bitfields | Christophe Jaillet | 2015-12-21 | 1 | -3/+3 |
* | byte savings by using bit fields, new env vars HTTP2 and H2PUSH, set to on wh... | Stefan Eissing | 2015-12-21 | 1 | -9/+9 |
* | fixed window update on chunked uploads, moved handling of chunking to later s... | Stefan Eissing | 2015-12-11 | 1 | -3/+3 |
* | new directive H2PushPriority to define content-type based priorities on serve... | Stefan Eissing | 2015-11-25 | 1 | -1/+2 |
* | improvements in handling orphaned stream resources, where client prematurely ... | Stefan Eissing | 2015-11-16 | 1 | -2/+1 |