]> granicus.if.org Git - apache/history - modules/http2/h2_util.c
mod_http2: reverting int->apr_uint32_t changes of v1.7.x
[apache] / modules / http2 / h2_util.c
2016-10-09 Stefan Eissingmod_http2: reverting int->apr_uint32_t changes of v1.7.x
2016-10-03 Stefan Eissingvarious fixes, mod_cgid interop, response/trailer forwa...
2016-09-20 Stefan Eissingmore apr_uint32_t usage where appropriate, signed/unsig...
2016-09-07 Stefan Eissingmod_http2: more const goodiness and checks on h2 reques...
2016-08-05 Stefan Eissingmod_http2: support for intermediate responses
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-06-09 William A. Rowe JrRename ap_casecmpstr[n]() to ap_cstr_casecmp[n](),...
2016-05-20 Stefan Eissingmod_http2: fixing re-entrancy problems with new master...
2016-05-20 Stefan Eissingmod_http2: improved resume/response/window update handl...
2016-05-05 Christophe JailletImprove alignment
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-20 Stefan Eissingmod_http2: elimination of h2_io intermediate stream...
2016-04-20 Stefan Eissingcompilation fixes for VC
2016-04-15 Stefan Eissingmod_http2: new bucket beams for tranporting buckets...
2016-03-29 Stefan Eissingmod_http2: fix for wrong handling of prefetched respons...
2016-03-29 Stefan Eissingmod_http2: more effient passing of response bodies
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-14 Stefan Eissingsharing bucket_alloc for all streams inside mplx, expli...
2016-03-14 Stefan Eissingmod_http2: allowing requests without :authority header
2016-03-09 Stefan Eissingmod_proxy_http2: rescheduling of requests not processed...
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-18 Stefan Eissingusing proxy http2 connection concurrently, if main...
2016-02-08 Stefan Eissingnew experimental http2 proxy module for h2: and h2c...
2016-01-26 Yann Ylavicmod_http2: Fix warnings:
2016-01-19 Stefan Eissingbytes read/written on slave connections are reported...
2016-01-19 Rainer JungAdded many log numbers to log statements that
2016-01-18 Stefan Eissinglog2n compilation error fix, cache digest calculation fix
2016-01-15 Stefan Eissingmod_http2: push diary to avoid duplicate pushes, cache...
2016-01-08 Stefan Eissingremoving session flags, using state enums only, added...
2016-01-05 Stefan Eissingdynamic allocation of transfer file handles used to...
2015-12-22 Stefan Eissingrewrote http2 connection state handling, fixed keepaliv...
2015-12-21 Stefan Eissingsubprocess_env vars HTTP2 and H2PUSH supported, export...
2015-12-18 Stefan Eissingremoved no longer used h2_strlwr() dinosaur
2015-12-17 Christophe JailletFix some small style issues (extra blank lines, '{...
2015-11-20 Stefan Eissingincoming trailers passed into chunked request bodies...
2015-11-19 Stefan Eissingfix in connection shutdown to no longer log after free...
2015-11-16 Stefan Eissingfixing h2c scheme/authority initialization
2015-11-13 Stefan Eissingnew directive H2Push on/off to en-/disable HTTP/2 serve...
2015-11-07 Stefan Eissingeliminating some compiler warnings on win32/win64,...
2015-11-05 Stefan EissingAP_DECLARRE removals
2015-11-03 Stefan Eissingrework of output handling on stream/session close,...
2015-10-30 Stefan Eissingimproved h2c write performance
2015-10-11 Stefan Eissingifdef'fing MMAP bucket checks for platform that do...
2015-10-09 Stefan Eissingavoid double eos buckets on stream output brigades...
2015-10-08 Stefan Eissingimproved fix for EOS checking on zero length read,...
2015-10-08 Stefan Eissingreverted r1707468 as not good enough
2015-10-08 Stefan Eissingfix for empty responses with nghttp2 v1.3.x, bump versi...
2015-09-02 Stefan Eissingeliminating some stricter compiler warnings in mod_h2
2015-07-24 Stefan Eissingnew Protocols directive and core API changes to enable...
2015-07-23 Edward Luc89-ify http2
2015-07-17 Jean-Frederic ClereArrange the C++ declarations to make my compiler happy.
2015-07-10 Stefan Eissingreworked mod_h2 donation checkin into build system...