summaryrefslogtreecommitdiffstats
path: root/modules/http2/h2_workers.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *) 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
* On the trunk:Stefan Eissing2017-03-191-63/+27
* On the trunk:Stefan Eissing2017-03-161-34/+26
* mod_http2: AP_DEBUG_ASSERT changed to ap_assertStefan Eissing2016-10-261-2/+2
* mod_http2: new bucket beams for tranporting buckets across threads without bu...Stefan Eissing2016-04-151-3/+3
* revert of r1735444 as leaking, fix in task filter removalStefan Eissing2016-03-171-22/+13
* mod_http2: pushing slave conn setup outside of lock areaStefan Eissing2016-03-171-13/+22
* mod_http2: some DoS protection, fix for read after freeStefan Eissing2016-03-011-1/+0
* limiting the number of threads a http/2 connection may occupyStefan Eissing2016-02-241-77/+87
* code cleanup, saving some apr_time_now() calls on scheduling, worker now only...Stefan Eissing2016-02-231-31/+40
* task pools have their h2_io pools as ancestors, some code cleanupStefan Eissing2016-02-191-13/+10
* using proxy http2 connection concurrently, if main connection also uses http/...Stefan Eissing2016-02-181-1/+0
* always sending GOAWAY frame on session shutdown if not already done, GOAWAY f...Stefan Eissing2016-01-051-1/+1
* reducing # of file handles used in transfers by default, reduced global worke...Stefan Eissing2016-01-051-8/+4
* dynamic allocation of transfer file handles used to pass buckets to master co...Stefan Eissing2016-01-051-1/+42
* Follow up to r1722914: since worker threads are joined in cleanup_zombies,Yann Ylavic2016-01-041-1/+0
* reworked synching of session shutdown with worker threads, workers now stick ...Stefan Eissing2016-01-041-31/+5
* fixes after fuzzing tests, changed H2KeepAliveTimeout defaultStefan Eissing2015-12-301-1/+1
* fixed bug in upload that triggered window_updates during session shutdown, di...Stefan Eissing2015-12-231-16/+16
* rewrote http2 connection state handling, fixed keepalive timeout handling for...Stefan Eissing2015-12-221-10/+10
* cleanup of DEBUG log level to who all frame types receveid and sentStefan Eissing2015-12-211-2/+2
* Fix some small style issues (extra blank lines, '{' at the end of function de...Christophe Jaillet2015-12-171-5/+4
* fixed worker number by default, worker pool reuse experiments, allocatory max...Stefan Eissing2015-12-111-0/+9
* task creation moved into h2_worker domain (pool+thread)Stefan Eissing2015-11-161-2/+2
* new directive H2Push on/off to en-/disable HTTP/2 server pushes. Server pushe...Stefan Eissing2015-11-131-2/+2
* improvements in http2 connection and worker shutdown, hopefully addressing hi...Stefan Eissing2015-10-231-19/+51
* new Protocols directive and core API changes to enable protocol switching on ...Stefan Eissing2015-07-241-1/+1
* Arrange the C++ declarations to make my compiler happy.Jean-Frederic Clere2015-07-171-2/+4
* reworked mod_h2 donation checkin into build system, added documentationStefan Eissing2015-07-101-0/+350