| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | new directive H2PushPriority to define content-type based priorities on serve... | Stefan Eissing | 2015-11-25 | 1 | -2/+3 |
* | start of PUSH priority handling, fixing core when task produces no response a... | Stefan Eissing | 2015-11-24 | 1 | -2/+2 |
* | sending trailers out, when seeing EOR bucket and r->trailers_out is non-empty | Stefan Eissing | 2015-11-23 | 1 | -8/+21 |
* | fixes races during session shutdown when connection is aborted | Stefan Eissing | 2015-11-23 | 1 | -55/+58 |
* | updated documenation, fixed includes to work with older apr versions | Stefan Eissing | 2015-11-19 | 1 | -0/+1 |
* | fix in connection shutdown to no longer log after free, fixes in handling HTT... | Stefan Eissing | 2015-11-19 | 1 | -27/+38 |
* | flushing and shutdown tuning | Stefan Eissing | 2015-11-17 | 1 | -1/+1 |
* | task creation moved into h2_worker domain (pool+thread) | Stefan Eissing | 2015-11-16 | 1 | -39/+28 |
* | improvements in handling orphaned stream resources, where client prematurely ... | Stefan Eissing | 2015-11-16 | 1 | -35/+45 |
* | new directive H2Push on/off to en-/disable HTTP/2 server pushes. Server pushe... | Stefan Eissing | 2015-11-13 | 1 | -1/+1 |
* | some rework for server push | Stefan Eissing | 2015-11-11 | 1 | -13/+11 |
* | task bucket_alloc now created per task pool, spare pools properly destroyed | Stefan Eissing | 2015-11-09 | 1 | -0/+4 |
* | eliminating some compiler warnings on win32/win64, removing frame data size c... | Stefan Eissing | 2015-11-07 | 1 | -2/+2 |
* | rework of output handling on stream/session close, rework of cleartext (http:... | Stefan Eissing | 2015-11-03 | 1 | -108/+86 |
* | improved h2c write performance | Stefan Eissing | 2015-10-30 | 1 | -0/+30 |
* | inserting needed flush buckets on master connections again, rewrite task queu... | Stefan Eissing | 2015-10-29 | 1 | -5/+1 |
* | http2 priority based scheduling of stream execution in each session | Stefan Eissing | 2015-10-28 | 1 | -5/+46 |
* | improvements in stream reset handling and early stream close | Stefan Eissing | 2015-10-26 | 1 | -13/+20 |
* | improvements in http2 connection and worker shutdown, hopefully addressing hi... | Stefan Eissing | 2015-10-23 | 1 | -20/+14 |
* | mod_http2: no longer messing with mod_ssl config in slave connections, specia... | Stefan Eissing | 2015-10-22 | 1 | -3/+2 |
* | when stream gets reset by client, forward info to mplx and fail writes | Stefan Eissing | 2015-10-12 | 1 | -5/+14 |
* | avoid double eos buckets on stream output brigades, add stream rst infrstruct... | Stefan Eissing | 2015-10-09 | 1 | -10/+71 |
* | avoiding race where h2_stream is closed/reset by client while being unprocess... | Stefan Eissing | 2015-09-23 | 1 | -1/+5 |
* | Applied patch by normw@gknw.net for ANSI C compliance. | Stefan Eissing | 2015-08-27 | 1 | -1/+6 |
* | h2_repsonse across pool lifetimes implementation changed, no longer using calloc | Stefan Eissing | 2015-08-24 | 1 | -3/+3 |
* | reverted late connection creation after encountering concurrency issues on ub... | Stefan Eissing | 2015-08-18 | 1 | -5/+2 |
* | creating ap_array_index in util, forwarding scheme into request processing, e... | Stefan Eissing | 2015-08-18 | 1 | -9/+5 |
* | new Protocols directive and core API changes to enable protocol switching on ... | Stefan Eissing | 2015-07-24 | 1 | -2/+3 |
* | Arrange the C++ declarations to make my compiler happy. | Jean-Frederic Clere | 2015-07-17 | 1 | -25/+46 |
* | reworked mod_h2 donation checkin into build system, added documentation | Stefan Eissing | 2015-07-10 | 1 | -0/+778 |