summaryrefslogtreecommitdiffstats
path: root/modules/http2/h2_task.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *) mod_http2:Stefan Eissing2021-10-121-725/+0
* * mod_http2: when a server is restarted gracefully, any idle h2 workerStefan Eissing2021-09-101-1/+1
* Remove trailing space to synch with 2.4.xChristophe Jaillet2021-07-281-1/+1
* *) mod_http2:Stefan Eissing2021-07-061-1/+1
* *) mod_http2: Fixed a race condition that could lead to streams beingStefan Eissing2021-03-261-1/+1
* mod_htt2, synch with changes from github module version:Stefan Eissing2021-02-221-5/+13
* * Do not try to parse already aborted requestsRuediger Pluem2020-07-061-1/+1
* mod_http2: making filter names all uppercase again.Stefan Eissing2020-06-241-2/+2
* *) mod_http2: workaround to facilitate use of common internal protocol/meth...Stefan Eissing2020-06-171-34/+34
* *) mod_http2: Fixed regression that no longer set H2_STREAM_ID and H2_STREA...Stefan Eissing2020-04-161-0/+2
* *) mod_http2: Fixes issue where mod_unique_id would generate non-unique req...Stefan Eissing2020-03-021-27/+26
* *) mod_http2: fixed a bug that prevented proper stream cleanup when connectionStefan Eissing2019-07-101-1/+7
* * modules/http2: reverting r1859724, as no good.Stefan Eissing2019-05-281-13/+4
* *) mod_http2: internal code cleanups and simplifications. Common output cod...Stefan Eissing2019-05-221-4/+13
* *) mod_http2: new configuration directive: ```H2Padding numbits``` to control Stefan Eissing2019-03-071-65/+8
* mod_http2: fix for latest mod_reqtimeout change re handshake timeoutsStefan Eissing2019-02-201-5/+2
* http2: mark tasks' pools.Yann Ylavic2019-02-071-0/+1
* *) mod_http2: Configuration directoves H2Push and H2Upgrade can now be spec...Stefan Eissing2019-01-281-5/+6
* mod_http2: fixed slave connection keepalives counter.Stefan Eissing2019-01-251-1/+1
* mod_http2: enable re-use of slave connections again.Stefan Eissing2019-01-241-1/+0
* reverting last changeStefan Eissing2019-01-241-0/+1
* mod_http2: enable re-use of slave connections again.Stefan Eissing2019-01-241-1/+0
* On the trunk:Stefan Eissing2018-04-091-0/+7
* On the trunk:Stefan Eissing2018-01-171-15/+0
* correct copyright/license headersJim Jagielski2017-12-151-0/+16
* On the trunk:Stefan Eissing2017-09-281-4/+0
* mod_http2: version bump, partial fix for stream response getting stuck, see h...Stefan Eissing2017-07-301-26/+41
* On the turnk:Stefan Eissing2017-04-091-1/+1
* On the trunk:Stefan Eissing2017-03-301-27/+56
* On the trunk:Stefan Eissing2017-03-271-22/+38
* On the trunk:Stefan Eissing2017-03-251-1/+0
* On the trunk:Stefan Eissing2017-03-061-0/+10
* On the trunk:Stefan Eissing2017-02-271-4/+4
* On the trunk:Stefan Eissing2017-02-141-20/+18
* On the trunk:Stefan Eissing2017-02-141-6/+4
* On the trunk:Stefan Eissing2017-02-131-22/+4
* On the trunk:Stefan Eissing2016-12-231-1/+23
* mod_http2: proper parsing and forwarding of multiple or unnaounce 1xx responsesStefan Eissing2016-11-011-14/+4
* mod_http2: using int queue instead of ihash for stream output event handlingStefan Eissing2016-10-301-53/+35
* mod_http2: earlier slave connection allocator destroy, code cleanupsStefan Eissing2016-10-301-5/+3
* mod_http2: AP_DEBUG_ASSERT changed to ap_assertStefan Eissing2016-10-261-2/+1
* mod_http2: fixed potential crash in beam memory handling introduced in 1.7.x ...Stefan Eissing2016-10-231-23/+36
* mod_http2/mod_proxy_http2: proper 100-continue handling up to backend, more r...Stefan Eissing2016-10-171-186/+185
* mod_http2: reverting int->apr_uint32_t changes of v1.7.xStefan Eissing2016-10-091-1/+1
* 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-287/+101
* more apr_uint32_t usage where appropriate, signed/unsigned warning detox, str...Stefan Eissing2016-09-201-2/+4
* mod_http2: rest of the fix for output blockageStefan Eissing2016-09-191-2/+13
* mod_http2: more const goodiness and checks on h2 request creation, less NULL ...Stefan Eissing2016-09-071-6/+8
* mod_http2: fix for stream buffer handling during shutdownStefan Eissing2016-08-271-2/+3