]> granicus.if.org Git - apache/history - modules/http2/h2_session.c
mod_http2: push diary to avoid duplicate pushes, cache-digest handling, http2-status...
[apache] / modules / http2 / h2_session.c
2016-01-15 Stefan Eissingmod_http2: push diary to avoid duplicate pushes, cache...
2016-01-12 Stefan Eissingpush diary work, introduction of N/P for cache digest...
2016-01-11 Stefan Eissingnew directive H2PushDiarySize, first simple apr_hash...
2016-01-08 Stefan Eissingremoving session flags, using state enums only, added...
2016-01-07 Stefan Eissingattempting to send GOAWAY at connection end, alaways...
2016-01-05 Stefan Eissingno async http2 read for now, fixed GOAWAY flush at...
2016-01-05 Stefan Eissingno more blocking reads for aborted sessions
2016-01-05 Stefan Eissingalways sending GOAWAY frame on session shutdown if...
2016-01-05 Stefan Eissingdynamic allocation of transfer file handles used to...
2016-01-04 Stefan Eissingreworked synching of session shutdown with worker threa...
2015-12-30 Stefan Eissingfixes after fuzzing tests, changed H2KeepAliveTimeout...
2015-12-23 Stefan Eissingfixed bug in upload that triggered window_updates durin...
2015-12-22 Stefan Eissingrewrote http2 connection state handling, fixed keepaliv...
2015-12-21 Stefan Eissingcleanup of DEBUG log level to who all frame types recev...
2015-12-21 Stefan Eissingwhen normal read timeout expires, http2 switches to...
2015-12-21 Stefan Eissingbyte savings by using bit fields, new env vars HTTP2...
2015-12-18 Stefan Eissing3 new timeout configuration directives for mod_http2
2015-12-17 Christophe JailletFix some small style issues (extra blank lines, '{...
2015-12-17 Stefan Eissingmoving session reading into a connection input filter
2015-12-15 Stefan Eissingmod_http2: returning idle connections back to the mpm...
2015-12-14 Stefan Eissinginternal rewiring to prepare for return from connection...
2015-12-08 Stefan Eissingmod_http2: sending out push promises *before* the strea...
2015-12-07 Stefan Eissingremoving weight from H2PushPriority with dependency...
2015-12-04 Stefan Eissingremoving floor() usage as not available everywhere
2015-12-04 Stefan Eissingmax connection window size, reducing write frequency...
2015-12-04 Stefan Eissingbuilding against minimum version 1.2.1 of nghttp2
2015-12-02 Stefan Eissingfixing input WINDOW_UPDATE handling for new test cases
2015-11-25 Stefan Eissingchanged nghttp2 write frequency to fix nghttp2_stream...
2015-11-25 Stefan Eissingnew directive H2PushPriority to define content-type...
2015-11-24 Stefan Eissingupdate CHANGES, version and compiler warning
2015-11-24 Stefan Eissingpriorities for pushed streams are changed if nghttp2...
2015-11-24 Stefan Eissingstart of PUSH priority handling, fixing core when task...
2015-11-23 Stefan Eissingsending trailers out, when seeing EOR bucket and r...
2015-11-23 Stefan Eissingadding nghttp2 alloc logging for trace6
2015-11-23 Stefan Eissingfixes races during session shutdown when connection...
2015-11-20 Stefan Eissingincoming trailers passed into chunked request bodies...
2015-11-19 Stefan Eissinginclude fixes for older apr, added flushing for 2.4...
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-16 Stefan Eissingimprovements in handling orphaned stream resources...
2015-11-16 Stefan Eissingchaning WINDOW_SIZE default to protocol default, avoid...
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 Eissingtask bucket_alloc now created per task pool, spare...
2015-11-09 Stefan Eissingsome connection state tweaks to appease event mpm
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-05 Stefan Eissingreplacing own stream_set with apr_hash internally
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-29 Stefan Eissingsome tuning of buffer/write record sizes
2015-10-29 Stefan Eissinginserting needed flush buckets on master connections...
2015-10-28 Stefan Eissinghttp2 priority based scheduling of stream execution...
2015-10-27 Stefan Eissinghttp2 TLS record size handling configuration, improved...
2015-10-26 Stefan Eissingimprovements in stream reset handling and early stream...
2015-10-23 Stefan Eissingimprovements in http2 connection and worker shutdown...
2015-10-12 Stefan Eissingwhen stream gets reset by client, forward info to mplx...
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-09-03 Gregg Lewis SmithC89
2015-09-02 Stefan Eissingeliminating some stricter compiler warnings in mod_h2
2015-08-27 Stefan EissingApplied patch by normw@gknw.net for ANSI C compliance.
2015-08-25 Stefan Eissingfixing msvc compiler warnings
2015-08-24 Stefan Eissingremoved mod_h2 directives which were experimental and...
2015-08-24 Stefan Eissingh2_repsonse across pool lifetimes implementation change...
2015-08-20 Stefan Eissingfixed type of error parameter for invalid_frame_recv_cb...
2015-07-24 Stefan Eissingnew Protocols directive and core API changes to enable...
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...