summaryrefslogtreecommitdiffstats
path: root/modules/http2/h2_push.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* *) mod_http2: use the new REQUEST buckets to forward requestStefan Eissing2022-04-131-0/+2
* *) mod_http2: use the new RESPONSE buckets introduced in r1899648.Stefan Eissing2022-04-071-5/+4
* *) mod_http2: remote support for abandoned http-wg draftStefan Eissing2020-07-291-16/+38
* mod_http2: bringing some signed/unsigned casting goodness, aligning with gith...Stefan Eissing2018-10-101-1/+1
* On the trunk:Stefan Eissing2018-01-171-6/+8
* mod_http2: H2PushResource directive for early pushingStefan Eissing2016-11-131-0/+1
* mod_http2/mod_proxy_http2: proper 100-continue handling up to backend, more r...Stefan Eissing2016-10-171-1/+1
* mod_http2: reverting int->apr_uint32_t changes of v1.7.xStefan Eissing2016-10-091-3/+3
* various fixes, mod_cgid interop, response/trailer forwarding rewritten, stabi...Stefan Eissing2016-10-031-3/+4
* more apr_uint32_t usage where appropriate, signed/unsigned warning detox, str...Stefan Eissing2016-09-201-2/+2
* Fix some obvious doxygen warningChristophe Jaillet2016-05-301-1/+1
* new experimental http2 proxy module for h2: and h2c: proxy urlsStefan Eissing2016-02-081-18/+2
* log2n compilation error fix, cache digest calculation fixStefan Eissing2016-01-181-6/+10
* mod_http2: push diary to avoid duplicate pushes, cache-digest handling, http2...Stefan Eissing2016-01-151-9/+33
* push diary work, introduction of N/P for cache digest handlingStefan Eissing2016-01-121-20/+13
* new directive H2PushDiarySize, first simple apr_hash implementation of a push...Stefan Eissing2016-01-111-0/+71
* fixed segfault in connection shutdown, added accept-push-policy supportStefan Eissing2015-12-231-0/+9
* new directive H2PushPriority to define content-type based priorities on serve...Stefan Eissing2015-11-251-2/+0
* priorities for pushed streams are changed if nghttp2 library supports this, c...Stefan Eissing2015-11-241-9/+2
* start of PUSH priority handling, fixing core when task produces no response a...Stefan Eissing2015-11-241-2/+9
* new directive H2Push on/off to en-/disable HTTP/2 server pushes. Server pushe...Stefan Eissing2015-11-131-1/+0
* some rework for server pushStefan Eissing2015-11-111-0/+34