| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | some rework for server push | Stefan Eissing | 2015-11-11 | 1 | -15/+4 |
* | rework of output handling on stream/session close, rework of cleartext (http:... | Stefan Eissing | 2015-11-03 | 1 | -29/+2 |
* | http2 priority based scheduling of stream execution in each session | Stefan Eissing | 2015-10-28 | 1 | -71/+0 |
* | creating ap_array_index in util, forwarding scheme into request processing, e... | Stefan Eissing | 2015-08-18 | 1 | -4/+10 |
* | reworked mod_h2 donation checkin into build system, added documentation | Stefan Eissing | 2015-07-10 | 1 | -0/+181 |