summaryrefslogtreecommitdiffstats
path: root/modules/http2/h2_proxy_session.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* On the trunk:Stefan Eissing2016-12-231-1/+1
* mod_proxy_http2: not forwarding any 1xx responses on frontend HTTP/1.x connec...Stefan Eissing2016-11-231-5/+19
* mod_http2: fixes for compiler warningsStefan Eissing2016-11-141-6/+6
* mod_http2: H2PushResource directive for early pushingStefan Eissing2016-11-131-2/+16
* mod_proxy_http2: workaround for newly proposed 103 status codeStefan Eissing2016-11-031-1/+11
* mod_http2: proper parsing and forwarding of multiple or unnaounce 1xx responsesStefan Eissing2016-11-011-14/+43
* mod_http2: AP_DEBUG_ASSERT changed to ap_assertStefan Eissing2016-10-261-1/+1
* mod_http2/mod_proxy_http2: proper 100-continue handling up to backend, more r...Stefan Eissing2016-10-171-56/+167
* mod_proxy_http2: resolving last 2 reported dup symbol clashesStefan Eissing2016-10-111-1/+1
* mod_proxy_http2: renaming duplicate symbol clash between h2_proxy_util and h2...Stefan Eissing2016-10-111-26/+26
* mod_http2: using invalid header callback from nghttp2 1.14.0 onwardsStefan Eissing2016-08-271-1/+1
* mod_proxy_http2: fixed retry behaviour when proxy engine needs to retry its b...Stefan Eissing2016-06-221-14/+7
* mod_proxy_http2: improved retry when encountering errored/shutdown connectionsStefan Eissing2016-06-211-1/+12
* mod_proxy_http2: fix flow control when frontend connection is HTTP/1.1, patch...Stefan Eissing2016-06-101-3/+13
* mod_proxy_http2: own h2_proxy_util.c source file to avoid duplicate use of h2...Stefan Eissing2016-06-091-1/+1
* Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygenWilliam A. Rowe Jr2016-06-091-1/+1
* Fix NULL pointer dereferenceChristophe Jaillet2016-05-141-7/+7
* fix for handling invalid proxy uris and code cleanup provided by Evgeny KotkovStefan Eissing2016-05-121-2/+6
* mod_http2/mod_proxy_http2: no longer reusing h2_request.o for proxy moduleStefan Eissing2016-04-291-4/+5
* mod_http2: elimination of h2_io intermediate stream instancesStefan Eissing2016-04-201-4/+4
* mod_http2: delaying response start until flush or data accumulationStefan Eissing2016-04-151-4/+4
* mod_http2: new bucket beams for tranporting buckets across threads without bu...Stefan Eissing2016-04-151-1/+0
* h2_proxy_session: fill in missing APLOGNO()s.Yann Ylavic2016-03-211-4/+4
* fix APLOGNO at wrong place, me stupidStefan Eissing2016-03-211-2/+2
* APLOGNO update for mod_proxy_http2Stefan Eissing2016-03-211-13/+14
* mod_proxy_http2: removed duplicate log code after reviewStefan Eissing2016-03-191-5/+0
* Remove leftover commentChristophe Jaillet2016-03-181-1/+0
* mod_http2: fix for bucket lifetime on master conn, mod_proxy_http2: flow cont...Stefan Eissing2016-03-161-2/+49
* netware build patches by NormWStefan Eissing2016-03-091-1/+1
* mod_proxy_http2: rescheduling of requests not processed by backend on GOAWAYStefan Eissing2016-03-091-5/+9
* mod_proxy_http2 documentation, addition of request notes proxy-status and pro...Stefan Eissing2016-03-091-1/+2
* mod_proxy_http2: single engine per type per master connection, removing some ...Stefan Eissing2016-03-091-13/+12
* mod_proxy_http2: stability improvementsStefan Eissing2016-03-081-48/+46
* mod_http2: support for several different request engines per connection, fixe...Stefan Eissing2016-03-051-112/+170
* mod_http2: add missing APLOGNO()s.Yann Ylavic2016-02-291-6/+6
* fixing compile errors+warnings in gccStefan Eissing2016-02-261-3/+1
* mod_proxy_http2: start of some sort of flow control, mod_http2: keeping spare...Stefan Eissing2016-02-261-3/+5
* mod_proxy_http2: stability improvements, timeout blocking read when waiting, ...Stefan Eissing2016-02-251-26/+74
* limiting the number of threads a http/2 connection may occupyStefan Eissing2016-02-241-3/+0
* task pools have their h2_io pools as ancestors, some code cleanupStefan Eissing2016-02-191-26/+12
* using proxy http2 connection concurrently, if main connection also uses http/...Stefan Eissing2016-02-181-161/+678
* first working h2 request engine implementation that does serial processing of...Stefan Eissing2016-02-151-16/+77
* new experimental http2 proxy module for h2: and h2c: proxy urlsStefan Eissing2016-02-081-0/+639