summaryrefslogtreecommitdiffstats
path: root/modules/http2 (follow)
Commit message (Expand)AuthorAgeFilesLines
* *) mod_http2: fixed a bug that prevented proper stream cleanup when connectionStefan Eissing2019-07-105-108/+176
* * applying v4 of the patch for PR 63534.Stefan Eissing2019-07-051-3/+3
* *) mod_http2/mpm_event: Fixes the behaviour when a HTTP/2 connection has no...Stefan Eissing2019-07-032-2/+9
* * mod_http2: adding support for the new trailer tests.Stefan Eissing2019-06-143-4/+54
* *) mod_proxy_http2: adding support for handling trailers in both directions...Stefan Eissing2019-06-143-10/+58
* * modules/http2: more copying of data to disentangle worker processing from ...Stefan Eissing2019-05-284-6/+21
* * modules/http2: reverting r1859724, as no good.Stefan Eissing2019-05-2822-423/+498
* *) mod_http2: internal code cleanups and simplifications. Common output cod...Stefan Eissing2019-05-2222-498/+423
* Follow up to r1859371: extend to other ap_proxy_connection_create[_ex]() users.Yann Ylavic2019-05-171-26/+16
* * Only do one retry to be more in line with the other modules.Ruediger Pluem2019-05-141-1/+1
* Uplift of relevante changes of r1855479 in branches/2.4.x, re disappearance o...Stefan Eissing2019-03-142-5/+0
* Reverting the unwanted revert of r1852989.Stefan Eissing2019-03-131-1/+1
* *) mod_http2: when SSL renegotiation is inhibited and a 403 ErrorDocument isStefan Eissing2019-03-121-10/+14
* *) mod_http2: new configuration directive: ```H2Padding numbits``` to control Stefan Eissing2019-03-0721-1182/+185
* *) mod_http2/mod_proxy_http2: proxy_http2 checks correct master connection ...Stefan Eissing2019-02-264-32/+69
* mod_http2: fix for latest mod_reqtimeout change re handshake timeoutsStefan Eissing2019-02-202-6/+3
* mod_proxy_http: rework the flushing strategy when forwarding the request body.Yann Ylavic2019-02-111-2/+0
* http2: mark tasks' pools.Yann Ylavic2019-02-071-0/+1
* * inc http2 version number to distinguish to github released versionStefan Eissing2019-01-282-3/+3
* *) mod_http2: Configuration directoves H2Push and H2Upgrade can now be spec...Stefan Eissing2019-01-2828-464/+642
* mod_http2: fixed slave connection keepalives counter.Stefan Eissing2019-01-253-16/+23
* mod_http2: enable re-use of slave connections again.Stefan Eissing2019-01-243-13/+12
* reverting last changeStefan Eissing2019-01-243-12/+13
* mod_http2: enable re-use of slave connections again.Stefan Eissing2019-01-243-13/+12
* mod_http2: mergine trunk+2.4.x code divergences back into a single source wit...Stefan Eissing2018-12-195-4/+78
* mod_http2: version bump, slave connections cleanup strategy changedStefan Eissing2018-11-082-2/+11
* Eliminating some advanced conversion and shadow declaration compiler warnings.Stefan Eissing2018-10-103-3/+3
* mod_http2: adding defensive code for stream EOS handling, in case the request...Stefan Eissing2018-10-103-3/+7
* mod_http2: bringing some signed/unsigned casting goodness, aligning with gith...Stefan Eissing2018-10-1012-44/+58
* On the trunk:Stefan Eissing2018-09-043-91/+158
* core: always allocate filters (ap_filter_t) on f->c->pool.Yann Ylavic2018-09-041-0/+1
* http: Enforce consistently no response body with both 204 and 304 statuses.Yann Ylavic2018-07-301-2/+10
* core: axe data_in_in/output_filter from conn_rec.Yann Ylavic2018-07-201-2/+0
* On the trunk:Stefan Eissing2018-07-057-51/+58
* Remove some trailing spaces to synch trunk with 2.4Christophe Jaillet2018-06-202-2/+2
* Remove extra and un-needed ""Christophe Jaillet2018-06-121-1/+1
* apr_pcalloc can be turned into apr_palloc (the allocated memory is fully init...Christophe Jaillet2018-06-121-2/+2
* * mod_proxy_http2: ressurrecting some of the good parts of r1831231 and usin...Stefan Eissing2018-06-051-5/+3
* Fixing h2 proxy link header mapping to substitute correctly again after r1831...Stefan Eissing2018-06-051-10/+14
* * mod_http2: fix by notroj to silence gcc strncpy warnings and simplifyStefan Eissing2018-05-091-15/+11
* http2 version stepStefan Eissing2018-05-091-2/+2
* On the trunk:Stefan Eissing2018-04-301-1/+13
* On the trunk:Stefan Eissing2018-04-302-3/+11
* On the trunk:Stefan Eissing2018-04-282-2/+3
* On the trunk:Stefan Eissing2018-04-111-6/+5
* On the trunk:Stefan Eissing2018-04-0914-54/+97
* On the trunk:Stefan Eissing2018-04-031-1/+1
* On the trunk:Stefan Eissing2018-04-031-2/+2
* Fix some typos reported in PR 59998Christophe Jaillet2018-03-244-5/+5
* Fix some easy doxygen comment.Christophe Jaillet2018-03-221-1/+0