index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
server
/
util.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make sources build with latest clang version
Stefan Eissing
2023-04-27
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: Follow up to r1902728 and r1902731: static/AP_THREAD_LOCAL order matters.
Yann Ylavic
2022-07-15
1
-1
/
+1
*
core: Apply ap_max_mem_free to created threads' pool allocator.
Yann Ylavic
2022-07-15
1
-53
/
+62
*
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: improved checks in ap_escape_quotes() for
Stefan Eissing
2022-04-16
1
-2
/
+19
*
*) core: make ap_escape_quotes() work correctly on strings
Stefan Eissing
2022-04-06
1
-5
/
+8
*
core: Make sure and check that LimitXMLRequestBody fits in system memory.
Yann Ylavic
2022-03-07
1
-2
/
+6
*
core: Follow up to r1897240: Provide/export ap_thread_current_create()
Yann Ylavic
2022-02-02
1
-3
/
+3
*
core: Follow up to r1897240: Opt-out for AP_HAS_THREAD_LOCAL and/or pcre's us...
Yann Ylavic
2022-02-02
1
-3
/
+3
*
core: Follow up to r1897460: Provide ap_thread_main_create().
Yann Ylavic
2022-01-27
1
-5
/
+44
*
core: Follow up to r1897460: Implement and use ap_thread_current_after_fork().
Yann Ylavic
2022-01-25
1
-1
/
+11
*
Follow up to r1897460: !APR_HAS_THREAD implies no ap_thread_* either.
Yann Ylavic
2022-01-25
1
-1
/
+1
*
core: Efficient ap_thread_current() when apr_thread_local() is missing.
Yann Ylavic
2022-01-25
1
-0
/
+80
*
util: Follow up to r1897101 and r1897105: Yet better ap_cstr_casecmp[n]().
Yann Ylavic
2022-01-16
1
-8
/
+8
*
util: Follow up to r1897101: Yet better ap_cstr_casecmp[n]().
Yann Ylavic
2022-01-16
1
-10
/
+12
*
util: Improve ap_cstr_casecmp() and ap_cstr_casecmpn() performances.
Yann Ylavic
2022-01-15
1
-26
/
+16
*
Revert spurious commit r1895340.
Yann Ylavic
2021-11-25
1
-49
/
+21
*
Trigger ci.
Yann Ylavic
2021-11-25
1
-21
/
+49
*
* Optimize performance by moving calculation of loop invariant out of the loop
Ruediger Pluem
2021-10-08
1
-1
/
+2
*
core: Add ap_unescape_url_ex() for better decoding control, and deprecate
Yann Ylavic
2021-10-07
1
-24
/
+34
*
core: AP_NORMALIZE_DECODE_UNRESERVED should normalize the second encoded dot.
Yann Ylavic
2021-09-29
1
-5
/
+15
*
* Remove unneeded checks to improve performance
Ruediger Pluem
2021-08-18
1
-5
/
+3
*
* Follow the same logic that is used for calculating the length
Ruediger Pluem
2021-08-18
1
-4
/
+3
*
tolerate apr-1.5
Eric Covener
2021-08-11
1
-2
/
+2
*
Follow up to 1892038, 1892063.
Christophe Jaillet
2021-08-10
1
-6
/
+10
*
ap_timeout_parameter_parse: axe unsigned < 0 check
Eric Covener
2021-08-07
1
-1
/
+1
*
fix int overflow in ap_timeout_parameter_parse
Eric Covener
2021-08-06
1
-4
/
+13
*
fix ap_escape_quotes with pre-escaped quotes
Eric Covener
2021-08-04
1
-1
/
+1
*
ap_pbase64decode(): save double NUL byte allocation and assignment.
Yann Ylavic
2020-11-27
1
-4
/
+2
*
* apr_base64_encode_len already includes space for the terminating zero
Ruediger Pluem
2020-10-23
1
-3
/
+2
*
Follow up to r1879075: ap_getparents() to return the empty string above root.
Yann Ylavic
2020-06-24
1
-1
/
+4
*
Implement ap_getparent() using ap_normalize_path().
Yann Ylavic
2020-06-22
1
-63
/
+2
*
Add ap_normalize_path() to replace ap_getparents() (with options).
Yann Ylavic
2020-06-22
1
-1
/
+111
*
core,modules: provide/use ap_parse_strict_length() helper.
Yann Ylavic
2020-05-20
1
-13
/
+15
*
factor out TE=chunked checking
Eric Covener
2020-02-07
1
-5
/
+39
*
Fix crashes when running with debug APR (APR_POOL_DEBUG),
Rainer Jung
2019-07-16
1
-0
/
+5
*
* server/util.c: Make "nul" symbol private.
Joe Orton
2019-06-20
1
-1
/
+1
*
Provide TEST_CHAR marco in test_char.h
Yann Ylavic
2019-03-28
1
-7
/
+0
*
remove null check
Eric Covener
2019-03-18
1
-1
/
+1
*
* Play safe in case we get no name
Ruediger Pluem
2019-03-18
1
-0
/
+4
*
* Revert r1855741 which committed other stuff as well.
Ruediger Pluem
2019-03-18
1
-4
/
+0
*
* Play safe in case we get no name
Ruediger Pluem
2019-03-18
1
-0
/
+4
*
Merge consecutive slashes in the URL by default
Eric Covener
2019-03-17
1
-3
/
+7
*
Follow up to r1847430.
Christophe Jaillet
2019-02-10
1
-2
/
+2
*
core: Split out the ability to parse wildcard files and directories
Graham Leggett
2018-11-25
1
-0
/
+209
*
util_filter: protect ap_filter_t private fields from external (ab)use.
Yann Ylavic
2018-09-05
1
-16
/
+0
[next]