]> granicus.if.org Git - apache/history - modules/http2/h2_session.c
Fix spelling in comments and text files.
[apache] / modules / http2 / h2_session.c
2016-08-11 Rainer JungFix spelling in comments and text files.
2016-08-05 Stefan Eissingmod_http2: support for intermediate responses
2016-07-29 Stefan Eissingmod_http2: complete implemenmtation of draft-http2...
2016-07-11 Stefan Eissingmod_http2: no master timeout while requests are ongoing
2016-07-10 Stefan Eissingmod_http2: fixing flush on SETTINGS frames without...
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-15 Stefan Eissingmod_http2: more rigid error handling in DATA frame...
2016-05-20 Stefan Eissingmod_http2: improved resume/response/window update handl...
2016-05-18 Stefan Eissingmod_http2: fixes timeout vs. keepalive timeout use...
2016-05-17 Stefan Eissingmod_http2: checking configured Limit* values against...
2016-05-05 Christophe JailletImprove alignment
2016-05-04 Stefan Eissingmod_http2: fix for partial file buckets in master conne...
2016-05-02 Stefan Eissingmod_http2: rewrote TLS buffering on master connection
2016-04-29 Stefan Eissingmod_http2: some more cleanup on stream/task/session...
2016-04-28 Stefan Eissingmod_http2: fix for connection cleanup on early close...
2016-04-28 Stefan Eissingmod_http2: fixes in input/output bucket handling
2016-04-28 Stefan Eissingmod_http2: more sparse scorebaord updates with overall...
2016-04-26 Stefan EissingFLUSHing H2EOS and H2EOC buckets to preserve destructio...
2016-04-20 Stefan Eissingmod_http2: elimination of h2_io intermediate stream...
2016-04-19 Stefan Eissinguplifting 1.4.7 fixes, version bump
2016-04-15 Stefan Eissingmod_http2: new bucket beams for tranporting buckets...
2016-04-11 Stefan Eissingreduced h2_request initialization/copy after review...
2016-03-31 Stefan Eissingmod_http2: removing some flushes on main connection
2016-03-30 Stefan Eissingmod_http2: new vars, keepalive increase, no slave reuse...
2016-03-29 Stefan Eissingmod_http2: fix for wrong handling of prefetched respons...
2016-03-29 Stefan Eissingmod_http2: more effient passing of response bodies
2016-03-18 Christophe JailletRemove leftover comment
2016-03-18 Stefan Eissingmod_http2: some cleanup in GGOAWAY handling, disabling...
2016-03-16 Stefan Eissingmod_http2: fix for bucket lifetime on master conn,...
2016-03-11 Stefan Eissingmod_http2: avoid unnecessary out flushing, avoid scoreb...
2016-03-11 Stefan Eissingmod_http2: simpler flushing on master out
2016-03-10 Stefan Eissingmod_http2: some code cleanup of stream request body...
2016-03-09 Stefan Eissingmod_http2: more safe approach to async mpm keepalive...
2016-03-09 Stefan Eissingmod_proxy_http2: single engine per type per master...
2016-03-05 Stefan Eissingmod_http2: support for several different request engine...
2016-03-02 Stefan Eissingmod_http2: version bump, fixing max connection workers...
2016-03-01 Stefan Eissingmod_http2: some DoS protection, fix for read after...
2016-02-26 Stefan Eissingfixing compile errors+warnings in gcc
2016-02-25 Stefan Eissinggoodbye h2_stream_set, hello h2_ihash in h2_util
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-10 Stefan Eissinggiving write operations a chance after a max of 64k...
2016-02-10 Stefan Eissingtuning the output passing and flushing a bit
2016-02-10 Stefan Eissingtimeout handling when idle but still streams open
2016-02-08 Stefan Eissingnew experimental http2 proxy module for h2: and h2c...
2016-02-02 Stefan Eissingexplicitly controlling write timeouts, not properly...
2016-02-01 Stefan Eissinga little love for timneouts in the sync mpm setups
2016-01-29 Stefan Eissingusing keepalive timeout only when no streams are open...
2016-01-29 Stefan Eissingremoved experimental++ H2* timeout directives, instead...
2016-01-27 Stefan Eissingasync handling of idle http2 connections
2016-01-21 Stefan Eissingscoreboard http2 status gives stream summary
2016-01-21 Stefan Eissingreverting messup
2016-01-21 Stefan Eissingupdate scoreboard CHANGES, doh
2016-01-21 Stefan Eissingusing socket timeouts to stutter keepalives, so that...
2016-01-20 Stefan Eissingupdating scoreboard from conn to erase request string...
2016-01-19 Stefan Eissingchecking for stopping MPM before going into blocking...
2016-01-19 Rainer JungAdded many log numbers to log statements that
2016-01-19 Rainer JungAdded many log numbers to log statements that
2016-01-15 Stefan Eissingmod_http2: push diary to avoid duplicate pushes, cache...
2016-01-12 Stefan Eissingpush diary work, introduction of N/P for cache digest...
2016-01-11 Stefan Eissingnew directive H2PushDiarySize, first simple apr_hash...
2016-01-08 Stefan Eissingremoving session flags, using state enums only, added...
2016-01-07 Stefan Eissingattempting to send GOAWAY at connection end, alaways...
2016-01-05 Stefan Eissingno async http2 read for now, fixed GOAWAY flush at...
2016-01-05 Stefan Eissingno more blocking reads for aborted sessions
2016-01-05 Stefan Eissingalways sending GOAWAY frame on session shutdown if...
2016-01-05 Stefan Eissingdynamic allocation of transfer file handles used to...
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-21 Stefan Eissingwhen normal read timeout expires, http2 switches to...
2015-12-21 Stefan Eissingbyte savings by using bit fields, new env vars HTTP2...
2015-12-18 Stefan Eissing3 new timeout configuration directives for mod_http2
2015-12-17 Christophe JailletFix some small style issues (extra blank lines, '{...
2015-12-17 Stefan Eissingmoving session reading into a connection input filter
2015-12-15 Stefan Eissingmod_http2: returning idle connections back to the mpm...
2015-12-14 Stefan Eissinginternal rewiring to prepare for return from connection...
2015-12-08 Stefan Eissingmod_http2: sending out push promises *before* the strea...
2015-12-07 Stefan Eissingremoving weight from H2PushPriority with dependency...
2015-12-04 Stefan Eissingremoving floor() usage as not available everywhere
2015-12-04 Stefan Eissingmax connection window size, reducing write frequency...
2015-12-04 Stefan Eissingbuilding against minimum version 1.2.1 of nghttp2
2015-12-02 Stefan Eissingfixing input WINDOW_UPDATE handling for new test cases
2015-11-25 Stefan Eissingchanged nghttp2 write frequency to fix nghttp2_stream...
2015-11-25 Stefan Eissingnew directive H2PushPriority to define content-type...
2015-11-24 Stefan Eissingupdate CHANGES, version and compiler warning
2015-11-24 Stefan Eissingpriorities for pushed streams are changed if nghttp2...
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 Eissingadding nghttp2 alloc logging for trace6
2015-11-23 Stefan Eissingfixes races during session shutdown when connection...
2015-11-20 Stefan Eissingincoming trailers passed into chunked request bodies...
2015-11-19 Stefan Eissinginclude fixes for older apr, added flushing for 2.4...
2015-11-19 Stefan Eissingfix in connection shutdown to no longer log after free...
2015-11-17 Stefan Eissingearly release of h2_mplx on session end
2015-11-17 Stefan Eissingflushing and shutdown tuning
2015-11-16 Stefan Eissingimprovements in handling orphaned stream resources...
next