index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
http2
/
mod_proxy_http2.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
* mod_proxy_http2: fixed using the wrong "bucket_alloc" from the backend
Stefan Eissing
2023-06-01
1
-47
/
+53
*
mod_proxy: Check for space/ctrls in nocanon path/urls before forwarding.
Yann Ylavic
2023-03-31
1
-13
/
+18
*
* Whitespace fixes. No functional change.
Ruediger Pluem
2023-03-22
1
-1
/
+1
*
Do not double encode encoded slashes
Ruediger Pluem
2023-03-13
1
-2
/
+5
*
mod_proxy: Check the query-string for proxy-noencode too.
Yann Ylavic
2023-03-10
1
-10
/
+10
*
* modules/http2/mod_proxy_http2.c: Fix missing APLOGNO.
Joe Orton
2023-03-06
1
-1
/
+1
*
don't forward invalid query strings
Eric Covener
2023-03-05
1
-0
/
+10
*
mod_proxy: Don't decode r->uri and reencode in r->filename for mapping=encoded.
Yann Ylavic
2023-03-02
1
-0
/
+4
*
Sync with v2.0.10 from github:
Stefan Eissing
2022-10-11
1
-8
/
+5
*
*) mod_http2:
Stefan Eissing
2021-10-12
1
-4
/
+2
*
*) mod_http2:
Stefan Eissing
2021-07-06
1
-10
/
+1
*
Axe 'flushall' from 'mod_proxy_http2.c'.
Christophe Jaillet
2020-05-23
1
-2
/
+0
*
*) mod_http2: Fixed rare cases where a h2 worker could deadlock the main co...
Stefan Eissing
2019-12-19
1
-0
/
+8
*
* modules/http2: reverting r1859724, as no good.
Stefan Eissing
2019-05-28
1
-8
/
+0
*
*) mod_http2: internal code cleanups and simplifications. Common output cod...
Stefan Eissing
2019-05-22
1
-0
/
+8
*
Follow up to r1859371: extend to other ap_proxy_connection_create[_ex]() users.
Yann Ylavic
2019-05-17
1
-26
/
+16
*
* Only do one retry to be more in line with the other modules.
Ruediger Pluem
2019-05-14
1
-1
/
+1
*
*) mod_http2: new configuration directive: ```H2Padding numbits``` to control
Stefan Eissing
2019-03-07
1
-282
/
+60
*
*) mod_http2/mod_proxy_http2: proxy_http2 checks correct master connection ...
Stefan Eissing
2019-02-26
1
-25
/
+53
*
mod_proxy_http: rework the flushing strategy when forwarding the request body.
Yann Ylavic
2019-02-11
1
-2
/
+0
*
*) mod_http2: Configuration directoves H2Push and H2Upgrade can now be spec...
Stefan Eissing
2019-01-28
1
-0
/
+8
*
mod_http2: mergine trunk+2.4.x code divergences back into a single source wit...
Stefan Eissing
2018-12-19
1
-0
/
+5
*
mod_http2/mod_proxy_http2: add new module flags
Stefan Eissing
2018-01-29
1
-1
/
+4
*
On the trunk:
Stefan Eissing
2018-01-17
1
-15
/
+0
*
mod_proxy: allow SSLProxyCheckPeer* usage for all proxy modules.
Yann Ylavic
2017-12-19
1
-15
/
+6
*
correct copyright/license headers
Jim Jagielski
2017-12-15
1
-0
/
+16
*
On the trunk:
Stefan Eissing
2017-04-10
1
-1
/
+1
*
On the trunk:
Stefan Eissing
2017-04-10
1
-47
/
+63
*
On the trunk:
Stefan Eissing
2017-04-04
1
-46
/
+31
*
On the trunk:
Stefan Eissing
2017-03-06
1
-1
/
+10
*
On the trunk:
Stefan Eissing
2017-02-19
1
-0
/
+4
*
mod_proxy_http2: not forwarding any 1xx responses on frontend HTTP/1.x connec...
Stefan Eissing
2016-11-23
1
-2
/
+5
*
mod_http2: proper parsing and forwarding of multiple or unnaounce 1xx responses
Stefan Eissing
2016-11-01
1
-19
/
+17
*
mod_http2/mod_proxy_http2: proper 100-continue handling up to backend, more r...
Stefan Eissing
2016-10-17
1
-44
/
+49
*
mod_proxy_http2: renaming duplicate symbol clash between h2_proxy_util and h2...
Stefan Eissing
2016-10-11
1
-2
/
+2
*
mod_http2: reverting int->apr_uint32_t changes of v1.7.x
Stefan Eissing
2016-10-09
1
-3
/
+3
*
mod_proxy_http2: don't use ap_proxy_ssl_connection_cleanup(), there may be
Yann Ylavic
2016-06-27
1
-5
/
+0
*
mod_proxy_http2: fixed retry behaviour when proxy engine needs to retry its b...
Stefan Eissing
2016-06-22
1
-3
/
+4
*
mod_proxy_http2: fix flow control when frontend connection is HTTP/1.1, patch...
Stefan Eissing
2016-06-10
1
-1
/
+1
*
mod_proxy_http2: own h2_proxy_util.c source file to avoid duplicate use of h2...
Stefan Eissing
2016-06-09
1
-1
/
+1
*
The answer to the question appears to be in 2.4.21, drop h2_casecmpstr fork
William A. Rowe Jr
2016-06-09
1
-2
/
+2
*
fix for handling invalid proxy uris and code cleanup provided by Evgeny Kotkov
Stefan Eissing
2016-05-12
1
-1
/
+1
*
mod_http2: fix for partial file buckets in master connection output, flushing...
Stefan Eissing
2016-05-04
1
-2
/
+2
*
mod_http2/mod_proxy_http2: no longer reusing h2_request.o for proxy module
Stefan Eissing
2016-04-29
1
-1
/
+1
*
mod_proxy, mod_ssl: Handle SSLProxy* directives in <Proxy> sections,
Yann Ylavic
2016-04-26
1
-3
/
+3
*
mod_http2: elimination of h2_io intermediate stream instances
Stefan Eissing
2016-04-20
1
-1
/
+1
*
mod_http2: new bucket beams for tranporting buckets across threads without bu...
Stefan Eissing
2016-04-15
1
-1
/
+0
*
APLOGNO update for mod_proxy_http2
Stefan Eissing
2016-03-21
1
-7
/
+13
*
mod_http2: slave connections are reused
Stefan Eissing
2016-03-17
1
-26
/
+44
*
mod_http2: fix for bucket lifetime on master conn, mod_proxy_http2: flow cont...
Stefan Eissing
2016-03-16
1
-21
/
+37
[next]