| Commit message (Expand) | Author | Age | Files | Lines |
* | changing r->protocol to HTTP/2.0 for HTTP/2 requests, fixes PR 59313 | Stefan Eissing | 2016-04-20 | 1 | -1/+1 |
* | compilation fixes for VC | Stefan Eissing | 2016-04-20 | 3 | -3/+127 |
* | allocate an ID for new warning msg | Eric Covener | 2016-04-19 | 1 | -1/+1 |
* | uplifting 1.4.7 fixes, version bump | Stefan Eissing | 2016-04-19 | 3 | -5/+21 |
* | removed obsolete source files | Stefan Eissing | 2016-04-18 | 2 | -274/+0 |
* | mod_http2: delaying response start until flush or data accumulation | Stefan Eissing | 2016-04-15 | 4 | -17/+68 |
* | mod_http2: new bucket beams for tranporting buckets across threads without bu... | Stefan Eissing | 2016-04-15 | 38 | -2830/+2657 |
* | reduced h2_request initialization/copy after review by CJ | Stefan Eissing | 2016-04-11 | 7 | -61/+44 |
* | update after backport | Stefan Eissing | 2016-03-31 | 1 | -2/+2 |
* | mod_http2: removing some flushes on main connection | Stefan Eissing | 2016-03-31 | 1 | -6/+6 |
* | mod_http2: new vars, keepalive increase, no slave reuse when con->keepalive n... | Stefan Eissing | 2016-03-30 | 15 | -112/+164 |
* | mod_http2: incrementing keepalives on each request started so that logging | Stefan Eissing | 2016-03-30 | 2 | -1/+2 |
* | mod_http2: fix for wrong handling of prefetched response bodies | Stefan Eissing | 2016-03-29 | 7 | -34/+38 |
* | mod_http2: more effient passing of response bodies | Stefan Eissing | 2016-03-29 | 9 | -212/+195 |
* | mod_http2: fix for scoreboard updates missing, mem leak fix for slave connect... | Stefan Eissing | 2016-03-24 | 5 | -20/+23 |
* | mod_http2: no variadic macro in C89, use equivalent function. | Yann Ylavic | 2016-03-22 | 1 | -23/+34 |
* | adding missing source h2_ngn_shed.c for win build | Stefan Eissing | 2016-03-22 | 1 | -0/+4 |
* | h2_proxy_session: fill in missing APLOGNO()s. | Yann Ylavic | 2016-03-21 | 1 | -4/+4 |
* | fix APLOGNO at wrong place, me stupid | Stefan Eissing | 2016-03-21 | 1 | -2/+2 |
* | APLOGNO update for mod_proxy_http2 | Stefan Eissing | 2016-03-21 | 2 | -20/+27 |
* | APLOGNO tagging | Stefan Eissing | 2016-03-21 | 1 | -1/+1 |
* | latest additions to netware build by NormW | Stefan Eissing | 2016-03-21 | 1 | -0/+1 |
* | mod_proxy_http2: removed duplicate log code after review | Stefan Eissing | 2016-03-19 | 1 | -5/+0 |
* | Remove leftover comment | Christophe Jaillet | 2016-03-18 | 2 | -2/+0 |
* | mod_http2: prohibit unnecessary flushing on master conn | Stefan Eissing | 2016-03-18 | 1 | -1/+1 |
* | mod_http2: oops, forgot a rename | Stefan Eissing | 2016-03-18 | 1 | -1/+1 |
* | mod_http2: some cleanup in GGOAWAY handling, disabling PUSH when rmeote sends... | Stefan Eissing | 2016-03-18 | 7 | -82/+165 |
* | revert of r1735444 as leaking, fix in task filter removal | Stefan Eissing | 2016-03-17 | 12 | -169/+100 |
* | mod_http2: pushing slave conn setup outside of lock area | Stefan Eissing | 2016-03-17 | 12 | -100/+169 |
* | mod_http2: slave connections are reused | Stefan Eissing | 2016-03-17 | 13 | -129/+130 |
* | update changes after backport, version bump mod_http2 | Stefan Eissing | 2016-03-16 | 1 | -2/+2 |
* | mod_http2: fix for bucket lifetime on master conn, mod_proxy_http2: flow cont... | Stefan Eissing | 2016-03-16 | 20 | -153/+434 |
* | sharing bucket_alloc for all streams inside mplx, explicit lifetime handling ... | Stefan Eissing | 2016-03-14 | 9 | -101/+115 |
* | mod_http2: update after backport, version bump | Stefan Eissing | 2016-03-14 | 1 | -2/+2 |
* | mod_http2: allowing requests without :authority header | Stefan Eissing | 2016-03-14 | 2 | -4/+12 |
* | mod_http2: avoid unnecessary out flushing, avoid scoreboard updates unless co... | Stefan Eissing | 2016-03-11 | 4 | -64/+68 |
* | mod_http2: simpler flushing on master out | Stefan Eissing | 2016-03-11 | 3 | -15/+5 |
* | mod_proxy_http2: using SUSPENDED from handler when passing request_rec to oth... | Stefan Eissing | 2016-03-11 | 4 | -44/+15 |
* | mod_http2: some more code cleanup | Stefan Eissing | 2016-03-10 | 2 | -48/+57 |
* | mod_http2: some code cleanup of stream request body handling, potential avoid... | Stefan Eissing | 2016-03-10 | 7 | -155/+36 |
* | update after backport, bumnping mod_http2 internal version number after backp... | Stefan Eissing | 2016-03-10 | 1 | -2/+2 |
* | netware build patch by NormW, v3 | Stefan Eissing | 2016-03-10 | 3 | -289/+291 |
* | netware build patches by NormW | Stefan Eissing | 2016-03-09 | 4 | -4/+344 |
* | mod_http2: more safe approach to async mpm keepalive connection handling | Stefan Eissing | 2016-03-09 | 2 | -3/+14 |
* | mod_proxy_http2: rescheduling of requests not processed by backend on GOAWAY | Stefan Eissing | 2016-03-09 | 8 | -23/+66 |
* | mod_proxy_http2 documentation, addition of request notes proxy-status and pro... | Stefan Eissing | 2016-03-09 | 2 | -1/+4 |
* | mod_proxy_http2: single engine per type per master connection, removing some ... | Stefan Eissing | 2016-03-09 | 12 | -83/+104 |
* | mod_proxy_http2: stability improvements | Stefan Eissing | 2016-03-08 | 13 | -340/+377 |
* | core: Split ap_create_request() from ap_read_request() | Graham Leggett | 2016-03-08 | 1 | -50/+4 |
* | mod_http2: support for several different request engines per connection, fixe... | Stefan Eissing | 2016-03-05 | 19 | -534/+884 |