| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove trailing whitespaces in *.c. | Ivan Zhakov | 2022-11-20 | 7 | -44/+44 |
* | apr_strings: Provide apr_memzero_explicit() in APR. | Yann Ylavic | 2022-06-28 | 1 | -0/+32 |
* | apr_cstr: Follow up to r1897102: Yet better apr_cstr_casecmp[n](). | Yann Ylavic | 2022-01-16 | 1 | -14/+16 |
* | apr_cstr: Improve apr_cstr_casecmp() and apr_cstr_casecmpn() performances. | Yann Ylavic | 2022-01-15 | 1 | -26/+16 |
* | More revert of r1887500. | Yann Ylavic | 2021-03-11 | 1 | -15/+26 |
* | Follow up to r1887060: fix compilation on BEOS. | Yann Ylavic | 2021-03-11 | 1 | -26/+15 |
* | Revert non-test part of r1878354, the Coverity warning was a | Joe Orton | 2020-06-01 | 1 | -4/+4 |
* | * strings/apr_strings.c (apr_pstrcat): Only read from the initialized | Joe Orton | 2020-06-01 | 1 | -4/+4 |
* | PR 62555: fix edge-case int overflow in apr_itoa | Nick Kew | 2018-07-23 | 1 | -8/+12 |
* | Follow-up to r1726928: Add APR_DECLARE() to apr_cstr_*() functions | Ivan Zhakov | 2016-10-28 | 1 | -30/+36 |
* | Upon closer scrutiny, the optimization of using short variables | William A. Rowe Jr | 2016-06-08 | 1 | -8/+12 |
* | Third optimization, use short type, which is the smallest | William A. Rowe Jr | 2016-06-08 | 1 | -8/+8 |
* | Additional 17% speedup by deferring unused pointer increments | William A. Rowe Jr | 2016-06-08 | 1 | -4/+8 |
* | 17% speedup by eliminating redundant eos test | William A. Rowe Jr | 2016-06-08 | 1 | -2/+4 |
* | Introduce the subset of svn_cstring_ functions into APR as the apr_cstr_ | William A. Rowe Jr | 2016-01-27 | 1 | -0/+392 |
* | Use 'apr_pstrmemdup' instead of 'apr_pstrndup' when applicable in order to sa... | Christophe Jaillet | 2015-10-24 | 1 | -1/+1 |
* | Fix indent | Christophe Jaillet | 2015-06-03 | 1 | -1/+1 |
* | Fix NULL pointer dereference if out of mem | Stefan Fritsch | 2014-05-10 | 1 | -0/+2 |
* | fix some minor bugs and useless assignments so that clang scan-build | Jeff Trawick | 2013-10-23 | 1 | -1/+0 |
* | make sure d is inited | Jim Jagielski | 2013-10-17 | 1 | -2/+1 |
* | it should really handle src==NULL | Jim Jagielski | 2013-10-17 | 1 | -6/+9 |
* | Fix flag character '#' in combination with format | Rainer Jung | 2011-07-29 | 1 | -2/+2 |
* | Fix t ~= [/-/t] mismatch, observed by jorton. | William A. Rowe Jr | 2011-05-19 | 1 | -1/+1 |
* | Fix PR 51219, /foo against /foo/bar. | William A. Rowe Jr | 2011-05-18 | 1 | -3/+7 |
* | r1098292 appears to have failed to copy line-endings | William A. Rowe Jr | 2011-05-14 | 1 | -478/+478 |
* | Further expression simplification for legibility. | William A. Rowe Jr | 2011-05-14 | 1 | -9/+16 |
* | Fix syntax for legibility as suggested by Stefan. | William A. Rowe Jr | 2011-05-14 | 1 | -4/+4 |
* | Comment | William A. Rowe Jr | 2011-05-14 | 1 | -1/+1 |
* | Refactor a complex test into a very simple test and | William A. Rowe Jr | 2011-05-14 | 1 | -7/+14 |
* | Fix another edge case, in [x-/] processing, which I can't seem | William A. Rowe Jr | 2011-05-14 | 1 | -1/+1 |
* | Optimize []...] pattern case | William A. Rowe Jr | 2011-05-14 | 1 | -2/+6 |
* | Fix []...] pattern bug noted by jorton | William A. Rowe Jr | 2011-05-14 | 1 | -1/+1 |
* | Correct inlining per Jeff Trawick's feedback; Forward ports: r1098902 | William A. Rowe Jr | 2011-05-03 | 1 | -1/+1 |
* | Resolve issue identified by Jeff Trawick; '*?' was handled | William A. Rowe Jr | 2011-05-02 | 1 | -459/+460 |
* | Security: CVE-2011-0419 | William A. Rowe Jr | 2011-05-01 | 1 | -211/+377 |
* | change apr_palloc+memcpy to apr_pmemdup | Jeff Trawick | 2011-04-06 | 1 | -2/+1 |
* | quite warning... | Jim Jagielski | 2011-01-19 | 1 | -2/+2 |
* | Fix cases where off_t (and APR_OFF_T_FMT) may be "larger" than | Jim Jagielski | 2011-01-17 | 1 | -3/+20 |
* | * Similar to apr_strtoff reset errno to zero in apr_strtoi64. | Ruediger Pluem | 2008-12-16 | 1 | -0/+2 |
* | Fix apr_tokenize_to_argv parsing. | Bojan Smojver | 2008-11-10 | 1 | -2/+1 |
* | Silence GCC 4.3 warning (patch by jorton). | Bojan Smojver | 2008-05-27 | 1 | -1/+2 |
* | Document cvt from V7, not GNU libc, and copyright | Jim Jagielski | 2008-05-02 | 1 | -2/+2 |
* | * Fix compiler warning for uninitialized variable | Ruediger Pluem | 2008-02-23 | 1 | -1/+1 |
* | Introduce macro definitions of the min/max characteristics of the apr integer | Davi Arnaut | 2007-07-09 | 1 | -4/+4 |
* | Convert wide* types to the portable apr types. Conversion table: | Davi Arnaut | 2007-07-06 | 1 | -65/+50 |
* | Binary size apr_vformatter as bytes, K, M, T, etc, to a four character compacted | Davi Arnaut | 2007-06-29 | 1 | -0/+26 |
* | Early assignment of the to-be-converted number yields better code and avoids | Davi Arnaut | 2007-06-29 | 1 | -11/+3 |
* | APR_VOID_P_IS_QUAD is not defined anywhere and the usual way is | William A. Rowe Jr | 2007-05-31 | 1 | -1/+1 |
* | * strings/apr_snprintf.c (conv_10_quad): Fix formatting of unsigned | Joe Orton | 2007-04-26 | 1 | -1/+1 |
* | If *pattern == '\\', and it does since that's the case we're in, | Ken Coar | 2006-10-08 | 1 | -1/+1 |