summaryrefslogtreecommitdiff
path: root/modules/http2/h2_mplx.h
Commit message (Expand)AuthorAgeFilesLines
* *) mod_http2: v2.0.15 with the following fixes and improvementsStefan Eissing2023-05-121-0/+8
* Sync with v2.0.10 from github:Stefan Eissing2022-10-111-1/+1
* *) mod_http2: type adjustments and castings for int/apr_uint32_t/apr_size_t...Stefan Eissing2022-09-271-9/+9
* *) mod_http2: new directive "H2HeaderStrictness" to control the complianceStefan Eissing2022-09-261-10/+2
* *) mod_http2: new implementation of h2 worker pool.Stefan Eissing2022-06-171-7/+3
* *) mod_http2: use new ap_sb_get_child_thread() to get child_numStefan Eissing2022-04-191-2/+8
* *) mod_http2: use the new REQUEST buckets to forward requestStefan Eissing2022-04-131-5/+9
* *) mod_http2: removed extra h2_mplx_worker_c2_done() argStefan Eissing2022-03-231-11/+7
* *) mod_http2: use pollset only for main connection and wakeupsStefan Eissing2022-03-211-1/+0
* *) core: adding a new hook and method to the API:Stefan Eissing2022-03-181-3/+12
* *) mod_http2: fixed a bug in v2.0.0 that could lead to an infiniteStefan Eissing2021-12-061-0/+2
* *) mod_http2:Stefan Eissing2021-10-121-107/+98
* *) mod_http2: workaround to facilitate use of common internal protocol/meth...Stefan Eissing2020-06-171-119/+41
* *) mod_http2: fixed a bug that prevented proper stream cleanup when connectionStefan Eissing2019-07-101-5/+6
* * modules/http2: reverting r1859724, as no good.Stefan Eissing2019-05-281-19/+5
* *) mod_http2: internal code cleanups and simplifications. Common output cod...Stefan Eissing2019-05-221-5/+19
* *) mod_http2: new configuration directive: ```H2Padding numbits``` to control Stefan Eissing2019-03-071-29/+0
* *) mod_http2: Configuration directoves H2Push and H2Upgrade can now be spec...Stefan Eissing2019-01-281-2/+1
* On the trunk:Stefan Eissing2018-01-171-6/+7
* On the trunk:Stefan Eissing2017-07-061-1/+1
* On the trunk:Stefan Eissing2017-07-031-1/+1
* On the trunk:Stefan Eissing2017-04-171-0/+1
* On the trunk:Stefan Eissing2017-04-051-2/+2
* On the trunk:Stefan Eissing2017-03-301-3/+3
* On the trunk:Stefan Eissing2017-03-291-21/+0
* On the trunk:Stefan Eissing2017-03-251-4/+2
* On the trunk:Stefan Eissing2017-03-191-2/+0
* On the trunk:Stefan Eissing2017-03-061-2/+0
* On the trunk:Stefan Eissing2017-02-211-1/+0
* On the trunk:Stefan Eissing2017-02-131-14/+7
* On the trunk:Stefan Eissing2017-01-081-0/+7
* mod_http2: proper parsing and forwarding of multiple or unnaounce 1xx responsesStefan Eissing2016-11-011-2/+2
* mod_http2: using int queue instead of ihash for stream output event handlingStefan Eissing2016-10-301-1/+1
* mod_http2: reverting int->apr_uint32_t changes of v1.7.xStefan Eissing2016-10-091-14/+14
* various fixes, mod_cgid interop, response/trailer forwarding rewritten, stabi...Stefan Eissing2016-10-031-10/+11
* more apr_uint32_t usage where appropriate, signed/unsigned warning detox, str...Stefan Eissing2016-09-201-2/+2
* mod_http2: rest of the fix for output blockageStefan Eissing2016-09-191-0/+2
* mod_http2: complete implemenmtation of draft-http2-debug-stateStefan Eissing2016-07-291-0/+5
* mod_proxy_http2: own h2_proxy_util.c source file to avoid duplicate use of h2...Stefan Eissing2016-06-091-1/+0
* Fix some obvious doxygen warningChristophe Jaillet2016-05-301-2/+2
* mod_http2: improved resume/response/window update handling on master connectionStefan Eissing2016-05-201-18/+14
* mod_http2: checking configured Limit* values against header fieldsStefan Eissing2016-05-171-1/+1
* mod_http2: some more cleanup on stream/task/session takedownsStefan Eissing2016-04-291-3/+4
* mod_http2: removing beam mutex when task worker doneStefan Eissing2016-04-271-5/+0
* mod_http2: elimination of h2_io intermediate stream instancesStefan Eissing2016-04-201-7/+7
* mod_http2: new bucket beams for tranporting buckets across threads without bu...Stefan Eissing2016-04-151-67/+11
* mod_http2: new vars, keepalive increase, no slave reuse when con->keepalive n...Stefan Eissing2016-03-301-6/+4
* mod_http2: more effient passing of response bodiesStefan Eissing2016-03-291-13/+3
* mod_http2: some cleanup in GGOAWAY handling, disabling PUSH when rmeote sends...Stefan Eissing2016-03-181-7/+6
* revert of r1735444 as leaking, fix in task filter removalStefan Eissing2016-03-171-5/+2