summaryrefslogtreecommitdiffstats
path: root/modules/http2/h2_task.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* *) mod_http2:Stefan Eissing2021-10-121-122/+0
* mod_htt2, synch with changes from github module version:Stefan Eissing2021-02-221-0/+1
* *) mod_http2: workaround to facilitate use of common internal protocol/meth...Stefan Eissing2020-06-171-1/+1
* Fix spelling errors found by codespell. [skip ci]Mike Rumph2020-02-131-1/+1
* *) mod_http2: fixed a bug that prevented proper stream cleanup when connectionStefan Eissing2019-07-101-0/+2
* * modules/http2: reverting r1859724, as no good.Stefan Eissing2019-05-281-2/+1
* *) mod_http2: internal code cleanups and simplifications. Common output cod...Stefan Eissing2019-05-221-1/+2
* *) mod_http2: new configuration directive: ```H2Padding numbits``` to control Stefan Eissing2019-03-071-10/+0
* *) mod_http2: Configuration directoves H2Push and H2Upgrade can now be spec...Stefan Eissing2019-01-281-1/+3
* Fix some typos reported in PR 59998Christophe Jaillet2018-03-241-2/+2
* On the trunk:Stefan Eissing2018-01-171-6/+7
* On the trunk:Stefan Eissing2017-03-301-1/+6
* On the trunk:Stefan Eissing2017-03-061-0/+1
* On the trunk:Stefan Eissing2017-02-271-2/+0
* On the trunk:Stefan Eissing2017-02-141-5/+2
* 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