]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
*) Easy patches: synch 2.4.x and trunk
authorJim Jagielski <jim@apache.org>
Tue, 7 Jan 2025 15:00:40 +0000 (15:00 +0000)
committerJim Jagielski <jim@apache.org>
Tue, 7 Jan 2025 15:00:40 +0000 (15:00 +0000)
commit83ab7e7e1cec3c51d707e743065f4f28aaaca5e0
tree1781965a790ab08b3aab660f449d6f94cbea6399
parent98622579825f68586da0414ca8181e14845cea23
  *) Easy patches: synch 2.4.x and trunk
         - server: Use apr_size_t instead of int to harden against overflows
         - mod_http2: DOXYGEN has nothing to do here, just remove this
                      strange "#if defined(DOXYGEN)"
         - test: make the compiler happy when using --enable-maintainer-mode
         - mod_proxy: Fix format string type check
         - mod_http2: Fix comment, no functional change
         - <various>: Remove unnecessary APLOGNO() use in TRACE-level logging
         - mod_cache_socache: Update comment only, to remove reference to
                              session cache
         - mod_dav: Fix error message formatting if an unauthenticated user
                    tries to use an authenticated user's lock token
         - <none>: trigger ci
         - server: Fix typo in comment

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1922956 13f79535-47bb-0310-9956-ffa450edef68
16 files changed:
ABOUT_APACHE
CHANGES
STATUS
changes-entries/md_v2.4.29.txt [deleted file]
changes-entries/modssl-engine-fallback.txt [deleted file]
include/ap_socache.h
modules/dav/main/util.c
modules/http2/h2_proxy_session.c
modules/http2/h2_ws.c
modules/ldap/util_ldap.c
modules/lua/mod_lua.c
modules/proxy/ajp_header.c
modules/proxy/proxy_util.c
server/util_expr_parse.c
server/util_script.c
test/clients/h2ws.c