]> granicus.if.org Git - apache/history - modules/http2/mod_proxy_http2.c
fix for handling invalid proxy uris and code cleanup provided by Evgeny Kotkov
[apache] / modules / http2 / mod_proxy_http2.c
2016-05-12 Stefan Eissingfix for handling invalid proxy uris and code cleanup...
2016-05-04 Stefan Eissingmod_http2: fix for partial file buckets in master conne...
2016-04-29 Stefan Eissingmod_http2/mod_proxy_http2: no longer reusing h2_request...
2016-04-26 Yann Ylavicmod_proxy, mod_ssl: Handle SSLProxy* directives in...
2016-04-20 Stefan Eissingmod_http2: elimination of h2_io intermediate stream...
2016-04-15 Stefan Eissingmod_http2: new bucket beams for tranporting buckets...
2016-03-21 Stefan EissingAPLOGNO update for mod_proxy_http2
2016-03-17 Stefan Eissingmod_http2: slave connections are reused
2016-03-16 Stefan Eissingmod_http2: fix for bucket lifetime on master conn,...
2016-03-11 Stefan Eissingmod_proxy_http2: using SUSPENDED from handler when...
2016-03-10 Stefan Eissingnetware build patch by NormW, v3
2016-03-09 Stefan Eissingmod_proxy_http2: rescheduling of requests not processed...
2016-03-09 Stefan Eissingmod_proxy_http2 documentation, addition of request...
2016-03-09 Stefan Eissingmod_proxy_http2: single engine per type per master...
2016-03-08 Stefan Eissingmod_proxy_http2: stability improvements
2016-03-05 Stefan Eissingmod_http2: support for several different request engine...
2016-02-29 Yann Ylavicmod_proxy_http2: add missing APLOGNO()s.
2016-02-26 Stefan Eissingmod_proxy_http2: start of some sort of flow control...
2016-02-25 Stefan Eissingmod_proxy_http2: stability improvements, timeout blocki...
2016-02-25 Stefan Eissinggoodbye h2_stream_set, hello h2_ihash in h2_util
2016-02-19 Stefan Eissingtask pools have their h2_io pools as ancestors, some...
2016-02-18 Stefan Eissingusing proxy http2 connection concurrently, if main...
2016-02-15 Stefan Eissingfirst working h2 request engine implementation that...
2016-02-11 Yann Ylavicmod_proxy_http2: remove code working around issue fixed...
2016-02-10 Yann YlavicPrefer "goto cleanup" over "do {... if (error) break...
2016-02-10 Stefan Eissingfixing uninitialized ssl_hostname
2016-02-09 Yann Ylavicmod_proxy: axe negative "ping" parameter setting and...
2016-02-08 Stefan Eissingnew experimental http2 proxy module for h2: and h2c...