]> granicus.if.org Git - apache/history - modules/http2/h2_task.c
bytes read/written on slave connections are reported to mod_logio, fixes PR 58871
[apache] / modules / http2 / h2_task.c
2016-01-19 Stefan Eissingbytes read/written on slave connections are reported...
2015-12-23 Stefan Eissingfixed bug in upload that triggered window_updates durin...
2015-12-21 Stefan Eissingbyte savings by using bit fields, new env vars HTTP2...
2015-12-17 Christophe JailletFix some small style issues (extra blank lines, '{...
2015-12-14 Stefan Eissingsaving some bytes and cycles by not create h2_ctx for...
2015-11-25 Stefan Eissingnew directive H2PushPriority to define content-type...
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 Eissingfixes races during session shutdown when connection...
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-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-03 Stefan Eissingrework of output handling on stream/session close,...
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-13 Stefan Eissingshowing HTTP/2 in access logs and server status
2015-09-14 Stefan Eissingchanging r->protocol to HTTP/2 for all directly handles...
2015-09-02 Stefan Eissingeliminating some stricter compiler warnings in mod_h2
2015-08-18 Stefan Eissingcreating ap_array_index in util, forwarding scheme...
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-16 Jim Jagielskifix for correct assert
2015-07-10 Stefan Eissingreworked mod_h2 donation checkin into build system...