]> granicus.if.org Git - apache/history - modules/http2/h2_task.c
mod_http2: fixed slave connection keepalives counter.
[apache] / modules / http2 / h2_task.c
2019-01-25 Stefan Eissingmod_http2: fixed slave connection keepalives counter.
2019-01-24 Stefan Eissingmod_http2: enable re-use of slave connections again.
2019-01-24 Stefan Eissingreverting last change
2019-01-24 Stefan Eissingmod_http2: enable re-use of slave connections again.
2018-04-09 Stefan EissingOn the trunk:
2018-01-17 Stefan EissingOn the trunk:
2017-12-15 Jim Jagielskicorrect copyright/license headers
2017-09-28 Stefan EissingOn the trunk:
2017-07-30 Stefan Eissingmod_http2: version bump, partial fix for stream respons...
2017-07-12 Jacob ChampionMakefile.in: merge typo fix from test-integration branch
2017-05-23 Jacob ChampionMerge in APR[-util] macros from branches/trunk-buildcon...
2017-04-09 Stefan EissingOn the turnk:
2017-03-30 Stefan EissingOn the trunk:
2017-03-27 Stefan EissingOn the trunk:
2017-03-25 Stefan EissingOn the trunk:
2017-03-06 Stefan EissingOn the trunk:
2017-02-27 Stefan EissingOn the trunk:
2017-02-14 Stefan EissingOn the trunk:
2017-02-14 Stefan EissingOn the trunk:
2017-02-13 Stefan EissingOn the trunk:
2016-12-23 Stefan EissingOn the trunk:
2016-11-01 Stefan Eissingmod_http2: proper parsing and forwarding of multiple...
2016-10-30 Stefan Eissingmod_http2: using int queue instead of ihash for stream...
2016-10-29 Stefan Eissingmod_http2: earlier slave connection allocator destroy...
2016-10-26 Stefan Eissingmod_http2: AP_DEBUG_ASSERT changed to ap_assert
2016-10-23 Stefan Eissingmod_http2: fixed potential crash in beam memory handlin...
2016-10-17 Stefan Eissingmod_http2/mod_proxy_http2: proper 100-continue handling...
2016-10-09 Stefan Eissingmod_http2: reverting int->apr_uint32_t changes of v1.7.x
2016-10-06 Stefan Eissingmod_http2: fixing compilation error/warning on 32bit...
2016-10-03 Stefan Eissingvarious fixes, mod_cgid interop, response/trailer forwa...
2016-09-20 Stefan Eissingmore apr_uint32_t usage where appropriate, signed/unsig...
2016-09-19 Stefan Eissingmod_http2: rest of the fix for output blockage
2016-09-07 Stefan Eissingmod_http2: more const goodiness and checks on h2 reques...
2016-08-27 Stefan Eissingmod_http2: fix for stream buffer handling during shutdown
2016-08-24 Stefan Eissingmod_http2: latest h2/state debug draft, fixes in 100...
2016-08-05 Stefan Eissingmod_http2: support for intermediate responses
2016-07-20 Stefan Eissingmod_http2: new H2CopyFiles directive
2016-06-22 Eric Covenerassign IDs to new AH*'s
2016-06-22 Eric Covenerspatch some AH* IDs to pick up the new INFO level messages,
2016-06-07 Stefan Eissingmod_http2: fixes a mem corruption when streams/connecti...
2016-05-20 Stefan Eissingmod_http2: improved resume/response/window update handl...
2016-05-17 Stefan Eissingmod_http2: fixing c->current_thread on slave connection...
2016-05-04 Stefan Eissingmod_http2: fix for partial file buckets in master conne...
2016-04-28 Stefan Eissingmod_http2: fixes in input/output bucket handling
2016-04-27 William A. Rowe Jr Ensure http2 follows http in the meaning of
2016-04-20 Stefan Eissingmod_http2: elimination of h2_io intermediate stream...
2016-04-15 Stefan Eissingmod_http2: delaying response start until flush or data...
2016-04-15 Stefan Eissingmod_http2: new bucket beams for tranporting buckets...
2016-03-30 Stefan Eissingmod_http2: new vars, keepalive increase, no slave reuse...
2016-03-30 Stefan Eissingmod_http2: incrementing keepalives on each request...
2016-03-24 Stefan Eissingmod_http2: fix for scoreboard updates missing, mem...
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-03-17 Stefan Eissingmod_http2: slave connections are reused
2016-03-16 Stefan Eissingmod_http2: fix for bucket lifetime on master conn,...
2016-03-11 Stefan Eissingmod_proxy_http2: using SUSPENDED from handler when...
2016-03-09 Stefan Eissingmod_proxy_http2: rescheduling of requests not processed...
2016-03-08 Stefan Eissingmod_proxy_http2: stability improvements
2016-03-05 Stefan Eissingmod_http2: support for several different request engine...
2016-02-26 Stefan Eissingmod_proxy_http2: start of some sort of flow control...
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-08 Stefan Eissingnew experimental http2 proxy module for h2: and h2c...
2016-01-20 Stefan Eissingupdating scoreboard from conn to erase request string...
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...