summaryrefslogtreecommitdiffstats
path: root/modules/http2/mod_proxy_http2.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mod_proxy_http2: not forwarding any 1xx responses on frontend HTTP/1.x connec...Stefan Eissing2016-11-231-2/+5
* mod_http2: proper parsing and forwarding of multiple or unnaounce 1xx responsesStefan Eissing2016-11-011-19/+17
* mod_http2/mod_proxy_http2: proper 100-continue handling up to backend, more r...Stefan Eissing2016-10-171-44/+49
* mod_proxy_http2: renaming duplicate symbol clash between h2_proxy_util and h2...Stefan Eissing2016-10-111-2/+2
* mod_http2: reverting int->apr_uint32_t changes of v1.7.xStefan Eissing2016-10-091-3/+3
* mod_proxy_http2: don't use ap_proxy_ssl_connection_cleanup(), there may beYann Ylavic2016-06-271-5/+0
* mod_proxy_http2: fixed retry behaviour when proxy engine needs to retry its b...Stefan Eissing2016-06-221-3/+4
* mod_proxy_http2: fix flow control when frontend connection is HTTP/1.1, patch...Stefan Eissing2016-06-101-1/+1
* mod_proxy_http2: own h2_proxy_util.c source file to avoid duplicate use of h2...Stefan Eissing2016-06-091-1/+1
* The answer to the question appears to be in 2.4.21, drop h2_casecmpstr forkWilliam A. Rowe Jr2016-06-091-2/+2
* fix for handling invalid proxy uris and code cleanup provided by Evgeny KotkovStefan Eissing2016-05-121-1/+1
* mod_http2: fix for partial file buckets in master connection output, flushing...Stefan Eissing2016-05-041-2/+2
* mod_http2/mod_proxy_http2: no longer reusing h2_request.o for proxy moduleStefan Eissing2016-04-291-1/+1
* mod_proxy, mod_ssl: Handle SSLProxy* directives in <Proxy> sections,Yann Ylavic2016-04-261-3/+3
* mod_http2: elimination of h2_io intermediate stream instancesStefan Eissing2016-04-201-1/+1
* mod_http2: new bucket beams for tranporting buckets across threads without bu...Stefan Eissing2016-04-151-1/+0
* APLOGNO update for mod_proxy_http2Stefan Eissing2016-03-211-7/+13
* mod_http2: slave connections are reusedStefan Eissing2016-03-171-26/+44
* mod_http2: fix for bucket lifetime on master conn, mod_proxy_http2: flow cont...Stefan Eissing2016-03-161-21/+37
* mod_proxy_http2: using SUSPENDED from handler when passing request_rec to oth...Stefan Eissing2016-03-111-5/+11
* netware build patch by NormW, v3Stefan Eissing2016-03-101-1/+1
* mod_proxy_http2: rescheduling of requests not processed by backend on GOAWAYStefan Eissing2016-03-091-10/+37
* mod_proxy_http2 documentation, addition of request notes proxy-status and pro...Stefan Eissing2016-03-091-0/+2
* mod_proxy_http2: single engine per type per master connection, removing some ...Stefan Eissing2016-03-091-5/+10
* mod_proxy_http2: stability improvementsStefan Eissing2016-03-081-160/+173
* mod_http2: support for several different request engines per connection, fixe...Stefan Eissing2016-03-051-42/+68
* mod_proxy_http2: add missing APLOGNO()s.Yann Ylavic2016-02-291-5/+5
* mod_proxy_http2: start of some sort of flow control, mod_http2: keeping spare...Stefan Eissing2016-02-261-2/+6
* mod_proxy_http2: stability improvements, timeout blocking read when waiting, ...Stefan Eissing2016-02-251-6/+14
* goodbye h2_stream_set, hello h2_ihash in h2_utilStefan Eissing2016-02-251-26/+40
* task pools have their h2_io pools as ancestors, some code cleanupStefan Eissing2016-02-191-13/+19
* using proxy http2 connection concurrently, if main connection also uses http/...Stefan Eissing2016-02-181-48/+92
* first working h2 request engine implementation that does serial processing of...Stefan Eissing2016-02-151-112/+204
* mod_proxy_http2: remove code working around issue fixed (hopefully) in 1729826.Yann Ylavic2016-02-111-13/+4
* Prefer "goto cleanup" over "do {... if (error) break; ... } while(0)"Yann Ylavic2016-02-101-70/+64
* fixing uninitialized ssl_hostnameStefan Eissing2016-02-101-1/+1
* mod_proxy: axe negative "ping" parameter setting and handling.Yann Ylavic2016-02-101-32/+4
* new experimental http2 proxy module for h2: and h2c: proxy urlsStefan Eissing2016-02-081-0/+395