]> granicus.if.org Git - apache/history - modules/http2/h2_h2.c
fixing duplice response headers, in case post_read_req hook gets called twice
[apache] / modules / http2 / h2_h2.c
2015-12-07 Stefan Eissingfixing duplice response headers, in case post_read_req...
2015-11-25 Stefan Eissingnew directive H2PushPriority to define content-type...
2015-11-23 Stefan Eissingsending trailers out, when seeing EOR bucket and r...
2015-11-17 Stefan Eissingreverting change re flush
2015-11-17 Stefan Eissingflushing connection after h2_session is done
2015-11-13 Stefan Eissingnew directive H2Push on/off to en-/disable HTTP/2 serve...
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-29 Stefan Eissinginserting needed flush buckets on master connections...
2015-10-26 Stefan Eissingimproved timeout handling on main connection, shorter...
2015-10-22 Stefan Eissingmod_http2: no longer messing with mod_ssl config in...
2015-10-20 Stefan Eissingmoved ssl handshake trigger from mod_http2 to new proce...
2015-10-20 Stefan Eissingnew ap_is_allowed_protocol() for testing configured...
2015-10-15 Stefan Eissingchanged H2Compliance to H2ModernTLSOnly, added descript...
2015-10-14 Stefan Eissingmod_http2: new directive H2Compliance on/off, checking...
2015-10-12 Stefan Eissingmod_ssl: performing protocol switch directly after...
2015-09-04 Stefan Eissingmod_h2 version bump, more c89 goodiness
2015-08-26 Stefan Eissingadding ap_get_protocol(c) which safeguards against...
2015-08-24 Stefan Eissingremoved mod_h2 directives which were experimental and...
2015-08-24 Stefan Eissingh2_repsonse across pool lifetimes implementation change...
2015-07-24 Stefan Eissingnew Protocols directive and core API changes to enable...
2015-07-22 Stefan Eissingrenamed H2InitialWindowSize to H2WindowSize, fixed...
2015-07-17 Stefan Eissingfix for detecting direct mode on a TLS connections
2015-07-10 Stefan Eissingreworked mod_h2 donation checkin into build system...