| Commit message (Expand) | Author | Age | Files | Lines |
* | On the trunk: | Stefan Eissing | 2016-12-23 | 1 | -1/+1 |
* | mod_proxy_http2: not forwarding any 1xx responses on frontend HTTP/1.x connec... | Stefan Eissing | 2016-11-23 | 1 | -5/+19 |
* | mod_http2: fixes for compiler warnings | Stefan Eissing | 2016-11-14 | 1 | -6/+6 |
* | mod_http2: H2PushResource directive for early pushing | Stefan Eissing | 2016-11-13 | 1 | -2/+16 |
* | mod_proxy_http2: workaround for newly proposed 103 status code | Stefan Eissing | 2016-11-03 | 1 | -1/+11 |
* | mod_http2: proper parsing and forwarding of multiple or unnaounce 1xx responses | Stefan Eissing | 2016-11-01 | 1 | -14/+43 |
* | mod_http2: AP_DEBUG_ASSERT changed to ap_assert | Stefan Eissing | 2016-10-26 | 1 | -1/+1 |
* | mod_http2/mod_proxy_http2: proper 100-continue handling up to backend, more r... | Stefan Eissing | 2016-10-17 | 1 | -56/+167 |
* | mod_proxy_http2: resolving last 2 reported dup symbol clashes | Stefan Eissing | 2016-10-11 | 1 | -1/+1 |
* | mod_proxy_http2: renaming duplicate symbol clash between h2_proxy_util and h2... | Stefan Eissing | 2016-10-11 | 1 | -26/+26 |
* | mod_http2: using invalid header callback from nghttp2 1.14.0 onwards | Stefan Eissing | 2016-08-27 | 1 | -1/+1 |
* | mod_proxy_http2: fixed retry behaviour when proxy engine needs to retry its b... | Stefan Eissing | 2016-06-22 | 1 | -14/+7 |
* | mod_proxy_http2: improved retry when encountering errored/shutdown connections | Stefan Eissing | 2016-06-21 | 1 | -1/+12 |
* | mod_proxy_http2: fix flow control when frontend connection is HTTP/1.1, patch... | Stefan Eissing | 2016-06-10 | 1 | -3/+13 |
* | mod_proxy_http2: own h2_proxy_util.c source file to avoid duplicate use of h2... | Stefan Eissing | 2016-06-09 | 1 | -1/+1 |
* | Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygen | William A. Rowe Jr | 2016-06-09 | 1 | -1/+1 |
* | Fix NULL pointer dereference | Christophe Jaillet | 2016-05-14 | 1 | -7/+7 |
* | fix for handling invalid proxy uris and code cleanup provided by Evgeny Kotkov | Stefan Eissing | 2016-05-12 | 1 | -2/+6 |
* | mod_http2/mod_proxy_http2: no longer reusing h2_request.o for proxy module | Stefan Eissing | 2016-04-29 | 1 | -4/+5 |
* | mod_http2: elimination of h2_io intermediate stream instances | Stefan Eissing | 2016-04-20 | 1 | -4/+4 |
* | mod_http2: delaying response start until flush or data accumulation | Stefan Eissing | 2016-04-15 | 1 | -4/+4 |
* | mod_http2: new bucket beams for tranporting buckets across threads without bu... | Stefan Eissing | 2016-04-15 | 1 | -1/+0 |
* | h2_proxy_session: fill in missing APLOGNO()s. | Yann Ylavic | 2016-03-21 | 1 | -4/+4 |
* | fix APLOGNO at wrong place, me stupid | Stefan Eissing | 2016-03-21 | 1 | -2/+2 |
* | APLOGNO update for mod_proxy_http2 | Stefan Eissing | 2016-03-21 | 1 | -13/+14 |
* | mod_proxy_http2: removed duplicate log code after review | Stefan Eissing | 2016-03-19 | 1 | -5/+0 |
* | Remove leftover comment | Christophe Jaillet | 2016-03-18 | 1 | -1/+0 |
* | mod_http2: fix for bucket lifetime on master conn, mod_proxy_http2: flow cont... | Stefan Eissing | 2016-03-16 | 1 | -2/+49 |
* | netware build patches by NormW | Stefan Eissing | 2016-03-09 | 1 | -1/+1 |
* | mod_proxy_http2: rescheduling of requests not processed by backend on GOAWAY | Stefan Eissing | 2016-03-09 | 1 | -5/+9 |
* | mod_proxy_http2 documentation, addition of request notes proxy-status and pro... | Stefan Eissing | 2016-03-09 | 1 | -1/+2 |
* | mod_proxy_http2: single engine per type per master connection, removing some ... | Stefan Eissing | 2016-03-09 | 1 | -13/+12 |
* | mod_proxy_http2: stability improvements | Stefan Eissing | 2016-03-08 | 1 | -48/+46 |
* | mod_http2: support for several different request engines per connection, fixe... | Stefan Eissing | 2016-03-05 | 1 | -112/+170 |
* | mod_http2: add missing APLOGNO()s. | Yann Ylavic | 2016-02-29 | 1 | -6/+6 |
* | fixing compile errors+warnings in gcc | Stefan Eissing | 2016-02-26 | 1 | -3/+1 |
* | mod_proxy_http2: start of some sort of flow control, mod_http2: keeping spare... | Stefan Eissing | 2016-02-26 | 1 | -3/+5 |
* | mod_proxy_http2: stability improvements, timeout blocking read when waiting, ... | Stefan Eissing | 2016-02-25 | 1 | -26/+74 |
* | limiting the number of threads a http/2 connection may occupy | Stefan Eissing | 2016-02-24 | 1 | -3/+0 |
* | task pools have their h2_io pools as ancestors, some code cleanup | Stefan Eissing | 2016-02-19 | 1 | -26/+12 |
* | using proxy http2 connection concurrently, if main connection also uses http/... | Stefan Eissing | 2016-02-18 | 1 | -161/+678 |
* | first working h2 request engine implementation that does serial processing of... | Stefan Eissing | 2016-02-15 | 1 | -16/+77 |
* | new experimental http2 proxy module for h2: and h2c: proxy urls | Stefan Eissing | 2016-02-08 | 1 | -0/+639 |