]> granicus.if.org Git - apache/history - modules/http2/h2_worker.c
CHANGES: backported features to 2.4.x
[apache] / modules / http2 / h2_worker.c
2016-10-23 Stefan Eissingmod_http2: fixed potential crash in beam memory handlin...
2016-05-17 Stefan Eissingmod_http2: fixing c->current_thread on slave connection...
2016-04-15 Stefan Eissingmod_http2: new bucket beams for tranporting buckets...
2016-03-17 Stefan Eissingrevert of r1735444 as leaking, fix in task filter removal
2016-03-17 Stefan Eissingmod_http2: pushing slave conn setup outside of lock...
2016-02-29 Yann YlavicAvoid compiler (gcc-5.3.1) warning on unused variable.
2016-02-26 Stefan Eissingmod_proxy_http2: start of some sort of flow control...
2016-02-23 Stefan Eissingcode cleanup, saving some apr_time_now() calls on sched...
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-15 Christophe JailletFix typo in comment
2016-02-10 Stefan Eissingusing root pool for slave connections
2016-01-04 Yann YlavicFollow up to r1722914: since worker threads are joined...
2016-01-04 Stefan Eissingjoining zombie workers thread, as suggested by yann
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-14 Stefan Eissinginternal rewiring to prepare for return from connection...
2015-12-11 Stefan Eissingfixed worker number by default, worker pool reuse exper...
2015-11-23 Stefan Eissingfixes races during session shutdown when connection...
2015-11-16 Stefan Eissingtask creation moved into h2_worker domain (pool+thread)
2015-11-09 Stefan Eissingtask bucket_alloc now created per task pool, spare...
2015-10-23 Stefan Eissingimprovements in http2 connection and worker shutdown...
2015-08-25 Stefan Eissingfixing msvc compiler warnings
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...