summaryrefslogtreecommitdiff
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Make sources build with latest clang versionStefan Eissing2023-04-275-5/+7
* core: Add the token_checker hook, that allows authentication to takeGraham Leggett2023-04-251-0/+29
* Follow up to r1909356: c89/style fix.Yann Ylavic2023-04-231-4/+4
* core: Restore original regex value when nesting Location,Graham Leggett2023-04-221-0/+14
* core: Be explicit if an enclosing directive contains a path or aGraham Leggett2023-04-141-25/+23
* Fix possible NULL pointer dereference casued by apreq_param_make()Giovanni Bechis2023-04-055-0/+22
* mpm_event: useful APLOG_DEBUG messages.Yann Ylavic2023-04-011-8/+10
* Fix a possible null pointer dereference in ap_expr_parse()Giovanni Bechis2023-03-281-1/+4
* check apreq_cookie_make return valueGiovanni Bechis2023-03-231-0/+4
* util_time: Follow up to r1908380 and r1908389: apr_strings.h not needed anymore.Yann Ylavic2023-03-201-1/+0
* 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: 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-142-10/+48
* fail on bad headerEric Covener2023-01-101-0/+2
* * Log URI causing to exceed the limit to ease analysisRuediger Pluem2023-01-041-4/+10
* * Optimize code flowRuediger Pluem2023-01-041-17/+19
* * Use apr_size_t instead of int to harden against overflows.Ruediger Pluem2022-08-251-2/+2
* core: Follow up to r1902728: ap_max_mem_free early setting.Yann Ylavic2022-08-181-1/+1
* core: Follow up to r1902728 and r1902909: Move comment where relevant.Yann Ylavic2022-08-181-1/+1
* core: Follow up to r1902728 and r1902906: simplify for APR-1.8+.Yann Ylavic2022-07-211-15/+2
* core: Follow up to r1902728: pools may have no allocator with APR_POOL_DEBUG.Yann Ylavic2022-07-211-12/+31
* util_cpre: Follow up to r1902731: Simplify thread pool allocation.Yann Ylavic2022-07-191-64/+21
* util: Follow up to r1902728 and r1902731: static/AP_THREAD_LOCAL order matters.Yann Ylavic2022-07-152-2/+2
* util_pcre: Restore nmatch < ncaps behaviour with PCRE1 (only).Yann Ylavic2022-07-151-0/+26
* util_pcre: Add a thread local subpool cache for when stack does not suffice.Yann Ylavic2022-07-151-61/+164
* core: Apply ap_max_mem_free to created threads' pool allocator.Yann Ylavic2022-07-151-53/+62
* mpm_winnt: Follow up to r1902636: another compilation error.Yann Ylavic2022-07-111-1/+1
* mpm_winnt: Fix compilation error.Yann Ylavic2022-07-101-1/+1
* Follow-up to r1902572: Remove now unused #include.Ivan Zhakov2022-07-081-1/+0
* Rewrite ap_regexec() without a thread-local storage context for allocations.Ivan Zhakov2022-07-081-101/+64
* better error messageGiovanni Bechis2022-06-281-1/+2
* check apr_sockaddr_info_get return valueGiovanni Bechis2022-06-281-1/+6
* core: log_tid support on FreeBSD.Yann Ylavic2022-06-161-2/+8
* mpm_prefork: Do not access the POD in ONE_PROCESS mode.Yann Ylavic2022-06-161-8/+6
* fixed in 1.7 SVN but not releasedEric Covener2022-06-041-1/+1
* force to 0 on 1.6 on WindowsEric Covener2022-06-041-0/+6
* handle large writes in ap_rputsEric Covener2022-06-011-0/+3
* use a liberal default limit for LimitRequestBody of 1GBEric Covener2022-06-011-1/+1
* fix typesEric Covener2022-06-011-2/+2
* * Avoid an overflow on large inputsRuediger Pluem2022-04-271-4/+2
* core: Disable TCP_NOPUSH optimization on OSX. BZ 66019.Yann Ylavic2022-04-211-5/+17
* *) core: add ap_sb_get_child_thread() to retrieve child_numStefan Eissing2022-04-191-0/+8
* *) de-duplicate ALOGNO from code copy.Stefan Eissing2022-04-191-1/+1
* *) core: improved checks in ap_escape_quotes() forStefan Eissing2022-04-161-2/+19
* * Port r1899858, r1899865 to worker MPMRuediger Pluem2022-04-151-3/+23