| Commit message (Expand) | Author | Age | Files | Lines |
* | mod_proxy_http2: not forwarding any 1xx responses on frontend HTTP/1.x connec... | Stefan Eissing | 2016-11-23 | 1 | -2/+5 |
* | mod_http2: proper parsing and forwarding of multiple or unnaounce 1xx responses | Stefan Eissing | 2016-11-01 | 1 | -19/+17 |
* | mod_http2/mod_proxy_http2: proper 100-continue handling up to backend, more r... | Stefan Eissing | 2016-10-17 | 1 | -44/+49 |
* | mod_proxy_http2: renaming duplicate symbol clash between h2_proxy_util and h2... | Stefan Eissing | 2016-10-11 | 1 | -2/+2 |
* | mod_http2: reverting int->apr_uint32_t changes of v1.7.x | Stefan Eissing | 2016-10-09 | 1 | -3/+3 |
* | mod_proxy_http2: don't use ap_proxy_ssl_connection_cleanup(), there may be | Yann Ylavic | 2016-06-27 | 1 | -5/+0 |
* | mod_proxy_http2: fixed retry behaviour when proxy engine needs to retry its b... | Stefan Eissing | 2016-06-22 | 1 | -3/+4 |
* | mod_proxy_http2: fix flow control when frontend connection is HTTP/1.1, patch... | Stefan Eissing | 2016-06-10 | 1 | -1/+1 |
* | mod_proxy_http2: own h2_proxy_util.c source file to avoid duplicate use of h2... | Stefan Eissing | 2016-06-09 | 1 | -1/+1 |
* | The answer to the question appears to be in 2.4.21, drop h2_casecmpstr fork | William A. Rowe Jr | 2016-06-09 | 1 | -2/+2 |
* | fix for handling invalid proxy uris and code cleanup provided by Evgeny Kotkov | Stefan Eissing | 2016-05-12 | 1 | -1/+1 |
* | mod_http2: fix for partial file buckets in master connection output, flushing... | Stefan Eissing | 2016-05-04 | 1 | -2/+2 |
* | mod_http2/mod_proxy_http2: no longer reusing h2_request.o for proxy module | Stefan Eissing | 2016-04-29 | 1 | -1/+1 |
* | mod_proxy, mod_ssl: Handle SSLProxy* directives in <Proxy> sections, | Yann Ylavic | 2016-04-26 | 1 | -3/+3 |
* | mod_http2: elimination of h2_io intermediate stream instances | Stefan Eissing | 2016-04-20 | 1 | -1/+1 |
* | mod_http2: new bucket beams for tranporting buckets across threads without bu... | Stefan Eissing | 2016-04-15 | 1 | -1/+0 |
* | APLOGNO update for mod_proxy_http2 | Stefan Eissing | 2016-03-21 | 1 | -7/+13 |
* | mod_http2: slave connections are reused | Stefan Eissing | 2016-03-17 | 1 | -26/+44 |
* | mod_http2: fix for bucket lifetime on master conn, mod_proxy_http2: flow cont... | Stefan Eissing | 2016-03-16 | 1 | -21/+37 |
* | mod_proxy_http2: using SUSPENDED from handler when passing request_rec to oth... | Stefan Eissing | 2016-03-11 | 1 | -5/+11 |
* | netware build patch by NormW, v3 | Stefan Eissing | 2016-03-10 | 1 | -1/+1 |
* | mod_proxy_http2: rescheduling of requests not processed by backend on GOAWAY | Stefan Eissing | 2016-03-09 | 1 | -10/+37 |
* | mod_proxy_http2 documentation, addition of request notes proxy-status and pro... | Stefan Eissing | 2016-03-09 | 1 | -0/+2 |
* | mod_proxy_http2: single engine per type per master connection, removing some ... | Stefan Eissing | 2016-03-09 | 1 | -5/+10 |
* | mod_proxy_http2: stability improvements | Stefan Eissing | 2016-03-08 | 1 | -160/+173 |
* | mod_http2: support for several different request engines per connection, fixe... | Stefan Eissing | 2016-03-05 | 1 | -42/+68 |
* | mod_proxy_http2: add missing APLOGNO()s. | Yann Ylavic | 2016-02-29 | 1 | -5/+5 |
* | mod_proxy_http2: start of some sort of flow control, mod_http2: keeping spare... | Stefan Eissing | 2016-02-26 | 1 | -2/+6 |
* | mod_proxy_http2: stability improvements, timeout blocking read when waiting, ... | Stefan Eissing | 2016-02-25 | 1 | -6/+14 |
* | goodbye h2_stream_set, hello h2_ihash in h2_util | Stefan Eissing | 2016-02-25 | 1 | -26/+40 |
* | task pools have their h2_io pools as ancestors, some code cleanup | Stefan Eissing | 2016-02-19 | 1 | -13/+19 |
* | using proxy http2 connection concurrently, if main connection also uses http/... | Stefan Eissing | 2016-02-18 | 1 | -48/+92 |
* | first working h2 request engine implementation that does serial processing of... | Stefan Eissing | 2016-02-15 | 1 | -112/+204 |
* | mod_proxy_http2: remove code working around issue fixed (hopefully) in 1729826. | Yann Ylavic | 2016-02-11 | 1 | -13/+4 |
* | Prefer "goto cleanup" over "do {... if (error) break; ... } while(0)" | Yann Ylavic | 2016-02-10 | 1 | -70/+64 |
* | fixing uninitialized ssl_hostname | Stefan Eissing | 2016-02-10 | 1 | -1/+1 |
* | mod_proxy: axe negative "ping" parameter setting and handling. | Yann Ylavic | 2016-02-10 | 1 | -32/+4 |
* | new experimental http2 proxy module for h2: and h2c: proxy urls | Stefan Eissing | 2016-02-08 | 1 | -0/+395 |