index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
http2
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
HTTP/2, websockets
Stefan Eissing
2023-08-14
5
-11
/
+24
*
*) mod_http2: Fix reporting of `Total Accesses` in server-status to not count
Stefan Eissing
2023-07-26
2
-15
/
+0
*
mod_http2: add aplogno where makefile did not detect it missing?
Stefan Eissing
2023-06-29
1
-1
/
+1
*
mod_http2: when failing a request, make sure the request_rec fields
Stefan Eissing
2023-06-29
1
-1
/
+15
*
mod_http2: move get_pollfd_from_conn hook outside the HAS_RESPONSE_BUCKET part
Stefan Eissing
2023-06-29
1
-27
/
+31
*
Follow up to r1910656: Fix dumplicate APLOGNO.
Yann Ylavic
2023-06-28
1
-1
/
+1
*
lognos for the new debugs
Stefan Eissing
2023-06-28
1
-2
/
+2
*
*) mod_http2: new directive `H2ProxyRequests on|off` to enable handling
Stefan Eissing
2023-06-28
3
-2
/
+58
*
mod_http2: optimization for c1 output passing when collecting
Stefan Eissing
2023-06-28
1
-4
/
+11
*
*) mod_http2: adding checks for websocket support on platform and
Stefan Eissing
2023-06-21
7
-44
/
+106
*
*) mod_http2: added support for bootstrapping WebSockets via HTTP/2, as
Stefan Eissing
2023-06-20
23
-69
/
+675
*
* mod_htt2: fixed an inconsistency in main connection io state after the con...
Stefan Eissing
2023-06-16
1
-2
/
+1
*
update log tags, as usual
Stefan Eissing
2023-06-15
1
-1
/
+1
*
*) mod_http2: fixed a bug that could lead to a crash in main connection
Stefan Eissing
2023-06-13
6
-12
/
+97
*
*) mod_http2: fixed a bug in flushing pending data on an already closed
Stefan Eissing
2023-06-09
1
-1
/
+4
*
* mod_proxy_http2: fixed using the wrong "bucket_alloc" from the backend
Stefan Eissing
2023-06-01
7
-77
/
+113
*
*) mod_proxy_http2: fix retry handling to not leak temporary errors.
Stefan Eissing
2023-05-22
1
-6
/
+3
*
*) mod_http2: avoid double chunked-encoding on internal redirects.
Stefan Eissing
2023-05-19
1
-1
/
+1
*
*) mod_http2: v2.0.15 with the following fixes and improvements
Stefan Eissing
2023-05-12
14
-68
/
+196
*
mod_proxy: Check for space/ctrls in nocanon path/urls before forwarding.
Yann Ylavic
2023-03-31
1
-13
/
+18
*
*) mod_http2: fixed a crash during connection termination. See PR 66539.
Stefan Eissing
2023-03-24
1
-2
/
+2
*
* Whitespace fixes. No functional change.
Ruediger Pluem
2023-03-22
1
-1
/
+1
*
mod_http2: Fix memory leak in calc_sha256_hash().
Yann Ylavic
2023-03-18
1
-0
/
+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_htt2: recent small improvements from the github/icing/mod_h2
Stefan Eissing
2023-03-05
3
-2
/
+14
*
mod_proxy: Don't decode r->uri and reencode in r->filename for mapping=encoded.
Yann Ylavic
2023-03-02
1
-0
/
+4
*
Re-order the fields of 'struct h2_session_props' to avoid a hole and some pad...
Christophe Jaillet
2023-02-19
1
-2
/
+2
*
*) mod_http2: new directive 'H2MaxDataFrameLen n' to limit the maximum
Stefan Eissing
2023-02-16
6
-6
/
+38
*
*) mod_http2: deny protocol upgrade if the request has a chunked-encoded body.
Stefan Eissing
2023-02-16
2
-4
/
+5
*
*) mod_http2: client resets of HTTP/2 streams led to unwanted 500 errors
Stefan Eissing
2023-01-18
1
-1
/
+1
*
*) mod_proxy_http2: apply the standard httpd content type handling
Stefan Eissing
2022-12-17
1
-0
/
+5
*
*) mod_http2: field values (headers and trailers) are stripped of
Stefan Eissing
2022-10-22
8
-101
/
+95
*
mod_http2: resolving duplicate log tag in #if/#else code copies.
Stefan Eissing
2022-10-14
1
-1
/
+1
*
aplogno should be called aplogyes
Stefan Eissing
2022-10-13
1
-1
/
+1
*
Sync with v2.0.10 from github:
Stefan Eissing
2022-10-11
21
-446
/
+602
*
Resolving a duplicate log tag after ressurecting h2_headers.c for 2.4.x compat.
Stefan Eissing
2022-10-06
1
-1
/
+1
*
*) mod_http2: synchronization with github sources.
Stefan Eissing
2022-09-27
25
-97
/
+1914
*
*) mod_http2: use proper apr_time_t where it is due, no (int) casting.
Stefan Eissing
2022-09-27
1
-4
/
+5
*
*) mod_http2: type adjustments and castings for int/apr_uint32_t/apr_size_t...
Stefan Eissing
2022-09-27
14
-233
/
+118
*
*) mod_http2: new directive "H2HeaderStrictness" to control the compliance
Stefan Eissing
2022-09-26
18
-278
/
+359
*
*) mod_http2: removing bucket splitting into an extra recv brigade.
Stefan Eissing
2022-09-21
2
-71
/
+3
*
*) mod_proxy_http2: use only the ':authority' header to forward 'Host'
Stefan Eissing
2022-09-20
1
-2
/
+9
*
* http2_get_num_workers is not deprecated.
Ruediger Pluem
2022-08-17
1
-3
/
+3
*
*) mod_http2: fixed trailer handling. Empty response bodies
Stefan Eissing
2022-07-02
2
-31
/
+58
*
*) mod_http2: remove the workers pool from APR_POOL_DEBUG
Stefan Eissing
2022-06-20
1
-4
/
+3
*
*) mod_http2: init local var since write in loop may be buypassed.
Stefan Eissing
2022-06-20
1
-1
/
+1
*
* Use s directly like in the other ap_log_error calls
Ruediger Pluem
2022-06-20
1
-1
/
+1
[next]