index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
changes-entries
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
*) mod_http2: added support for bootstrapping WebSockets via HTTP/2, as
Stefan Eissing
2023-06-20
1
-0
/
+10
*
*) mod_http2: fixed a bug that could lead to a crash in main connection
Stefan Eissing
2023-06-13
1
-0
/
+6
*
*) mod_http2: fixed a bug in flushing pending data on an already closed
Stefan Eissing
2023-06-09
1
-0
/
+4
*
*) core: add `final_resp_passed` flag to request_rec to allow
Stefan Eissing
2023-06-01
1
-0
/
+5
*
* mod_proxy_http2: fixed using the wrong "bucket_alloc" from the backend
Stefan Eissing
2023-06-01
1
-0
/
+13
*
*) mod_proxy_http2: fix retry handling to not leak temporary errors.
Stefan Eissing
2023-05-22
1
-0
/
+5
*
*) mod_http2: avoid double chunked-encoding on internal redirects.
Stefan Eissing
2023-05-19
1
-0
/
+2
*
*) mod_http2: v2.0.15 with the following fixes and improvements
Stefan Eissing
2023-05-12
1
-0
/
+18
*
*) mod_tls: updating to rustls-ffi version 0.9.2 or higher.
Stefan Eissing
2023-05-02
1
-0
/
+4
*
* In the reverse proxy case when we only want to keep encoded slashes untouched
Ruediger Pluem
2023-04-28
1
-0
/
+3
*
* Add server directory to include path as mod_rewrite requires test_char.h.
Ruediger Pluem
2023-04-19
1
-0
/
+2
*
Sync CHANGES.
Yann Ylavic
2023-03-31
9
-34
/
+0
*
Follow up to r1908827: CHANGES entry.
Yann Ylavic
2023-03-31
1
-0
/
+3
*
fix regression in 2.4.56
Eric Covener
2023-03-30
1
-0
/
+3
*
*) mod_http2: fixed a crash during connection termination. See PR 66539.
Stefan Eissing
2023-03-24
1
-0
/
+2
*
* Fix typo
Ruediger Pluem
2023-03-22
1
-1
/
+1
*
Update ErrorLogFormat CHANGES entry for the full story.
Yann Ylavic
2023-03-15
1
-2
/
+3
*
core: Add formats %{z} and %{strftime-format} to ErrorLogFormat. PR 62161.
Yann Ylavic
2023-03-14
1
-0
/
+3
*
Do not double encode encoded slashes
Ruediger Pluem
2023-03-13
1
-0
/
+4
*
add [BCTLS] alternative to [B] for 2.4.56 problems
Eric Covener
2023-03-11
1
-0
/
+3
*
allow decoded chars when they will be escaped
Eric Covener
2023-03-11
1
-0
/
+3
*
* Add CHANGES entry for r1907505 [skip ci]
Ruediger Pluem
2023-03-08
1
-0
/
+4
*
*) mod_md:
Stefan Eissing
2023-03-05
1
-0
/
+8
*
Sync changes [skip ci]
Yann Ylavic
2023-03-02
18
-65
/
+0
*
mod_proxy_uwsgi: Stricter backend HTTP response parsing/validation
Yann Ylavic
2023-03-02
1
-0
/
+2
*
Follow up to r1907972: CHANGES entry.
Yann Ylavic
2023-03-02
1
-0
/
+2
*
*) mod_http2: new directive 'H2MaxDataFrameLen n' to limit the maximum
Stefan Eissing
2023-02-16
1
-0
/
+7
*
LDAPConnectionPoolTTL should accept negative values in order to allow
Christophe Jaillet
2023-01-27
1
-0
/
+4
*
* Report an error if the AJP backend sends an invalid number of headers
Ruediger Pluem
2023-01-23
1
-0
/
+2
*
*) mod_http2: client resets of HTTP/2 streams led to unwanted 500 errors
Stefan Eissing
2023-01-18
1
-0
/
+4
*
add -T flag to truncate rotated logs only
Eric Covener
2023-01-07
1
-0
/
+2
*
Use 'command -v' instead of 'which' which is more portable.
Ruediger Pluem
2023-01-04
1
-0
/
+2
*
* Add CHANGELOG for r1906379, r1906380
Ruediger Pluem
2023-01-04
1
-0
/
+2
*
*) mod_proxy_http2: apply the standard httpd content type handling
Stefan Eissing
2022-12-17
1
-0
/
+4
*
Add a change entry for r1905229
Christophe Jaillet
2022-11-19
1
-0
/
+2
*
*) mod_http2: field values (headers and trailers) are stripped of
Stefan Eissing
2022-10-22
1
-4
/
+5
*
mod_dav: Allow to disable lock discovery via an DAVLockDiscovery expression.
Yann Ylavic
2022-10-17
1
-0
/
+2
*
mod_proxy: Ignore (and warn about) enablereuse=on for ProxyPassMatch when
Yann Ylavic
2022-10-11
1
-0
/
+3
*
*) mod_http2: new directive "H2HeaderStrictness" to control the compliance
Stefan Eissing
2022-09-26
1
-0
/
+4
*
*) mod_proxy_http2: use only the ':authority' header to forward 'Host'
Stefan Eissing
2022-09-20
1
-0
/
+4
*
mod_md v2.4.19 from github sync
Stefan Eissing
2022-08-25
1
-0
/
+8
*
*) mod_ssl: when a proxy connection had handled a request using SSL, an
Stefan Eissing
2022-08-01
1
-0
/
+5
*
*) mod_http2: fixed trailer handling. Empty response bodies
Stefan Eissing
2022-07-02
1
-0
/
+5
*
Sync CHANGES [skip ci]
Yann Ylavic
2022-06-02
4
-14
/
+0
*
update of mod_md change description. [skip ci]
Stefan Eissing
2022-06-02
1
-3
/
+5
*
mod_ssl: SSLFIPS compatible with OpenSSL 3.0. PR 66063.
Yann Ylavic
2022-06-01
1
-0
/
+2
*
mod_proxy_http: Avoid 417 responses for non forwardable 100-continue. PR 65666.
Yann Ylavic
2022-05-30
1
-0
/
+2
*
Merge of PR 318:
Stefan Eissing
2022-05-26
1
-0
/
+4
*
*) mod_md: a logic bug in sending long OCSP HTTP request bodies was fixed.
Stefan Eissing
2022-05-25
1
-0
/
+4
*
Sync CHANGES entries [skip ci]
Yann Ylavic
2022-05-18
21
-86
/
+0
[next]