summaryrefslogtreecommitdiffstats
path: root/modules/http2/h2_mplx.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *) mod_http2: Stefan Eissing2024-10-011-1/+2
* *) mod_http2: sync with module's github.Stefan Eissing2024-05-271-0/+24
* * mod_http2: improved early cleanup of streams.Stefan Eissing2023-10-161-4/+22
* Slightly optimize h2_mplx_c1_streams_do().Christophe Jaillet2023-10-011-2/+3
* * mod_http2: fixed a bug in handling of stream timeouts.Stefan Eissing2023-09-181-0/+25
* HTTP/2, websocketsStefan Eissing2023-08-141-0/+2
* *) mod_http2: Fix reporting of `Total Accesses` in server-status to not countStefan Eissing2023-07-261-13/+0
* *) mod_http2: added support for bootstrapping WebSockets via HTTP/2, asStefan Eissing2023-06-201-1/+27
* *) mod_http2: v2.0.15 with the following fixes and improvementsStefan Eissing2023-05-121-1/+14
* *) mod_htt2: recent small improvements from the github/icing/mod_h2Stefan Eissing2023-03-051-2/+4
* Sync with v2.0.10 from github:Stefan Eissing2022-10-111-9/+11
* *) mod_http2: synchronization with github sources.Stefan Eissing2022-09-271-1/+10
* *) mod_http2: type adjustments and castings for int/apr_uint32_t/apr_size_t...Stefan Eissing2022-09-271-19/+23
* *) mod_http2: new directive "H2HeaderStrictness" to control the complianceStefan Eissing2022-09-261-48/+35
* *) mod_http2: remove the workers pool from APR_POOL_DEBUGStefan Eissing2022-06-201-4/+3
* *) mod_http2: new implementation of h2 worker pool.Stefan Eissing2022-06-171-39/+24
* *) mod_http2: fix an edge case in h2_fifo_remove,Stefan Eissing2022-06-171-13/+20
* *) mod_http2: make APLOGNO check happy with line continuation.Stefan Eissing2022-04-191-1/+1
* *) mod_http2: use new ap_sb_get_child_thread() to get child_numStefan Eissing2022-04-191-28/+30
* *) mod_http2: use the new REQUEST buckets to forward requestStefan Eissing2022-04-131-21/+25
* *) mod_http2: some minor tweaks to connection mood updates.Stefan Eissing2022-04-081-42/+41
* *) mod_http2: use the new RESPONSE buckets introduced in r1899648.Stefan Eissing2022-04-071-0/+1
* *) core/mod_http/mod_http2:Stefan Eissing2022-04-041-2/+2
* *) mod_http2: in a recent change, code was removed that prevented connectionsStefan Eissing2022-03-241-5/+21
* *) mod_http2: fixed a possible concurrency issue withStefan Eissing2022-03-241-11/+8
* *) mod_http2: removed extra h2_mplx_worker_c2_done() argStefan Eissing2022-03-231-46/+27
* *) mod_http2: when using a pipe for input signalling, alwaysStefan Eissing2022-03-211-1/+2
* *) mod_http2: small improvements from the http1-separationStefan Eissing2022-03-211-7/+9
* *) mod_http2: use pollset only for main connection and wakeupsStefan Eissing2022-03-211-148/+20
* *) core: adding a new hook and method to the API:Stefan Eissing2022-03-181-114/+127
* *) mod_http2: fixed a bug in v2.0.0 that could lead to an infiniteStefan Eissing2021-12-061-0/+20
* * mod_http2: fixing some compiler warnings.Stefan Eissing2021-10-121-1/+1
* *) mod_http2:Stefan Eissing2021-10-121-717/+834
* mod_http2: fixes a use-after-read of an integer value whenStefan Eissing2021-08-251-14/+12
* *) mod_http2:Stefan Eissing2021-07-061-2/+30
* mod_htt2, synch with changes from github module version:Stefan Eissing2021-02-221-17/+0
* *) mod_http2: workaround to facilitate use of common internal protocol/meth...Stefan Eissing2020-06-171-138/+144
* Fix spelling errors found by codespell. [skip ci]Mike Rumph2020-02-131-1/+1
* *) mod_http2: Fixed rare cases where a h2 worker could deadlock the main co...Stefan Eissing2019-12-191-22/+32
* *) mod_http2: fixed a bug that prevented proper stream cleanup when connectionStefan Eissing2019-07-101-102/+148
* * modules/http2: reverting r1859724, as no good.Stefan Eissing2019-05-281-61/+38
* *) mod_http2: internal code cleanups and simplifications. Common output cod...Stefan Eissing2019-05-221-38/+61
* *) mod_http2: new configuration directive: ```H2Padding numbits``` to control Stefan Eissing2019-03-071-201/+5
* *) mod_http2/mod_proxy_http2: proxy_http2 checks correct master connection ...Stefan Eissing2019-02-261-1/+8
* mod_http2: fix for latest mod_reqtimeout change re handshake timeoutsStefan Eissing2019-02-201-1/+1
* *) mod_http2: Configuration directoves H2Push and H2Upgrade can now be spec...Stefan Eissing2019-01-281-19/+22
* mod_http2: fixed slave connection keepalives counter.Stefan Eissing2019-01-251-0/+5
* mod_http2: enable re-use of slave connections again.Stefan Eissing2019-01-241-1/+2
* reverting last changeStefan Eissing2019-01-241-2/+1
* mod_http2: enable re-use of slave connections again.Stefan Eissing2019-01-241-1/+2