summaryrefslogtreecommitdiff
path: root/modules/http2/h2_workers.h
Commit message (Expand)AuthorAgeFilesLines
* *) mod_http2: type adjustments and castings for int/apr_uint32_t/apr_size_t...Stefan Eissing2022-09-271-1/+1
* *) mod_http2: new directive "H2HeaderStrictness" to control the complianceStefan Eissing2022-09-261-2/+10
* *) mod_http2: new implementation of h2 worker pool.Stefan Eissing2022-06-171-38/+73
* *) core: adding a new hook and method to the API:Stefan Eissing2022-03-181-8/+6
* *) mod_http2:Stefan Eissing2021-10-121-8/+7
* * mod_http2: when a server is restarted gracefully, any idle h2 workerStefan Eissing2021-09-101-2/+2
* *) mod_http2:Stefan Eissing2021-07-061-1/+7
* mod_http2: Fix workers synchronization on pchild cleanup.Yann Ylavic2021-02-061-1/+2
* mod_http2: bringing some signed/unsigned casting goodness, aligning with gith...Stefan Eissing2018-10-101-2/+2
* On the trunk:Stefan Eissing2018-01-171-7/+7
* On the trunk:Stefan Eissing2017-04-051-2/+2
* On the trunk:Stefan Eissing2017-03-301-1/+2
* On the trunk:Stefan Eissing2017-03-251-40/+11
* On the trunk:Stefan Eissing2017-03-191-7/+1
* On the trunk:Stefan Eissing2017-03-161-4/+0
* limiting the number of threads a http/2 connection may occupyStefan Eissing2016-02-241-2/+1
* code cleanup, saving some apr_time_now() calls on scheduling, worker now only...Stefan Eissing2016-02-231-4/+5
* using proxy http2 connection concurrently, if main connection also uses http/...Stefan Eissing2016-02-181-1/+0
* dynamic allocation of transfer file handles used to pass buckets to master co...Stefan Eissing2016-01-051-5/+36
* fixed bug in upload that triggered window_updates during session shutdown, di...Stefan Eissing2015-12-231-0/+1
* Use 'unsigned int' instead of 'int' for bitfieldsChristophe Jaillet2015-12-211-1/+1
* byte savings by using bit fields, new env vars HTTP2 and H2PUSH, set to on wh...Stefan Eissing2015-12-211-1/+2
* improvements in http2 connection and worker shutdown, hopefully addressing hi...Stefan Eissing2015-10-231-0/+1
* reworked mod_h2 donation checkin into build system, added documentationStefan Eissing2015-07-101-0/+87