| Commit message (Expand) | Author | Age | Files | Lines |
* | *) mod_http2: workaround to facilitate use of common internal protocol/meth... | Stefan Eissing | 2020-06-17 | 1 | -3/+3 |
* | *) mod_http2: Fixed rare cases where a h2 worker could deadlock the main co... | Stefan Eissing | 2019-12-19 | 1 | -1/+0 |
* | * modules/http2: reverting r1859724, as no good. | Stefan Eissing | 2019-05-28 | 1 | -2/+2 |
* | *) mod_http2: internal code cleanups and simplifications. Common output cod... | Stefan Eissing | 2019-05-22 | 1 | -2/+2 |
* | Remove some trailing spaces to synch trunk with 2.4 | Christophe Jaillet | 2018-06-20 | 1 | -1/+1 |
* | On the trunk: | Stefan Eissing | 2018-01-17 | 1 | -15/+0 |
* | correct copyright/license headers | Jim Jagielski | 2017-12-15 | 1 | -0/+16 |
* | On the trunk: | Stefan Eissing | 2017-11-29 | 1 | -1/+12 |
* | On the trunk: | Stefan Eissing | 2017-09-28 | 1 | -0/+2 |
* | On the trunk: | Stefan Eissing | 2017-07-03 | 1 | -3/+4 |
* | On the trunk: | Stefan Eissing | 2017-04-18 | 1 | -0/+1 |
* | On the turnk: | Stefan Eissing | 2017-04-09 | 1 | -2/+3 |
* | On the trunk: | Stefan Eissing | 2017-04-05 | 1 | -6/+2 |
* | On the trunk: | Stefan Eissing | 2017-04-04 | 1 | -8/+21 |
* | On the trunk: | Stefan Eissing | 2017-03-30 | 1 | -50/+66 |
* | On the trunk: | Stefan Eissing | 2017-03-29 | 1 | -0/+3 |
* | Revert r1789221: real fix looks more subtle. | Yann Ylavic | 2017-03-28 | 1 | -0/+1 |
* | http2: silent compiler warning. | Yann Ylavic | 2017-03-28 | 1 | -1/+0 |
* | On the trunk: | Stefan Eissing | 2017-03-25 | 1 | -249/+215 |
* | On the trunk: | Stefan Eissing | 2017-03-19 | 1 | -63/+27 |
* | On the trunk: | Stefan Eissing | 2017-03-16 | 1 | -34/+26 |
* | mod_http2: AP_DEBUG_ASSERT changed to ap_assert | Stefan Eissing | 2016-10-26 | 1 | -2/+2 |
* | mod_http2: new bucket beams for tranporting buckets across threads without bu... | Stefan Eissing | 2016-04-15 | 1 | -3/+3 |
* | revert of r1735444 as leaking, fix in task filter removal | Stefan Eissing | 2016-03-17 | 1 | -22/+13 |
* | mod_http2: pushing slave conn setup outside of lock area | Stefan Eissing | 2016-03-17 | 1 | -13/+22 |
* | mod_http2: some DoS protection, fix for read after free | Stefan Eissing | 2016-03-01 | 1 | -1/+0 |
* | limiting the number of threads a http/2 connection may occupy | Stefan Eissing | 2016-02-24 | 1 | -77/+87 |
* | code cleanup, saving some apr_time_now() calls on scheduling, worker now only... | Stefan Eissing | 2016-02-23 | 1 | -31/+40 |
* | task pools have their h2_io pools as ancestors, some code cleanup | Stefan Eissing | 2016-02-19 | 1 | -13/+10 |
* | using proxy http2 connection concurrently, if main connection also uses http/... | Stefan Eissing | 2016-02-18 | 1 | -1/+0 |
* | always sending GOAWAY frame on session shutdown if not already done, GOAWAY f... | Stefan Eissing | 2016-01-05 | 1 | -1/+1 |
* | reducing # of file handles used in transfers by default, reduced global worke... | Stefan Eissing | 2016-01-05 | 1 | -8/+4 |
* | dynamic allocation of transfer file handles used to pass buckets to master co... | Stefan Eissing | 2016-01-05 | 1 | -1/+42 |
* | Follow up to r1722914: since worker threads are joined in cleanup_zombies, | Yann Ylavic | 2016-01-04 | 1 | -1/+0 |
* | reworked synching of session shutdown with worker threads, workers now stick ... | Stefan Eissing | 2016-01-04 | 1 | -31/+5 |
* | fixes after fuzzing tests, changed H2KeepAliveTimeout default | Stefan Eissing | 2015-12-30 | 1 | -1/+1 |
* | fixed bug in upload that triggered window_updates during session shutdown, di... | Stefan Eissing | 2015-12-23 | 1 | -16/+16 |
* | rewrote http2 connection state handling, fixed keepalive timeout handling for... | Stefan Eissing | 2015-12-22 | 1 | -10/+10 |
* | cleanup of DEBUG log level to who all frame types receveid and sent | Stefan Eissing | 2015-12-21 | 1 | -2/+2 |
* | Fix some small style issues (extra blank lines, '{' at the end of function de... | Christophe Jaillet | 2015-12-17 | 1 | -5/+4 |
* | fixed worker number by default, worker pool reuse experiments, allocatory max... | Stefan Eissing | 2015-12-11 | 1 | -0/+9 |
* | task creation moved into h2_worker domain (pool+thread) | Stefan Eissing | 2015-11-16 | 1 | -2/+2 |
* | new directive H2Push on/off to en-/disable HTTP/2 server pushes. Server pushe... | Stefan Eissing | 2015-11-13 | 1 | -2/+2 |
* | improvements in http2 connection and worker shutdown, hopefully addressing hi... | Stefan Eissing | 2015-10-23 | 1 | -19/+51 |
* | new Protocols directive and core API changes to enable protocol switching on ... | Stefan Eissing | 2015-07-24 | 1 | -1/+1 |
* | Arrange the C++ declarations to make my compiler happy. | Jean-Frederic Clere | 2015-07-17 | 1 | -2/+4 |
* | reworked mod_h2 donation checkin into build system, added documentation | Stefan Eissing | 2015-07-10 | 1 | -0/+350 |