summaryrefslogtreecommitdiffstats
path: root/modules/http2/h2_bucket_beam.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* On the trunk:Stefan Eissing2016-12-231-0/+7
* mod_http2: fix for beam double cleanup crashes introduced in 1.7.7Stefan Eissing2016-11-031-30/+33
* mod_http2: AP_DEBUG_ASSERT changed to ap_assertStefan Eissing2016-10-261-10/+3
* mod_http2: fixed potential crash in beam memory handling introduced in 1.7.x ...Stefan Eissing2016-10-231-0/+1
* mod_http2: reverting int->apr_uint32_t changes of v1.7.xStefan Eissing2016-10-091-2/+2
* mod_http2: replacing module internal hook with own impl as the former does no...Stefan Eissing2016-10-041-3/+5
* various fixes, mod_cgid interop, response/trailer forwarding rewritten, stabi...Stefan Eissing2016-10-031-0/+4
* more apr_uint32_t usage where appropriate, signed/unsigned warning detox, str...Stefan Eissing2016-09-201-2/+2
* mod_http2: fix for stream buffer handling during shutdownStefan Eissing2016-08-271-0/+7
* mod_http2: new H2CopyFiles directiveStefan Eissing2016-07-201-0/+6
* mod_http2: more orderly destruction of stream/task pairsStefan Eissing2016-06-091-5/+6
* mod_http2: improved resume/response/window update handling on master connectionStefan Eissing2016-05-201-9/+27
* mod_http2: fixes in input/output bucket handlingStefan Eissing2016-04-281-3/+9
* mod_http2: removing beam mutex when task worker doneStefan Eissing2016-04-271-16/+52
* FLUSHing H2EOS and H2EOC buckets to preserve destruction order, improving buc...Stefan Eissing2016-04-261-6/+6
* mod_http2: delaying response start until flush or data accumulationStefan Eissing2016-04-151-0/+5
* mod_http2: new bucket beams for tranporting buckets across threads without bu...Stefan Eissing2016-04-151-0/+297