summaryrefslogtreecommitdiff
path: root/modules/http2/h2_workers.c
Commit message (Expand)AuthorAgeFilesLines
* *) mod_htt2: recent small improvements from the github/icing/mod_h2Stefan Eissing2023-03-051-0/+5
* Sync with v2.0.10 from github:Stefan Eissing2022-10-111-1/+2
* *) mod_http2: synchronization with github sources.Stefan Eissing2022-09-271-0/+4
* *) mod_http2: use proper apr_time_t where it is due, no (int) casting.Stefan Eissing2022-09-271-4/+5
* *) mod_http2: type adjustments and castings for int/apr_uint32_t/apr_size_t...Stefan Eissing2022-09-271-3/+4
* *) mod_http2: new directive "H2HeaderStrictness" to control the complianceStefan Eissing2022-09-261-3/+17
* *) mod_http2: init local var since write in loop may be buypassed.Stefan Eissing2022-06-201-1/+1
* * Use s directly like in the other ap_log_error callsRuediger Pluem2022-06-201-1/+1
* * workers is not always initialized hereRuediger Pluem2022-06-201-1/+1
* *) mod_http2: new implementation of h2 worker pool.Stefan Eissing2022-06-171-294/+400
* *) mod_http2: clear the h2 worker slot connection early to avoidStefan Eissing2022-04-211-5/+7
* *) mod_http2: use the new REQUEST buckets to forward requestStefan Eissing2022-04-131-2/+36
* *) mod_http2: use the new RESPONSE buckets introduced in r1899648.Stefan Eissing2022-04-071-0/+1
* *) mod_http2: removed extra h2_mplx_worker_c2_done() argStefan Eissing2022-03-231-12/+4
* *) core: adding a new hook and method to the API:Stefan Eissing2022-03-181-31/+35
* core: Efficient ap_thread_current() when apr_thread_local() is missing.Yann Ylavic2022-01-251-2/+2
* * mod_http2: a regression in v1.15.24 of the modules was fixed thatStefan Eissing2021-11-041-2/+0
* *) mod_http2:Stefan Eissing2021-10-121-40/+22
* mod_http2: fixed speling error.Stefan Eissing2021-09-231-2/+2
* * mod_http2: fix version suffix after sync with githubStefan Eissing2021-09-231-8/+7
* * mod_http2: when a server is restarted gracefully, any idle h2 workerStefan Eissing2021-09-101-0/+2
* What is wrong with me?Stefan Eissing2021-07-151-2/+2
* * mod_http2: Stefan Eissing2021-07-151-4/+37
* *) mod_http2:Stefan Eissing2021-07-061-68/+122
* mod_http2: Fix workers synchronization on pchild cleanup.Yann Ylavic2021-02-061-60/+69
* mod_proxy_http2: stop/wait the workers threads before their pool is killed.Yann Ylavic2020-12-061-3/+4
* mod_http2: Rename server_pool as pchild in h2_workers_create()Yann Ylavic2020-12-061-3/+7
* mod_http2: revert r1883675.Yann Ylavic2020-12-061-7/+4
* mod_proxy_http2: stop/wait the workers threads before their pool is killed.Yann Ylavic2020-11-201-4/+7
* mod_proxy_http2: explicitely apr_thread_exit() at the end of slot_run().Yann Ylavic2020-11-201-0/+2
* Be consistent when handling OOM situationChristophe Jaillet2020-09-021-1/+1
* *) mod_http2: workaround to facilitate use of common internal protocol/meth...Stefan Eissing2020-06-171-3/+3
* *) mod_http2: Fixed rare cases where a h2 worker could deadlock the main co...Stefan Eissing2019-12-191-1/+0
* * modules/http2: reverting r1859724, as no good.Stefan Eissing2019-05-281-2/+2
* *) mod_http2: internal code cleanups and simplifications. Common output cod...Stefan Eissing2019-05-221-2/+2
* Remove some trailing spaces to synch trunk with 2.4Christophe Jaillet2018-06-201-1/+1
* On the trunk:Stefan Eissing2018-01-171-15/+0
* correct copyright/license headersJim Jagielski2017-12-151-0/+16
* On the trunk:Stefan Eissing2017-11-291-1/+12
* On the trunk:Stefan Eissing2017-09-281-0/+2
* On the trunk:Stefan Eissing2017-07-031-3/+4
* On the trunk:Stefan Eissing2017-04-181-0/+1
* On the turnk:Stefan Eissing2017-04-091-2/+3
* On the trunk:Stefan Eissing2017-04-051-6/+2
* On the trunk:Stefan Eissing2017-04-041-8/+21
* On the trunk:Stefan Eissing2017-03-301-50/+66
* On the trunk:Stefan Eissing2017-03-291-0/+3
* Revert r1789221: real fix looks more subtle.Yann Ylavic2017-03-281-0/+1
* http2: silent compiler warning.Yann Ylavic2017-03-281-1/+0
* On the trunk:Stefan Eissing2017-03-251-249/+215