summaryrefslogtreecommitdiffstats
path: root/modules/http2 (follow)
Commit message (Expand)AuthorAgeFilesLines
* changing r->protocol to HTTP/2.0 for HTTP/2 requests, fixes PR 59313Stefan Eissing2016-04-201-1/+1
* compilation fixes for VCStefan Eissing2016-04-203-3/+127
* allocate an ID for new warning msgEric Covener2016-04-191-1/+1
* uplifting 1.4.7 fixes, version bumpStefan Eissing2016-04-193-5/+21
* removed obsolete source filesStefan Eissing2016-04-182-274/+0
* mod_http2: delaying response start until flush or data accumulationStefan Eissing2016-04-154-17/+68
* mod_http2: new bucket beams for tranporting buckets across threads without bu...Stefan Eissing2016-04-1538-2830/+2657
* reduced h2_request initialization/copy after review by CJStefan Eissing2016-04-117-61/+44
* update after backportStefan Eissing2016-03-311-2/+2
* mod_http2: removing some flushes on main connectionStefan Eissing2016-03-311-6/+6
* mod_http2: new vars, keepalive increase, no slave reuse when con->keepalive n...Stefan Eissing2016-03-3015-112/+164
* mod_http2: incrementing keepalives on each request started so that loggingStefan Eissing2016-03-302-1/+2
* mod_http2: fix for wrong handling of prefetched response bodiesStefan Eissing2016-03-297-34/+38
* mod_http2: more effient passing of response bodiesStefan Eissing2016-03-299-212/+195
* mod_http2: fix for scoreboard updates missing, mem leak fix for slave connect...Stefan Eissing2016-03-245-20/+23
* mod_http2: no variadic macro in C89, use equivalent function.Yann Ylavic2016-03-221-23/+34
* adding missing source h2_ngn_shed.c for win buildStefan Eissing2016-03-221-0/+4
* h2_proxy_session: fill in missing APLOGNO()s.Yann Ylavic2016-03-211-4/+4
* fix APLOGNO at wrong place, me stupidStefan Eissing2016-03-211-2/+2
* APLOGNO update for mod_proxy_http2Stefan Eissing2016-03-212-20/+27
* APLOGNO taggingStefan Eissing2016-03-211-1/+1
* latest additions to netware build by NormWStefan Eissing2016-03-211-0/+1
* mod_proxy_http2: removed duplicate log code after reviewStefan Eissing2016-03-191-5/+0
* Remove leftover commentChristophe Jaillet2016-03-182-2/+0
* mod_http2: prohibit unnecessary flushing on master connStefan Eissing2016-03-181-1/+1
* mod_http2: oops, forgot a renameStefan Eissing2016-03-181-1/+1
* mod_http2: some cleanup in GGOAWAY handling, disabling PUSH when rmeote sends...Stefan Eissing2016-03-187-82/+165
* revert of r1735444 as leaking, fix in task filter removalStefan Eissing2016-03-1712-169/+100
* mod_http2: pushing slave conn setup outside of lock areaStefan Eissing2016-03-1712-100/+169
* mod_http2: slave connections are reusedStefan Eissing2016-03-1713-129/+130
* update changes after backport, version bump mod_http2Stefan Eissing2016-03-161-2/+2
* mod_http2: fix for bucket lifetime on master conn, mod_proxy_http2: flow cont...Stefan Eissing2016-03-1620-153/+434
* sharing bucket_alloc for all streams inside mplx, explicit lifetime handling ...Stefan Eissing2016-03-149-101/+115
* mod_http2: update after backport, version bumpStefan Eissing2016-03-141-2/+2
* mod_http2: allowing requests without :authority headerStefan Eissing2016-03-142-4/+12
* mod_http2: avoid unnecessary out flushing, avoid scoreboard updates unless co...Stefan Eissing2016-03-114-64/+68
* mod_http2: simpler flushing on master outStefan Eissing2016-03-113-15/+5
* mod_proxy_http2: using SUSPENDED from handler when passing request_rec to oth...Stefan Eissing2016-03-114-44/+15
* mod_http2: some more code cleanupStefan Eissing2016-03-102-48/+57
* mod_http2: some code cleanup of stream request body handling, potential avoid...Stefan Eissing2016-03-107-155/+36
* update after backport, bumnping mod_http2 internal version number after backp...Stefan Eissing2016-03-101-2/+2
* netware build patch by NormW, v3Stefan Eissing2016-03-103-289/+291
* netware build patches by NormWStefan Eissing2016-03-094-4/+344
* mod_http2: more safe approach to async mpm keepalive connection handlingStefan Eissing2016-03-092-3/+14
* mod_proxy_http2: rescheduling of requests not processed by backend on GOAWAYStefan Eissing2016-03-098-23/+66
* mod_proxy_http2 documentation, addition of request notes proxy-status and pro...Stefan Eissing2016-03-092-1/+4
* mod_proxy_http2: single engine per type per master connection, removing some ...Stefan Eissing2016-03-0912-83/+104
* mod_proxy_http2: stability improvementsStefan Eissing2016-03-0813-340/+377
* core: Split ap_create_request() from ap_read_request()Graham Leggett2016-03-081-50/+4
* mod_http2: support for several different request engines per connection, fixe...Stefan Eissing2016-03-0519-534/+884