summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Test tag to see whether CI works.2.5.0-alpha2-ci-test-onlyJoe Orton2023-03-310-0/+0
* Try running CI for 2.* tags. [skip ci]Joe Orton2023-03-311-0/+2
* mod_proxy: Check for space/ctrls in nocanon path/urls before forwarding.Yann Ylavic2023-03-317-48/+101
* Steal some APLOGNOs for next commit.Yann Ylavic2023-03-311-1/+1
* fix regression in 2.4.56Eric Covener2023-03-302-0/+4
* check for more possible SSL failuresGiovanni Bechis2023-03-301-4/+1
* Document DavQuota (english and french)manu2023-03-294-0/+97
* Document DavMSext (english and french)manu2023-03-294-0/+99
* Fix a possible null pointer dereference in ap_expr_parse()Giovanni Bechis2023-03-281-1/+4
* fr doc rebuild.Lucien Gentis2023-03-251-1/+1
* fr doc XML file update.Lucien Gentis2023-03-251-1/+1
* fr doc XML file update.Lucien Gentis2023-03-251-1/+1
* *) mod_http2: fixed a crash during connection termination. See PR 66539.Stefan Eissing2023-03-242-2/+4
* add error message when storing data to temp file fails.Giovanni Bechis2023-03-242-2/+9
* check apreq_cookie_make return valueGiovanni Bechis2023-03-231-0/+4
* * modules/lua: Use https: URLs for httpd.a.o in docs. [skip ci]Joe Orton2023-03-232-3/+3
* mod_wombat => mod_luaJoe Orton2023-03-233-9/+9
* fix separator parsing, PR #333Giovanni Bechis2023-03-231-1/+1
* typo, PR #344 [skip ci]Giovanni Bechis2023-03-231-1/+1
* * Fix typoRuediger Pluem2023-03-221-1/+1
* * Whitespace fixes. No functional change.Ruediger Pluem2023-03-2210-10/+10
* Fix new flag name in docsRainer Jung2023-03-211-1/+1
* ci: Restore MOD_TLS test suite with the python3-multipart package.Yann Ylavic2023-03-201-12/+11
* pytests: test_tls_04_double_get does not want stdout separator for multiple r...Yann Ylavic2023-03-203-6/+6
* pytests: test_tls_05_proto_1_3: Don't rely on TlsTestEnv.curl_supports_tls_1_...Yann Ylavic2023-03-201-4/+1
* pytests: Use python3-multipart lib.Yann Ylavic2023-03-209-54/+126
* ci: Disable MOD_TLS test suite for now (never passing).Yann Ylavic2023-03-201-11/+12
* Follow up to r1908380: MMN minor bump for AP_CTIME_OPTION_GMTOFF.Yann Ylavic2023-03-201-1/+2
* util_time: Follow up to r1908380 and r1908389: apr_strings.h not needed anymore.Yann Ylavic2023-03-201-1/+0
* ci: -Werror does not need -Wno-deprecated-declarations anymore for openssl >= 3Yann Ylavic2023-03-191-1/+1
* mod_md: Fix compat warnings with OpenSSL 3.0.Yann Ylavic2023-03-191-12/+31
* mod_ssl: Fix deprecation warnings with openssl-3.Yann Ylavic2023-03-1913-140/+288
* rerun failing tests with -vEric Covener2023-03-191-4/+34
* mod_http2: Fix memory leak in calc_sha256_hash().Yann Ylavic2023-03-181-0/+1
* fr doc rebuild.Lucien Gentis2023-03-182-7/+64
* fr doc XML files updates.Lucien Gentis2023-03-182-9/+70
* Typo.Lucien Gentis2023-03-181-2/+0
* ab: Use new openssl-3 API when available.Yann Ylavic2023-03-161-6/+39
* no longer correctEric Covener2023-03-151-2/+0
* Repurpose test for apr-1.8.x (1.7.x being tested elsewhere already).Yann Ylavic2023-03-151-2/+2
* Update ErrorLogFormat CHANGES entry for the full story.Yann Ylavic2023-03-151-2/+3
* core: Follow up to r1908393: comment about where ap_server_conf is set.Yann Ylavic2023-03-151-2/+2
* core: Follow up to r1908393: ap_server_conf to NULL before ap_read_config().Yann Ylavic2023-03-141-0/+2
* core: Set ap_server_conf ASAP.Yann Ylavic2023-03-142-4/+7
* log: Follow up to r1908388: ap_server_conf might be NULL.Yann Ylavic2023-03-141-3/+5
* util_time: Follow up to r1908380: Avoid apr_snprintf() like others.Yann Ylavic2023-03-141-6/+10
* core: Use the main ErrorLogFormat for ap_log_perror() and while loading vhosts.Yann Ylavic2023-03-142-1/+13
* util_time: Follow up to r1908383: ap_recent_ctime_ex() docx about trailing NUL.Yann Ylavic2023-03-141-1/+1
* util_time: Note/comments about ap_recent_ctime_ex() correctness wrt trailing \0Yann Ylavic2023-03-141-2/+4
* core: Add formats %{z} and %{strftime-format} to ErrorLogFormat. PR 62161.Yann Ylavic2023-03-144-10/+53