| Commit message (Expand) | Author | Age | Files | Lines |
* | *) mod_http2: sync with module's github. | Stefan Eissing | 2024-05-27 | 1 | -1/+4 |
* | *) mod_http2: new directive 'H2MaxDataFrameLen n' to limit the maximum | Stefan Eissing | 2023-02-16 | 1 | -1/+2 |
* | *) mod_http2: type adjustments and castings for int/apr_uint32_t/apr_size_t... | Stefan Eissing | 2022-09-27 | 1 | -9/+9 |
* | *) mod_http2: use new ap_sb_get_child_thread() to get child_num | Stefan Eissing | 2022-04-19 | 1 | -3/+7 |
* | *) mod_http2: use the new REQUEST buckets to forward request | Stefan Eissing | 2022-04-13 | 1 | -2/+2 |
* | *) mod_http2: fixed a bug in v2.0.0 that could lead to an infinite | Stefan Eissing | 2021-12-06 | 1 | -0/+1 |
* | *) mod_http2: | Stefan Eissing | 2021-10-12 | 1 | -39/+27 |
* | *) mod_http2: workaround to facilitate use of common internal protocol/meth... | Stefan Eissing | 2020-06-17 | 1 | -1/+1 |
* | * modules/http2: reverting r1859724, as no good. | Stefan Eissing | 2019-05-28 | 1 | -8/+8 |
* | *) mod_http2: internal code cleanups and simplifications. Common output cod... | Stefan Eissing | 2019-05-22 | 1 | -8/+8 |
* | *) mod_http2: new configuration directive: ```H2Padding numbits``` to control | Stefan Eissing | 2019-03-07 | 1 | -0/+2 |
* | *) mod_http2: Configuration directoves H2Push and H2Upgrade can now be spec... | Stefan Eissing | 2019-01-28 | 1 | -15/+2 |
* | On the trunk: | Stefan Eissing | 2018-09-04 | 1 | -2/+5 |
* | On the trunk: | Stefan Eissing | 2018-01-17 | 1 | -6/+7 |
* | On the trunk: | Stefan Eissing | 2017-03-27 | 1 | -0/+7 |
* | On the trunk: | Stefan Eissing | 2017-03-11 | 1 | -4/+8 |
* | On the trunk: | Stefan Eissing | 2017-02-14 | 1 | -1/+2 |
* | On the trunk: | Stefan Eissing | 2017-02-14 | 1 | -0/+6 |
* | On the trunk: | Stefan Eissing | 2017-02-13 | 1 | -26/+2 |
* | On the trunk: | Stefan Eissing | 2017-01-21 | 1 | -8/+0 |
* | On the trunk: | Stefan Eissing | 2017-01-03 | 1 | -2/+2 |
* | mod_http2: earlier slave connection allocator destroy, code cleanups | Stefan Eissing | 2016-10-30 | 1 | -1/+0 |
* | various fixes, mod_cgid interop, response/trailer forwarding rewritten, stabi... | Stefan Eissing | 2016-10-03 | 1 | -6/+0 |
* | Fix spelling in comments and text files. | Rainer Jung | 2016-08-11 | 1 | -4/+4 |
* | mod_http2: no master timeout while requests are ongoing | Stefan Eissing | 2016-07-11 | 1 | -1/+0 |
* | mod_http2: improved resume/response/window update handling on master connection | Stefan Eissing | 2016-05-20 | 1 | -1/+2 |
* | mod_http2: fixes timeout vs. keepalive timeout use when closing streams on fl... | Stefan Eissing | 2016-05-18 | 1 | -0/+2 |
* | mod_http2: some more cleanup on stream/task/session takedowns | Stefan Eissing | 2016-04-29 | 1 | -5/+2 |
* | mod_http2: new bucket beams for tranporting buckets across threads without bu... | Stefan Eissing | 2016-04-15 | 1 | -2/+2 |
* | reduced h2_request initialization/copy after review by CJ | Stefan Eissing | 2016-04-11 | 1 | -1/+6 |
* | mod_http2: some cleanup in GGOAWAY handling, disabling PUSH when rmeote sends... | Stefan Eissing | 2016-03-18 | 1 | -20/+14 |
* | mod_http2: fix for bucket lifetime on master conn, mod_proxy_http2: flow cont... | Stefan Eissing | 2016-03-16 | 1 | -0/+1 |
* | mod_http2: avoid unnecessary out flushing, avoid scoreboard updates unless co... | Stefan Eissing | 2016-03-11 | 1 | -0/+2 |
* | mod_http2: more safe approach to async mpm keepalive connection handling | Stefan Eissing | 2016-03-09 | 1 | -0/+1 |
* | goodbye h2_stream_set, hello h2_ihash in h2_util | Stefan Eissing | 2016-02-25 | 1 | -1/+2 |
* | tuning the output passing and flushing a bit | Stefan Eissing | 2016-02-10 | 1 | -0/+1 |
* | new experimental http2 proxy module for h2: and h2c: proxy urls | Stefan Eissing | 2016-02-08 | 1 | -10/+2 |
* | using keepalive timeout only when no streams are open, changing from seconds ... | Stefan Eissing | 2016-01-29 | 1 | -1/+1 |
* | removed experimental++ H2* timeout directives, instead using normal Timeout a... | Stefan Eissing | 2016-01-29 | 1 | -3/+1 |
* | async handling of idle http2 connections | Stefan Eissing | 2016-01-27 | 1 | -1/+7 |
* | scoreboard http2 status gives stream summary | Stefan Eissing | 2016-01-21 | 1 | -0/+2 |
* | reverting messup | Stefan Eissing | 2016-01-21 | 1 | -2/+0 |
* | update scoreboard CHANGES, doh | Stefan Eissing | 2016-01-21 | 1 | -0/+2 |
* | using socket timeouts to stutter keepalives, so that MPM stopping can be prop... | Stefan Eissing | 2016-01-21 | 1 | -0/+2 |
* | mod_http2: push diary to avoid duplicate pushes, cache-digest handling, http2... | Stefan Eissing | 2016-01-15 | 1 | -9/+11 |
* | new directive H2PushDiarySize, first simple apr_hash implementation of a push... | Stefan Eissing | 2016-01-11 | 1 | -0/+3 |
* | removing session flags, using state enums only, added event enums for state t... | Stefan Eissing | 2016-01-08 | 1 | -7/+20 |
* | no async http2 read for now, fixed GOAWAY flush at end of session, scoreboard... | Stefan Eissing | 2016-01-05 | 1 | -1/+0 |
* | always sending GOAWAY frame on session shutdown if not already done, GOAWAY f... | Stefan Eissing | 2016-01-05 | 1 | -1/+1 |
* | reworked synching of session shutdown with worker threads, workers now stick ... | Stefan Eissing | 2016-01-04 | 1 | -0/+2 |