]> granicus.if.org Git - apache/history - modules/http2/h2_workers.c
reducing # of file handles used in transfers by default, reduced global workers lock...
[apache] / modules / http2 / h2_workers.c
2016-01-05 Stefan Eissingreducing # of file handles used in transfers by default...
2016-01-05 Stefan Eissingdynamic allocation of transfer file handles used to...
2016-01-04 Yann YlavicFollow up to r1722914: since worker threads are joined...
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-17 Christophe JailletFix some small style issues (extra blank lines, '{...
2015-12-11 Stefan Eissingfixed worker number by default, worker pool reuse exper...
2015-11-16 Stefan Eissingtask creation moved into h2_worker domain (pool+thread)
2015-11-13 Stefan Eissingnew directive H2Push on/off to en-/disable HTTP/2 serve...
2015-10-23 Stefan Eissingimprovements in http2 connection and worker shutdown...
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...