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_rewrite: Fix a possible NULL pointer dereference in hook_uri2file
Joe Orton
2023-07-06
1
-1
/
+1
*
Allow mod_dav_fs to tolerate race conditions between PROPFIND and an
Joe Orton
2023-07-06
3
-1
/
+16
*
proxy_util: revert timeout selection on a proxy tunnel back to
Stefan Eissing
2023-07-06
1
-2
/
+2
*
typos/whitespace
Eric Covener
2023-06-30
1
-4
/
+4
*
proxy: in proxy tunnels, use the smaller timeout value of
Stefan Eissing
2023-06-30
1
-3
/
+3
*
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
*
incorporate feedback from rpluem
Eric Covener
2023-06-28
1
-6
/
+9
*
Follow up to r1910656: Fix dumplicate APLOGNO.
Yann Ylavic
2023-06-28
1
-1
/
+1
*
back to original patch in PR66672
Eric Covener
2023-06-28
1
-3
/
+5
*
revert recent r1910650
Eric Covener
2023-06-28
1
-8
/
+10
*
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
*
act more like pre-r1908097 with rewrite
Eric Covener
2023-06-28
1
-10
/
+8
*
mod_http2: optimization for c1 output passing when collecting
Stefan Eissing
2023-06-28
1
-4
/
+11
*
PR66672: rewrite QSA+trailing ? regression
Eric Covener
2023-06-27
1
-2
/
+5
*
*) 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
24
-90
/
+744
*
* 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
*
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
[next]