summaryrefslogtreecommitdiffstats
path: root/modules/http2/h2_mplx.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* new directive H2PushPriority to define content-type based priorities on serve...Stefan Eissing2015-11-251-2/+3
* start of PUSH priority handling, fixing core when task produces no response a...Stefan Eissing2015-11-241-2/+2
* sending trailers out, when seeing EOR bucket and r->trailers_out is non-emptyStefan Eissing2015-11-231-8/+21
* fixes races during session shutdown when connection is abortedStefan Eissing2015-11-231-55/+58
* updated documenation, fixed includes to work with older apr versionsStefan Eissing2015-11-191-0/+1
* fix in connection shutdown to no longer log after free, fixes in handling HTT...Stefan Eissing2015-11-191-27/+38
* flushing and shutdown tuningStefan Eissing2015-11-171-1/+1
* task creation moved into h2_worker domain (pool+thread)Stefan Eissing2015-11-161-39/+28
* improvements in handling orphaned stream resources, where client prematurely ...Stefan Eissing2015-11-161-35/+45
* new directive H2Push on/off to en-/disable HTTP/2 server pushes. Server pushe...Stefan Eissing2015-11-131-1/+1
* some rework for server pushStefan Eissing2015-11-111-13/+11
* task bucket_alloc now created per task pool, spare pools properly destroyedStefan Eissing2015-11-091-0/+4
* eliminating some compiler warnings on win32/win64, removing frame data size c...Stefan Eissing2015-11-071-2/+2
* rework of output handling on stream/session close, rework of cleartext (http:...Stefan Eissing2015-11-031-108/+86
* improved h2c write performanceStefan Eissing2015-10-301-0/+30
* inserting needed flush buckets on master connections again, rewrite task queu...Stefan Eissing2015-10-291-5/+1
* http2 priority based scheduling of stream execution in each sessionStefan Eissing2015-10-281-5/+46
* improvements in stream reset handling and early stream closeStefan Eissing2015-10-261-13/+20
* improvements in http2 connection and worker shutdown, hopefully addressing hi...Stefan Eissing2015-10-231-20/+14
* mod_http2: no longer messing with mod_ssl config in slave connections, specia...Stefan Eissing2015-10-221-3/+2
* when stream gets reset by client, forward info to mplx and fail writesStefan Eissing2015-10-121-5/+14
* avoid double eos buckets on stream output brigades, add stream rst infrstruct...Stefan Eissing2015-10-091-10/+71
* avoiding race where h2_stream is closed/reset by client while being unprocess...Stefan Eissing2015-09-231-1/+5
* Applied patch by normw@gknw.net for ANSI C compliance.Stefan Eissing2015-08-271-1/+6
* h2_repsonse across pool lifetimes implementation changed, no longer using callocStefan Eissing2015-08-241-3/+3
* reverted late connection creation after encountering concurrency issues on ub...Stefan Eissing2015-08-181-5/+2
* creating ap_array_index in util, forwarding scheme into request processing, e...Stefan Eissing2015-08-181-9/+5
* new Protocols directive and core API changes to enable protocol switching on ...Stefan Eissing2015-07-241-2/+3
* Arrange the C++ declarations to make my compiler happy.Jean-Frederic Clere2015-07-171-25/+46
* reworked mod_h2 donation checkin into build system, added documentationStefan Eissing2015-07-101-0/+778