index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
server
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make sources build with latest clang version
Stefan Eissing
2023-04-27
5
-5
/
+7
*
core: Add the token_checker hook, that allows authentication to take
Graham Leggett
2023-04-25
1
-0
/
+29
*
Follow up to r1909356: c89/style fix.
Yann Ylavic
2023-04-23
1
-4
/
+4
*
core: Restore original regex value when nesting Location,
Graham Leggett
2023-04-22
1
-0
/
+14
*
core: Be explicit if an enclosing directive contains a path or a
Graham Leggett
2023-04-14
1
-25
/
+23
*
Fix possible NULL pointer dereference casued by apreq_param_make()
Giovanni Bechis
2023-04-05
5
-0
/
+22
*
mpm_event: useful APLOG_DEBUG messages.
Yann Ylavic
2023-04-01
1
-8
/
+10
*
Fix a possible null pointer dereference in ap_expr_parse()
Giovanni Bechis
2023-03-28
1
-1
/
+4
*
check apreq_cookie_make return value
Giovanni Bechis
2023-03-23
1
-0
/
+4
*
util_time: Follow up to r1908380 and r1908389: apr_strings.h not needed anymore.
Yann Ylavic
2023-03-20
1
-1
/
+0
*
core: Follow up to r1908393: comment about where ap_server_conf is set.
Yann Ylavic
2023-03-15
1
-2
/
+2
*
core: Follow up to r1908393: ap_server_conf to NULL before ap_read_config().
Yann Ylavic
2023-03-14
1
-0
/
+2
*
core: Set ap_server_conf ASAP.
Yann Ylavic
2023-03-14
2
-4
/
+7
*
log: Follow up to r1908388: ap_server_conf might be NULL.
Yann Ylavic
2023-03-14
1
-3
/
+5
*
util_time: Follow up to r1908380: Avoid apr_snprintf() like others.
Yann Ylavic
2023-03-14
1
-6
/
+10
*
core: Use the main ErrorLogFormat for ap_log_perror() and while loading vhosts.
Yann Ylavic
2023-03-14
2
-1
/
+13
*
util_time: Note/comments about ap_recent_ctime_ex() correctness wrt trailing \0
Yann Ylavic
2023-03-14
1
-2
/
+4
*
core: Add formats %{z} and %{strftime-format} to ErrorLogFormat. PR 62161.
Yann Ylavic
2023-03-14
2
-10
/
+48
*
fail on bad header
Eric Covener
2023-01-10
1
-0
/
+2
*
* Log URI causing to exceed the limit to ease analysis
Ruediger Pluem
2023-01-04
1
-4
/
+10
*
* Optimize code flow
Ruediger Pluem
2023-01-04
1
-17
/
+19
*
* Use apr_size_t instead of int to harden against overflows.
Ruediger Pluem
2022-08-25
1
-2
/
+2
*
core: Follow up to r1902728: ap_max_mem_free early setting.
Yann Ylavic
2022-08-18
1
-1
/
+1
*
core: Follow up to r1902728 and r1902909: Move comment where relevant.
Yann Ylavic
2022-08-18
1
-1
/
+1
*
core: Follow up to r1902728 and r1902906: simplify for APR-1.8+.
Yann Ylavic
2022-07-21
1
-15
/
+2
*
core: Follow up to r1902728: pools may have no allocator with APR_POOL_DEBUG.
Yann Ylavic
2022-07-21
1
-12
/
+31
*
util_cpre: Follow up to r1902731: Simplify thread pool allocation.
Yann Ylavic
2022-07-19
1
-64
/
+21
*
util: Follow up to r1902728 and r1902731: static/AP_THREAD_LOCAL order matters.
Yann Ylavic
2022-07-15
2
-2
/
+2
*
util_pcre: Restore nmatch < ncaps behaviour with PCRE1 (only).
Yann Ylavic
2022-07-15
1
-0
/
+26
*
util_pcre: Add a thread local subpool cache for when stack does not suffice.
Yann Ylavic
2022-07-15
1
-61
/
+164
*
core: Apply ap_max_mem_free to created threads' pool allocator.
Yann Ylavic
2022-07-15
1
-53
/
+62
*
mpm_winnt: Follow up to r1902636: another compilation error.
Yann Ylavic
2022-07-11
1
-1
/
+1
*
mpm_winnt: Fix compilation error.
Yann Ylavic
2022-07-10
1
-1
/
+1
*
Follow-up to r1902572: Remove now unused #include.
Ivan Zhakov
2022-07-08
1
-1
/
+0
*
Rewrite ap_regexec() without a thread-local storage context for allocations.
Ivan Zhakov
2022-07-08
1
-101
/
+64
*
better error message
Giovanni Bechis
2022-06-28
1
-1
/
+2
*
check apr_sockaddr_info_get return value
Giovanni Bechis
2022-06-28
1
-1
/
+6
*
core: log_tid support on FreeBSD.
Yann Ylavic
2022-06-16
1
-2
/
+8
*
mpm_prefork: Do not access the POD in ONE_PROCESS mode.
Yann Ylavic
2022-06-16
1
-8
/
+6
*
fixed in 1.7 SVN but not released
Eric Covener
2022-06-04
1
-1
/
+1
*
force to 0 on 1.6 on Windows
Eric Covener
2022-06-04
1
-0
/
+6
*
handle large writes in ap_rputs
Eric Covener
2022-06-01
1
-0
/
+3
*
use a liberal default limit for LimitRequestBody of 1GB
Eric Covener
2022-06-01
1
-1
/
+1
*
fix types
Eric Covener
2022-06-01
1
-2
/
+2
*
* Avoid an overflow on large inputs
Ruediger Pluem
2022-04-27
1
-4
/
+2
*
core: Disable TCP_NOPUSH optimization on OSX. BZ 66019.
Yann Ylavic
2022-04-21
1
-5
/
+17
*
*) core: add ap_sb_get_child_thread() to retrieve child_num
Stefan Eissing
2022-04-19
1
-0
/
+8
*
*) de-duplicate ALOGNO from code copy.
Stefan Eissing
2022-04-19
1
-1
/
+1
*
*) core: improved checks in ap_escape_quotes() for
Stefan Eissing
2022-04-16
1
-2
/
+19
*
* Port r1899858, r1899865 to worker MPM
Ruediger Pluem
2022-04-15
1
-3
/
+23
[next]