]> granicus.if.org Git - apache/history - modules/http2/mod_proxy_http2.c
mod_http2: mergine trunk+2.4.x code divergences back into a single source with proper...
[apache] / modules / http2 / mod_proxy_http2.c
2018-12-19 Stefan Eissingmod_http2: mergine trunk+2.4.x code divergences back...
2018-01-29 Stefan Eissingmod_http2/mod_proxy_http2: add new module flags
2018-01-17 Stefan EissingOn the trunk:
2017-12-19 Yann Ylavicmod_proxy: allow SSLProxyCheckPeer* usage for all proxy...
2017-12-15 Jim Jagielskicorrect copyright/license headers
2017-07-12 Jacob ChampionMakefile.in: merge typo fix from test-integration branch
2017-05-23 Jacob ChampionMerge in APR[-util] macros from branches/trunk-buildcon...
2017-04-10 Stefan EissingOn the trunk:
2017-04-10 Stefan EissingOn the trunk:
2017-04-04 Stefan EissingOn the trunk:
2017-03-06 Stefan EissingOn the trunk:
2017-02-19 Stefan EissingOn the trunk:
2016-11-23 Stefan Eissingmod_proxy_http2: not forwarding any 1xx responses on...
2016-11-01 Stefan Eissingmod_http2: proper parsing and forwarding of multiple...
2016-10-17 Stefan Eissingmod_http2/mod_proxy_http2: proper 100-continue handling...
2016-10-11 Stefan Eissingmod_proxy_http2: renaming duplicate symbol clash betwee...
2016-10-09 Stefan Eissingmod_http2: reverting int->apr_uint32_t changes of v1.7.x
2016-06-27 Yann Ylavicmod_proxy_http2: don't use ap_proxy_ssl_connection_clea...
2016-06-22 Stefan Eissingmod_proxy_http2: fixed retry behaviour when proxy engin...
2016-06-10 Stefan Eissingmod_proxy_http2: fix flow control when frontend connect...
2016-06-09 Stefan Eissingmod_proxy_http2: own h2_proxy_util.c source file to...
2016-06-09 William A. Rowe JrThe answer to the question appears to be in 2.4.21...
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...