index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
*) mod_http2: fixed a bug that could lead to a crash in main connection
Stefan Eissing
2023-06-13
6
-12
/
+97
*
Arrange ap_h1_response_out_filter() according to include/mod_core.h.
Jean-Frederic Clere
2023-06-12
1
-2
/
+2
*
*) mod_http2: fixed a bug in flushing pending data on an already closed
Stefan Eissing
2023-06-09
1
-1
/
+4
*
fix return codes
Giovanni Bechis
2023-06-08
1
-3
/
+3
*
log an error if BIO_write(3) fails
Giovanni Bechis
2023-06-07
1
-1
/
+4
*
check BIO_read return values
Giovanni Bechis
2023-06-07
1
-5
/
+16
*
mod_ext_filter: check exit status of filter processes
Giovanni Bechis
2023-06-07
1
-1
/
+46
*
fix link in comment
Giovanni Bechis
2023-06-06
1
-1
/
+1
*
*) core: add `final_resp_passed` flag to request_rec to allow
Stefan Eissing
2023-06-01
2
-37
/
+45
*
* 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_authnz_ldap.c: Make sure the authentication variables are set in
Graham Leggett
2023-05-19
1
-0
/
+16
*
Sign with the signer key. Previously the verify key was used, which only worked
Graham Leggett
2023-05-19
1
-2
/
+3
*
*) mod_http2: v2.0.15 with the following fixes and improvements
Stefan Eissing
2023-05-12
14
-68
/
+196
*
dav_fs_cmds is declared twice in the file... VS 2022 complains about it.
Jean-Frederic Clere
2023-05-05
1
-2
/
+0
*
Follow up to r1909429: Fix scope/block syntax.
Yann Ylavic
2023-05-04
1
-2
/
+2
*
*) mod_tls: updating to rustls-ffi version 0.9.2 or higher.
Stefan Eissing
2023-05-02
2
-3
/
+4
*
* In the reverse proxy case when we only want to keep encoded slashes untouched
Ruediger Pluem
2023-04-28
1
-19
/
+29
*
* If we fail to connect to all looked up IP's from the worker lookup cache it
Ruediger Pluem
2023-04-27
1
-0
/
+31
*
Make sources build with latest clang version
Stefan Eissing
2023-04-27
2
-4
/
+0
*
mod_status: Remove duplicate keys "BusyWorkers" and "IdleWorkers".
Rainer Jung
2023-04-26
1
-25
/
+23
*
De-duplicate log message tags.
Graham Leggett
2023-04-25
1
-2
/
+2
*
Apply log next numbers.
Graham Leggett
2023-04-25
2
-24
/
+24
*
The apr_jose API requires apr-util 1.7+.
Graham Leggett
2023-04-25
1
-2
/
+36
*
*) mod_autht_jwt: New module to handle RFC 7519 JWT tokens within
Graham Leggett
2023-04-25
4
-0
/
+1749
*
* Rephrase comment [skip ci]
Ruediger Pluem
2023-04-25
1
-1
/
+1
*
* Clear the dns_pool before to avoid a memory leak in case we did the lookup
Ruediger Pluem
2023-04-25
1
-0
/
+4
*
* For retriggering a DNS lookup worker->cp->addr should be set to NULL and thus
Ruediger Pluem
2023-04-25
1
-6
/
+12
*
* Add server directory to include path as mod_rewrite requires test_char.h.
Ruediger Pluem
2023-04-19
1
-0
/
+5
*
mod_alias: When an alias is declared inside a Location, make sure
Graham Leggett
2023-04-14
1
-0
/
+16
*
* Silence 'may be used uninitialized' warning
Ruediger Pluem
2023-04-11
1
-1
/
+1
*
log an error when ap_runtime_dir_relative fails.
Giovanni Bechis
2023-04-05
1
-1
/
+4
*
Fix a possible NULL pointer dereference of ap_runtime_dir_relative()
Giovanni Bechis
2023-04-04
1
-0
/
+2
*
add SSL_CTX_set_session_id_context(3) checks
Giovanni Bechis
2023-04-04
1
-3
/
+13
*
check SSL_do_handshake(3) return value
Giovanni Bechis
2023-04-04
1
-3
/
+7
*
SSL_do_handshake can fail with 0 or <0 status codes.
Giovanni Bechis
2023-04-03
1
-1
/
+1
*
mod_proxy: Check for space/ctrls in nocanon path/urls before forwarding.
Yann Ylavic
2023-03-31
7
-48
/
+101
*
fix regression in 2.4.56
Eric Covener
2023-03-30
1
-0
/
+1
*
check for more possible SSL failures
Giovanni Bechis
2023-03-30
1
-4
/
+1
*
*) mod_http2: fixed a crash during connection termination. See PR 66539.
Stefan Eissing
2023-03-24
1
-2
/
+2
*
add error message when storing data to temp file fails.
Giovanni Bechis
2023-03-24
1
-1
/
+8
*
* modules/lua: Use https: URLs for httpd.a.o in docs. [skip ci]
Joe Orton
2023-03-23
2
-3
/
+3
*
mod_wombat => mod_lua
Joe Orton
2023-03-23
3
-9
/
+9
*
fix separator parsing, PR #333
Giovanni Bechis
2023-03-23
1
-1
/
+1
*
* Whitespace fixes. No functional change.
Ruediger Pluem
2023-03-22
10
-10
/
+10
*
mod_md: Fix compat warnings with OpenSSL 3.0.
Yann Ylavic
2023-03-19
1
-12
/
+31
*
mod_ssl: Fix deprecation warnings with openssl-3.
Yann Ylavic
2023-03-19
13
-140
/
+288
*
mod_http2: Fix memory leak in calc_sha256_hash().
Yann Ylavic
2023-03-18
1
-0
/
+1
*
mod_rewrite: Follow up to r1908347: Use [B, BNE=...] rather than [B=...,BNEG].
Yann Ylavic
2023-03-13
1
-11
/
+23
[next]