]> granicus.if.org Git - apache/history - modules/http2/h2_stream.c
mod_http2: reverting int->apr_uint32_t changes of v1.7.x
[apache] / modules / http2 / h2_stream.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-19 Stefan Eissingmod_http2: rest of the fix for output blockage
2016-09-07 Stefan Eissingmod_http2: more const goodiness and checks on h2 reques...
2016-08-27 Stefan Eissingmod_http2: fix for stream buffer handling during shutdown
2016-08-24 Stefan Eissingmod_http2: latest h2/state debug draft, fixes in 100...
2016-08-05 Stefan Eissingmod_http2: support for intermediate responses
2016-07-29 Stefan Eissingmod_http2: complete implemenmtation of draft-http2...
2016-07-20 Stefan Eissingmod_http2: fixing config lookup now that we have dir...
2016-06-09 Stefan Eissingmod_http2: more orderly destruction of stream/task...
2016-06-07 Stefan Eissingmod_http2: fixes a mem corruption when streams/connecti...
2016-05-20 Stefan Eissingmod_http2: improved resume/response/window update handl...
2016-05-18 Stefan Eissingmod_http2: fixes timeout vs. keepalive timeout use...
2016-05-17 Stefan Eissingmod_http2: checking configured Limit* values against...
2016-05-04 Stefan Eissingmod_http2: fix for partial file buckets in master conne...
2016-05-02 Stefan Eissingmod_http2: rewrote TLS buffering on master connection
2016-04-29 Stefan Eissingmod_http2: some more cleanup on stream/task/session...
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-15 Stefan Eissingmod_http2: new bucket beams for tranporting buckets...
2016-04-11 Stefan Eissingreduced h2_request initialization/copy after review...
2016-03-30 Stefan Eissingmod_http2: new vars, keepalive increase, no slave reuse...
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-10 Stefan Eissingmod_http2: some code cleanup of stream request body...
2016-03-01 Stefan Eissingmod_http2: some DoS protection, fix for read after...
2016-02-25 Stefan Eissinggoodbye h2_stream_set, hello h2_ihash in h2_util
2016-02-08 Stefan Eissingnew experimental http2 proxy module for h2: and h2c...
2016-01-19 Rainer JungAdded many log numbers to log statements that
2016-01-15 Stefan Eissingmod_http2: push diary to avoid duplicate pushes, cache...
2016-01-11 Stefan Eissingnew directive H2PushDiarySize, first simple apr_hash...
2016-01-05 Stefan Eissingdynamic allocation of transfer file handles used to...
2015-12-23 Stefan Eissingfixed bug in upload that triggered window_updates durin...
2015-12-21 Stefan Eissingcleanup of DEBUG log level to who all frame types recev...
2015-12-21 Stefan Eissingbyte savings by using bit fields, new env vars HTTP2...
2015-12-11 Stefan Eissingfixed window update on chunked uploads, moved handling...
2015-11-25 Stefan Eissingnew directive H2PushPriority to define content-type...
2015-11-24 Stefan Eissingpriorities for pushed streams are changed if nghttp2...
2015-11-23 Stefan Eissingsending trailers out, when seeing EOR bucket and r...
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-17 Stefan Eissingearly release of h2_mplx on session end
2015-11-17 Stefan Eissingflushing and shutdown tuning
2015-11-13 Stefan Eissingnew directive H2Push on/off to en-/disable HTTP/2 serve...
2015-11-11 Stefan Eissingsome rework for server push
2015-11-09 Stefan Eissingrefactored connection io handling to go for blocking...
2015-11-07 Stefan Eissingeliminating some compiler warnings on win32/win64,...
2015-11-03 Stefan Eissingrework of output handling on stream/session close,...
2015-10-30 Stefan Eissingimproved h2c write performance
2015-10-30 Stefan Eissingfixing unbuffered output handling for h2c
2015-10-28 Stefan Eissinghttp2 priority based scheduling of stream execution...
2015-10-09 Stefan Eissingavoid double eos buckets on stream output brigades...
2015-09-21 Stefan Eissingno GOAWAYs on connection failures, sending last receive...
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...