| Commit message (Expand) | Author | Age | Files | Lines |
* | fixes races during session shutdown when connection is aborted | Stefan Eissing | 2015-11-23 | 1 | -4/+2 |
* | fix in connection shutdown to no longer log after free, fixes in handling HTT... | Stefan Eissing | 2015-11-19 | 1 | -1/+1 |
* | flushing and shutdown tuning | Stefan Eissing | 2015-11-17 | 1 | -1/+3 |
* | improvements in handling orphaned stream resources, where client prematurely ... | Stefan Eissing | 2015-11-16 | 1 | -43/+39 |
* | task bucket_alloc now created per task pool, spare pools properly destroyed | Stefan Eissing | 2015-11-09 | 1 | -5/+5 |
* | refactored connection io handling to go for blocking reads more often and use... | Stefan Eissing | 2015-11-09 | 1 | -202/+24 |
* | rework of output handling on stream/session close, rework of cleartext (http:... | Stefan Eissing | 2015-11-03 | 1 | -17/+14 |
* | fix for null connection states | Stefan Eissing | 2015-10-26 | 1 | -2/+6 |
* | improved timeout handling on main connection, shorter lingering close, conn_s... | Stefan Eissing | 2015-10-26 | 1 | -9/+17 |
* | lowering log level for common client connection issues | Stefan Eissing | 2015-10-26 | 1 | -14/+17 |
* | improvements in http2 connection and worker shutdown, hopefully addressing hi... | Stefan Eissing | 2015-10-23 | 1 | -1/+1 |
* | mod_http2: no longer messing with mod_ssl config in slave connections, specia... | Stefan Eissing | 2015-10-22 | 1 | -20/+3 |
* | changed H2Compliance to H2ModernTLSOnly, added description in module docs | Stefan Eissing | 2015-10-15 | 1 | -1/+1 |
* | mod_http2: new directive H2Compliance on/off, checking TLS protocol and ciphe... | Stefan Eissing | 2015-10-14 | 1 | -0/+6 |
* | no GOAWAYs on connection failures, sending last received stream id back in GO... | Stefan Eissing | 2015-09-21 | 1 | -5/+5 |
* | better connection state on ending sessions, improved default extra file confi... | Stefan Eissing | 2015-09-01 | 1 | -12/+15 |
* | better check if c->cs is there at all | Stefan Eissing | 2015-08-31 | 1 | -2/+4 |
* | explicitly setting connection state on end of processing to help reclaim reso... | Stefan Eissing | 2015-08-31 | 1 | -1/+7 |
* | eliminationg two compiler warnings | Stefan Eissing | 2015-08-24 | 1 | -1/+1 |
* | h2_repsonse across pool lifetimes implementation changed, no longer using calloc | Stefan Eissing | 2015-08-24 | 1 | -0/+22 |
* | APRify ECONNRESET | Gregg Lewis Smith | 2015-08-21 | 1 | -1/+1 |
* | mod_h2 compiles warning free in maintainer-mode | Stefan Eissing | 2015-08-19 | 1 | -2/+1 |
* | creating ap_array_index in util, forwarding scheme into request processing, e... | Stefan Eissing | 2015-08-18 | 1 | -68/+15 |
* | removed HackMpm and MaxWrite config directives, added dynamic write size beha... | Stefan Eissing | 2015-08-14 | 1 | -6/+2 |
* | new Protocols directive and core API changes to enable protocol switching on ... | Stefan Eissing | 2015-07-24 | 1 | -5/+8 |
* | c89-ify http2 | Edward Lu | 2015-07-23 | 1 | -2/+4 |
* | Arrange the C++ declarations to make my compiler happy. | Jean-Frederic Clere | 2015-07-17 | 1 | -9/+14 |
* | reworked mod_h2 donation checkin into build system, added documentation | Stefan Eissing | 2015-07-10 | 1 | -0/+547 |