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
*
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
*
* workers is not always initialized here
Ruediger Pluem
2022-06-20
1
-1
/
+1
*
*) mod_http2: new implementation of h2 worker pool.
Stefan Eissing
2022-06-17
8
-425
/
+539
*
*) mod_http2: fix an edge case in h2_fifo_remove,
Stefan Eissing
2022-06-17
3
-19
/
+34
*
Fix a typo
Christophe Jaillet
2022-05-08
1
-1
/
+1
*
*) mod_http2: remove unused and insecure code. Fixes PR66037.
Stefan Eissing
2022-04-28
2
-24
/
+0
*
*) mod_http2: clear the h2 worker slot connection early to avoid
Stefan Eissing
2022-04-21
1
-5
/
+7
*
*) mod_http2: fix edge case in removal of entries
Stefan Eissing
2022-04-21
1
-1
/
+3
*
*) mod_http2: make APLOGNO check happy with line continuation.
Stefan Eissing
2022-04-19
1
-1
/
+1
*
*) mod_http2: using new session ids also in logging for connection
Stefan Eissing
2022-04-19
4
-2
/
+10
*
*) mod_http2: use new ap_sb_get_child_thread() to get child_num
Stefan Eissing
2022-04-19
7
-90
/
+92
*
*) mod_http2: use the new REQUEST buckets to forward request
Stefan Eissing
2022-04-13
17
-292
/
+349
*
*) mod_http2: some minor tweaks to connection mood updates.
Stefan Eissing
2022-04-08
1
-42
/
+41
*
*) mod_http2: use the new RESPONSE buckets introduced in r1899648.
Stefan Eissing
2022-04-07
23
-1145
/
+211
*
*) core/mod_http/mod_http2:
Stefan Eissing
2022-04-04
4
-221
/
+36
*
*) mod_http2: in a recent change, code was removed that prevented connections
Stefan Eissing
2022-03-24
1
-5
/
+21
*
*) mod_http2: fixed a possible concurrency issue with
Stefan Eissing
2022-03-24
2
-56
/
+83
*
*) mod_http2: removed extra h2_mplx_worker_c2_done() arg
Stefan Eissing
2022-03-23
3
-69
/
+38
*
*) mod_http2: when using a pipe for input signalling, always
Stefan Eissing
2022-03-21
3
-1
/
+33
*
*) mod_http2: small improvements from the http1-separation
Stefan Eissing
2022-03-21
7
-117
/
+51
*
*) mod_http2: remove internal bucket beamer registry and just
Stefan Eissing
2022-03-21
5
-72
/
+13
*
*) mod_http2: use pollset only for main connection and wakeups
Stefan Eissing
2022-03-21
6
-170
/
+34
*
*) core: adding a new hook and method to the API:
Stefan Eissing
2022-03-18
9
-297
/
+218
[next]