summaryrefslogtreecommitdiffstats
path: root/modules/http2/h2_task.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* mod_http2: proper parsing and forwarding of multiple or unnaounce 1xx responsesStefan Eissing2016-11-011-1/+0
* mod_http2: AP_DEBUG_ASSERT changed to ap_assertStefan Eissing2016-10-261-1/+0
* mod_http2: fixed potential crash in beam memory handling introduced in 1.7.x ...Stefan Eissing2016-10-231-2/+4
* mod_http2/mod_proxy_http2: proper 100-continue handling up to backend, more r...Stefan Eissing2016-10-171-0/+4
* mod_http2: reverting int->apr_uint32_t changes of v1.7.xStefan Eissing2016-10-091-2/+2
* mod_http2: fixing compilation error/warning on 32bit system with new slave co...Stefan Eissing2016-10-061-4/+4
* various fixes, mod_cgid interop, response/trailer forwarding rewritten, stabi...Stefan Eissing2016-10-031-18/+6
* more apr_uint32_t usage where appropriate, signed/unsigned warning detox, str...Stefan Eissing2016-09-201-1/+1
* mod_http2: fix for stream buffer handling during shutdownStefan Eissing2016-08-271-1/+0
* mod_http2: support for intermediate responsesStefan Eissing2016-08-051-2/+3
* mod_http2: new H2CopyFiles directiveStefan Eissing2016-07-201-0/+1
* mod_http2: fixes a mem corruption when streams/connections terminated before ...Stefan Eissing2016-06-071-5/+0
* mod_http2: improved resume/response/window update handling on master connectionStefan Eissing2016-05-201-0/+1
* mod_http2: fixing c->current_thread on slave connections, addresses PR 59542Stefan Eissing2016-05-171-1/+1
* mod_http2: some more cleanup on stream/task/session takedownsStefan Eissing2016-04-291-1/+0
* mod_http2: fixes in input/output bucket handlingStefan Eissing2016-04-281-1/+1
* mod_http2: elimination of h2_io intermediate stream instancesStefan Eissing2016-04-201-10/+36
* mod_http2: new bucket beams for tranporting buckets across threads without bu...Stefan Eissing2016-04-151-7/+21
* revert of r1735444 as leaking, fix in task filter removalStefan Eissing2016-03-171-14/+5
* mod_http2: pushing slave conn setup outside of lock areaStefan Eissing2016-03-171-5/+14
* mod_http2: slave connections are reusedStefan Eissing2016-03-171-1/+4
* mod_http2: fix for bucket lifetime on master conn, mod_proxy_http2: flow cont...Stefan Eissing2016-03-161-2/+4
* mod_proxy_http2: rescheduling of requests not processed by backend on GOAWAYStefan Eissing2016-03-091-0/+2
* mod_proxy_http2: stability improvementsStefan Eissing2016-03-081-0/+3
* mod_http2: support for several different request engines per connection, fixe...Stefan Eissing2016-03-051-2/+3
* mod_proxy_http2: start of some sort of flow control, mod_http2: keeping spare...Stefan Eissing2016-02-261-1/+1
* task pools have their h2_io pools as ancestors, some code cleanupStefan Eissing2016-02-191-4/+3
* first working h2 request engine implementation that does serial processing of...Stefan Eissing2016-02-151-0/+7
* bytes read/written on slave connections are reported to mod_logio, fixes PR 5...Stefan Eissing2016-01-191-0/+9
* fixed bug in upload that triggered window_updates during session shutdown, di...Stefan Eissing2015-12-231-13/+6
* Use 'unsigned int' instead of 'int' for bitfieldsChristophe Jaillet2015-12-211-3/+3
* byte savings by using bit fields, new env vars HTTP2 and H2PUSH, set to on wh...Stefan Eissing2015-12-211-9/+9
* fixed window update on chunked uploads, moved handling of chunking to later s...Stefan Eissing2015-12-111-3/+3
* new directive H2PushPriority to define content-type based priorities on serve...Stefan Eissing2015-11-251-1/+2
* improvements in handling orphaned stream resources, where client prematurely ...Stefan Eissing2015-11-161-2/+1
* some rework for server pushStefan Eissing2015-11-111-15/+4
* rework of output handling on stream/session close, rework of cleartext (http:...Stefan Eissing2015-11-031-29/+2
* http2 priority based scheduling of stream execution in each sessionStefan Eissing2015-10-281-71/+0
* creating ap_array_index in util, forwarding scheme into request processing, e...Stefan Eissing2015-08-181-4/+10
* reworked mod_h2 donation checkin into build system, added documentationStefan Eissing2015-07-101-0/+181