summaryrefslogtreecommitdiffstats
path: root/modules/apreq (unfollow)
Commit message (Expand)AuthorFilesLines
2023-03-15Update ErrorLogFormat CHANGES entry for the full story.Yann Ylavic1-2/+3
2023-03-15core: Follow up to r1908393: comment about where ap_server_conf is set.Yann Ylavic1-2/+2
2023-03-14core: Follow up to r1908393: ap_server_conf to NULL before ap_read_config().Yann Ylavic1-0/+2
2023-03-14core: Set ap_server_conf ASAP.Yann Ylavic2-4/+7
2023-03-14log: Follow up to r1908388: ap_server_conf might be NULL.Yann Ylavic1-3/+5
2023-03-14util_time: Follow up to r1908380: Avoid apr_snprintf() like others.Yann Ylavic1-6/+10
2023-03-14core: Use the main ErrorLogFormat for ap_log_perror() and while loading vhosts.Yann Ylavic2-1/+13
2023-03-14util_time: Follow up to r1908383: ap_recent_ctime_ex() docx about trailing NUL.Yann Ylavic1-1/+1
2023-03-14util_time: Note/comments about ap_recent_ctime_ex() correctness wrt trailing \0Yann Ylavic1-2/+4
2023-03-14core: Add formats %{z} and %{strftime-format} to ErrorLogFormat. PR 62161.Yann Ylavic4-10/+53
2023-03-13mod_rewrite's BNEG now replaced by BNE=Yann Ylavic2-6/+10
2023-03-13mod_rewrite: Follow up to r1908347: Use [B, BNE=...] rather than [B=...,BNEG].Yann Ylavic1-11/+23
2023-03-13clarify relationshipEric Covener1-10/+14
2023-03-13doc BNEG, improve relatedEric Covener2-1/+37
2023-03-13unclosed Eric Covener1-1/+1
2023-03-13mod_rewrite: New BNEG flag to negate B=, BCTLS and B= not mutually exclusive.Yann Ylavic1-33/+16
2023-03-13Do not double encode encoded slashesRuediger Pluem13-23/+89
2023-03-13Stop dumping error_log on failure, since is is now capturedJoe Orton1-4/+0
2023-03-13* Favour HUGE_STRING_LEN * 2 over 1024 * 16Ruediger Pluem1-3/+3
2023-03-11move B=xx example to the bottomEric Covener1-4/+13
2023-03-11add [BCTLS] alternative to [B] for 2.4.56 problemsEric Covener3-7/+34
2023-03-11followup to r1908296: only for redirectsEric Covener1-2/+1
2023-03-11allow decoded chars when they will be escapedEric Covener2-18/+30
2023-03-11fr doc rebuild.Lucien Gentis3-44/+54
2023-03-11fr doc XML files updates.Lucien Gentis2-3/+13
2023-03-10mod_proxy: Check the query-string for proxy-noencode too.Yann Ylavic5-50/+50
2023-03-10iFix proxy backend connection reuse tests.Rainer Jung1-18/+21
2023-03-10Support splitting mutiple outputs when using curl withRainer Jung3-9/+35
2023-03-09Make test more robust, log might have a short delay.Rainer Jung1-0/+3
2023-03-09Fix tests test_202_trailer.py::TestTrailers::test_h2_202_03bRainer Jung1-1/+3