]> granicus.if.org Git - apache/history - modules/http2/h2_io.h
mod_http2: some more code cleanup
[apache] / modules / http2 / h2_io.h
2016-03-10 Stefan Eissingmod_http2: some more code cleanup
2016-03-10 Stefan Eissingmod_http2: some code cleanup of stream request body...
2016-03-09 Stefan Eissingmod_proxy_http2: single engine per type per master...
2016-03-01 Stefan Eissingmod_http2: some DoS protection, fix for read after...
2016-02-23 Stefan Eissingimproved eos out handling on streams
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-09 Stefan Eissingadding flush bucket on every main connection buffer...
2016-02-08 Stefan Eissingnew experimental http2 proxy module for h2: and h2c...
2016-01-29 Stefan Eissingremoved experimental++ H2* timeout directives, instead...
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-23 Stefan Eissingfixed bug in upload that triggered window_updates durin...
2015-12-21 Christophe JailletUse 'unsigned int' instead of 'int' for bitfields
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-14 Stefan Eissingincoming trailers passed directly to request_rec, work...
2015-12-11 Stefan Eissingfixed window update on chunked uploads, moved handling...
2015-12-02 Stefan Eissingfixing input WINDOW_UPDATE handling for new test cases
2015-11-23 Stefan Eissingsending trailers out, when seeing EOR bucket and r...
2015-11-16 Stefan Eissingtask creation moved into h2_worker domain (pool+thread)
2015-11-16 Stefan Eissingimprovements in handling orphaned stream resources...
2015-11-11 Stefan Eissingsome rework for server push
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-28 Stefan Eissinghttp2 priority based scheduling of stream execution...
2015-10-22 Stefan Eissingmod_http2: no longer messing with mod_ssl config in...
2015-10-09 Stefan Eissingavoid double eos buckets on stream output brigades...
2015-08-18 Stefan Eissingcreating ap_array_index in util, forwarding scheme...
2015-07-10 Stefan Eissingreworked mod_h2 donation checkin into build system...