summaryrefslogtreecommitdiffstats
path: root/modules/http2/h2_task_output.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mod_http2: new bucket beams for tranporting buckets across threads without bu...Stefan Eissing2016-04-151-176/+0
* mod_http2: new vars, keepalive increase, no slave reuse when con->keepalive n...Stefan Eissing2016-03-301-21/+2
* mod_http2: fix for scoreboard updates missing, mem leak fix for slave connect...Stefan Eissing2016-03-241-0/+12
* revert of r1735444 as leaking, fix in task filter removalStefan Eissing2016-03-171-4/+4
* mod_http2: pushing slave conn setup outside of lock areaStefan Eissing2016-03-171-4/+4
* mod_http2: slave connections are reusedStefan Eissing2016-03-171-18/+16
* mod_http2: fix for bucket lifetime on master conn, mod_proxy_http2: flow cont...Stefan Eissing2016-03-161-2/+1
* sharing bucket_alloc for all streams inside mplx, explicit lifetime handling ...Stefan Eissing2016-03-141-52/+38
* mod_proxy_http2: using SUSPENDED from handler when passing request_rec to oth...Stefan Eissing2016-03-111-10/+3
* mod_proxy_http2: stability improvementsStefan Eissing2016-03-081-1/+4
* mod_http2: support for several different request engines per connection, fixe...Stefan Eissing2016-03-051-36/+70
* mod_http2: add missing APLOGNO()s.Yann Ylavic2016-02-291-1/+1
* mod_proxy_http2: start of some sort of flow control, mod_http2: keeping spare...Stefan Eissing2016-02-261-2/+2
* first working h2 request engine implementation that does serial processing of...Stefan Eissing2016-02-151-18/+23
* bytes read/written on slave connections are reported to mod_logio, fixes PR 5...Stefan Eissing2016-01-191-19/+36
* Added many log numbers to log statements thatRainer Jung2016-01-191-1/+1
* start of PUSH priority handling, fixing core when task produces no response a...Stefan Eissing2015-11-241-1/+1
* sending trailers out, when seeing EOR bucket and r->trailers_out is non-emptyStefan Eissing2015-11-231-2/+18
* some rework for server pushStefan Eissing2015-11-111-5/+5
* rework of output handling on stream/session close, rework of cleartext (http:...Stefan Eissing2015-11-031-15/+15
* eliminating some stricter compiler warnings in mod_h2Stefan Eissing2015-09-021-0/+2
* renamed H2InitialWindowSize to H2WindowSize, fixed post_read registration to ...Stefan Eissing2015-07-221-4/+0
* Arrange the C++ declarations to make my compiler happy.Jean-Frederic Clere2015-07-171-3/+4
* reworked mod_h2 donation checkin into build system, added documentationStefan Eissing2015-07-101-0/+133