| Commit message (Expand) | Author | Age | Files | Lines |
* | Sync with v2.0.10 from github: | Stefan Eissing | 2022-10-11 | 1 | -6/+1 |
* | *) mod_http2: type adjustments and castings for int/apr_uint32_t/apr_size_t... | Stefan Eissing | 2022-09-27 | 1 | -2/+2 |
* | *) mod_http2: new implementation of h2 worker pool. | Stefan Eissing | 2022-06-17 | 1 | -1/+3 |
* | *) mod_http2: using new session ids also in logging for connection | Stefan Eissing | 2022-04-19 | 1 | -1/+1 |
* | *) mod_http2: use new ap_sb_get_child_thread() to get child_num | Stefan Eissing | 2022-04-19 | 1 | -17/+0 |
* | *) mod_http2: small improvements from the http1-separation | Stefan Eissing | 2022-03-21 | 1 | -21/+0 |
* | *) mod_http2: fixed a bug in v2.0.0 that could lead to an infinite | Stefan Eissing | 2021-12-06 | 1 | -4/+1 |
* | *) mod_http2: | Stefan Eissing | 2021-10-12 | 1 | -44/+52 |
* | * mod_http2: when a server is restarted gracefully, any idle h2 worker | Stefan Eissing | 2021-09-10 | 1 | -1/+4 |
* | mod_proxy_http2: follow up to r1883704. | Yann Ylavic | 2020-11-22 | 1 | -5/+8 |
* | mod_proxy_http2: thread safety with MPM prefork, still.. | Yann Ylavic | 2020-11-22 | 1 | -3/+18 |
* | *) mod_http2: workaround to facilitate use of common internal protocol/meth... | Stefan Eissing | 2020-06-17 | 1 | -2/+2 |
* | *) mod_http2: new configuration directive: ```H2Padding numbits``` to control | Stefan Eissing | 2019-03-07 | 1 | -24/+0 |
* | *) mod_http2: Configuration directoves H2Push and H2Upgrade can now be spec... | Stefan Eissing | 2019-01-28 | 1 | -15/+10 |
* | mod_http2: bringing some signed/unsigned casting goodness, aligning with gith... | Stefan Eissing | 2018-10-10 | 1 | -1/+1 |
* | Remove some trailing spaces to synch trunk with 2.4 | Christophe Jaillet | 2018-06-20 | 1 | -1/+1 |
* | mod_proxy: follow up to r1822849. | Yann Ylavic | 2018-02-01 | 1 | -0/+6 |
* | mod_http2/mod_proxy_http2: add new module flags | Stefan Eissing | 2018-01-29 | 1 | -1/+4 |
* | 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-07-03 | 1 | -0/+12 |
* | On the trunk: | Stefan Eissing | 2017-03-29 | 1 | -1/+6 |
* | mod_http2: H2PushResource directive for early pushing | Stefan Eissing | 2016-11-13 | 1 | -2/+2 |
* | mod_http2: proper parsing and forwarding of multiple or unnaounce 1xx responses | Stefan Eissing | 2016-11-01 | 1 | -2/+3 |
* | mod_http2/mod_proxy_http2: proper 100-continue handling up to backend, more r... | Stefan Eissing | 2016-10-17 | 1 | -1/+1 |
* | mod_http2: reverting int->apr_uint32_t changes of v1.7.x | Stefan Eissing | 2016-10-09 | 1 | -1/+1 |
* | various fixes, mod_cgid interop, response/trailer forwarding rewritten, stabi... | Stefan Eissing | 2016-10-03 | 1 | -3/+9 |
* | mod_http2: using invalid header callback from nghttp2 1.14.0 onwards | Stefan Eissing | 2016-08-27 | 1 | -4/+7 |
* | mod_http2: new H2CopyFiles directive | Stefan Eissing | 2016-07-20 | 1 | -2/+2 |
* | mod_http2: new bucket beams for tranporting buckets across threads without bu... | Stefan Eissing | 2016-04-15 | 1 | -2/+21 |
* | mod_http2: new vars, keepalive increase, no slave reuse when con->keepalive n... | Stefan Eissing | 2016-03-30 | 1 | -21/+77 |
* | mod_http2: fix for bucket lifetime on master conn, mod_proxy_http2: flow cont... | Stefan Eissing | 2016-03-16 | 1 | -1/+1 |
* | mod_proxy_http2: stability improvements | Stefan Eissing | 2016-03-08 | 1 | -7/+0 |
* | mod_http2: support for several different request engines per connection, fixe... | Stefan Eissing | 2016-03-05 | 1 | -8/+9 |
* | using proxy http2 connection concurrently, if main connection also uses http/... | Stefan Eissing | 2016-02-18 | 1 | -32/+6 |
* | fix segfault when not identifying mpm module, added detection for winnt, sime... | Stefan Eissing | 2016-02-17 | 1 | -0/+6 |
* | first working h2 request engine implementation that does serial processing of... | Stefan Eissing | 2016-02-15 | 1 | -0/+56 |
* | new experimental http2 proxy module for h2: and h2c: proxy urls | Stefan Eissing | 2016-02-08 | 1 | -1/+1 |
* | using keepalive timeout only when no streams are open, changing from seconds ... | Stefan Eissing | 2016-01-29 | 1 | -0/+1 |
* | expr support for HTTP2 variable | Stefan Eissing | 2016-01-22 | 1 | -2/+3 |
* | bytes read/written on slave connections are reported to mod_logio, fixes PR 5... | Stefan Eissing | 2016-01-19 | 1 | -0/+3 |
* | Added many log numbers to log statements that | Rainer Jung | 2016-01-19 | 1 | -3/+3 |
* | mod_http2: push diary to avoid duplicate pushes, cache-digest handling, http2... | Stefan Eissing | 2016-01-15 | 1 | -0/+5 |
* | fixed segfault in connection shutdown, added accept-push-policy support | Stefan Eissing | 2015-12-23 | 1 | -1/+2 |
* | cleanup of DEBUG log level to who all frame types receveid and sent | Stefan Eissing | 2015-12-21 | 1 | -1/+1 |
* | gack, c99 mode stroke again | Stefan Eissing | 2015-12-21 | 1 | -1/+2 |
* | gack, c99 mode stroke again | Stefan Eissing | 2015-12-21 | 1 | -1/+3 |
* | subprocess_env vars HTTP2 and H2PUSH supported, export of mod_http2.h with OP... | Stefan Eissing | 2015-12-21 | 1 | -1/+92 |
* | bye bye mod_h2, hello mod_http2 | Jim Jagielski | 2015-09-28 | 1 | -0/+146 |