summaryrefslogtreecommitdiffstats
path: root/modules/http2/h2_conn.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fixes races during session shutdown when connection is abortedStefan Eissing2015-11-231-4/+2
* fix in connection shutdown to no longer log after free, fixes in handling HTT...Stefan Eissing2015-11-191-1/+1
* flushing and shutdown tuningStefan Eissing2015-11-171-1/+3
* improvements in handling orphaned stream resources, where client prematurely ...Stefan Eissing2015-11-161-43/+39
* task bucket_alloc now created per task pool, spare pools properly destroyedStefan Eissing2015-11-091-5/+5
* refactored connection io handling to go for blocking reads more often and use...Stefan Eissing2015-11-091-202/+24
* rework of output handling on stream/session close, rework of cleartext (http:...Stefan Eissing2015-11-031-17/+14
* fix for null connection statesStefan Eissing2015-10-261-2/+6
* improved timeout handling on main connection, shorter lingering close, conn_s...Stefan Eissing2015-10-261-9/+17
* lowering log level for common client connection issuesStefan Eissing2015-10-261-14/+17
* improvements in http2 connection and worker shutdown, hopefully addressing hi...Stefan Eissing2015-10-231-1/+1
* mod_http2: no longer messing with mod_ssl config in slave connections, specia...Stefan Eissing2015-10-221-20/+3
* changed H2Compliance to H2ModernTLSOnly, added description in module docsStefan Eissing2015-10-151-1/+1
* mod_http2: new directive H2Compliance on/off, checking TLS protocol and ciphe...Stefan Eissing2015-10-141-0/+6
* no GOAWAYs on connection failures, sending last received stream id back in GO...Stefan Eissing2015-09-211-5/+5
* better connection state on ending sessions, improved default extra file confi...Stefan Eissing2015-09-011-12/+15
* better check if c->cs is there at allStefan Eissing2015-08-311-2/+4
* explicitly setting connection state on end of processing to help reclaim reso...Stefan Eissing2015-08-311-1/+7
* eliminationg two compiler warningsStefan Eissing2015-08-241-1/+1
* h2_repsonse across pool lifetimes implementation changed, no longer using callocStefan Eissing2015-08-241-0/+22
* APRify ECONNRESETGregg Lewis Smith2015-08-211-1/+1
* mod_h2 compiles warning free in maintainer-modeStefan Eissing2015-08-191-2/+1
* creating ap_array_index in util, forwarding scheme into request processing, e...Stefan Eissing2015-08-181-68/+15
* removed HackMpm and MaxWrite config directives, added dynamic write size beha...Stefan Eissing2015-08-141-6/+2
* new Protocols directive and core API changes to enable protocol switching on ...Stefan Eissing2015-07-241-5/+8
* c89-ify http2Edward Lu2015-07-231-2/+4
* Arrange the C++ declarations to make my compiler happy.Jean-Frederic Clere2015-07-171-9/+14
* reworked mod_h2 donation checkin into build system, added documentationStefan Eissing2015-07-101-0/+547