index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
CHANGES
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
*) mod_ssl: reverting a 2.4.40 change where a superfluous SSLCertificateCha...
Stefan Eissing
2019-08-05
1
-0
/
+5
*
set PCRE_DOTALL by default
Eric Covener
2019-08-02
1
-0
/
+3
*
remove request details from error documents (CVE-2019-10092).
Eric Covener
2019-08-02
1
-0
/
+2
*
*) mod_http2: core setting "LimitRequestFieldSize" is not additionally chec...
Stefan Eissing
2019-07-18
1
-0
/
+3
*
*) mod_http2: fixed a bug that prevented proper stream cleanup when connection
Stefan Eissing
2019-07-10
1
-0
/
+4
*
update after mod_md backport
Stefan Eissing
2019-07-09
1
-25
/
+0
*
*) mod_http2/mpm_event: Fixes the behaviour when a HTTP/2 connection has no...
Stefan Eissing
2019-07-03
1
-0
/
+5
*
* All backported
Ruediger Pluem
2019-07-02
1
-11
/
+0
*
* Backported in r1862410
Ruediger Pluem
2019-07-02
1
-3
/
+0
*
*) mod_ssl/mod_md:
Stefan Eissing
2019-07-01
1
-0
/
+3
*
*) mod_ssl/mod_md: reversing dependency by letting mod_ssl offer hooks for
Stefan Eissing
2019-06-25
1
-0
/
+5
*
*) mod_md: bringing over v2.0.6 from github.
Stefan Eissing
2019-06-24
1
-0
/
+21
*
mod_ssl: use OPENSSL_init_ssl() to initialise OpenSSL on versions 1.1+.
Graham Leggett
2019-06-23
1
-0
/
+3
*
*) mod_proxy_http2: adding support for handling trailers in both directions...
Stefan Eissing
2019-06-14
1
-0
/
+3
*
* modules/http2: reverting r1859724, as no good.
Stefan Eissing
2019-05-28
1
-3
/
+0
*
*) mod_http2: internal code cleanups and simplifications. Common output cod...
Stefan Eissing
2019-05-22
1
-0
/
+3
*
mod_proxy/ssl: Proxy SSL client certificate
Rainer Jung
2019-05-16
1
-0
/
+4
*
Follow up to r1857129: CHANGES entry.
Yann Ylavic
2019-04-08
1
-0
/
+3
*
PR63305: fix graceful restart crashes in LDAP
Eric Covener
2019-04-01
1
-0
/
+4
*
mod_cache: Fix parsing of quoted Cache-Control token arguments. PR 63288.
Yann Ylavic
2019-03-28
1
-0
/
+3
*
*) mod_md: Store permissions are enforced on file creation, enforcing restr...
Stefan Eissing
2019-03-26
1
-0
/
+3
*
* modules/ssl/ssl_engine_kernel.c (ssl_hook_Access_modern): Correctly
Joe Orton
2019-03-19
1
-0
/
+3
*
*) mod_md: Explicitly setting file permissions to break out of umasks. We w...
Stefan Eissing
2019-03-18
1
-0
/
+4
*
Merge consecutive slashes in the URL by default
Eric Covener
2019-03-17
1
-0
/
+3
*
allow mod_mime to be de disabled per-dir too
Eric Covener
2019-03-16
1
-1
/
+2
*
mod_proxy/ssl: cleanup per-request SSL configuration for recycled proxy conns.
Yann Ylavic
2019-03-16
1
-0
/
+4
*
mod_mime: Add `MimeOptions`
Eric Covener
2019-03-13
1
-0
/
+3
*
update after backport, mod_http2/proxy_http2 now equivalent
Stefan Eissing
2019-03-13
1
-64
/
+0
*
MPMs unix: bind the bucket number of each child to its slot number
Yann Ylavic
2019-03-12
1
-0
/
+3
*
*) mod_http2: when SSL renegotiation is inhibited and a 403 ErrorDocument is
Stefan Eissing
2019-03-12
1
-0
/
+4
*
*) mod_http2: new configuration directive: ```H2Padding numbits``` to control
Stefan Eissing
2019-03-07
1
-0
/
+15
*
*) mod_http2/mod_proxy_http2: proxy_http2 checks correct master connection ...
Stefan Eissing
2019-02-26
1
-0
/
+10
*
http: Fix possible empty response with mod_ratelimit for HEAD requests.
Yann Ylavic
2019-02-21
1
-0
/
+3
*
Follow up to r1853874: CHANGES entry.
Yann Ylavic
2019-02-20
1
-0
/
+3
*
mod_reqtimeout: Allow to configure (TLS-)handshake timeouts.
Yann Ylavic
2019-02-19
1
-0
/
+4
*
Fix a race condition.
Christophe Jaillet
2019-02-08
1
-0
/
+3
*
Follow up to r1853133: CHANGES entry.
Yann Ylavic
2019-02-07
1
-0
/
+4
*
*) mod_http2: Configuration directoves H2Push and H2Upgrade can now be spec...
Stefan Eissing
2019-01-28
1
-0
/
+7
*
mod_ssl: give mod_md the chance to override certificate after ALPN protocol n...
Stefan Eissing
2019-01-25
1
-0
/
+3
*
mod_http2: fixed slave connection keepalives counter.
Stefan Eissing
2019-01-25
1
-1
/
+2
*
mod_http2: enable re-use of slave connections again.
Stefan Eissing
2019-01-24
1
-0
/
+2
*
reverting last change
Stefan Eissing
2019-01-24
1
-2
/
+0
*
mod_http2: enable re-use of slave connections again.
Stefan Eissing
2019-01-24
1
-0
/
+2
*
Fix websocket proxy over UDS.
Christophe Jaillet
2019-01-11
1
-0
/
+3
*
LanguagePriority should be case-insensitive in order to match AddLanguage beh...
Christophe Jaillet
2019-01-10
1
-0
/
+3
*
Always decode session attributes early.
Hank Ibell
2019-01-10
1
-0
/
+2
*
Update after backport of r1849174 r1849174
Stefan Eissing
2018-12-18
1
-3
/
+0
*
*) mod_md: incorrect behaviour when synchronizing ongoing ACME challenges
Stefan Eissing
2018-12-18
1
-0
/
+3
*
core: Fix incorrect substitution of env vars in directives containing multipl...
Hank Ibell
2018-12-05
1
-0
/
+3
*
core: Split out the ability to parse wildcard files and directories
Graham Leggett
2018-11-25
1
-0
/
+4
[next]