| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove trailing whitespaces in *.c. | Ivan Zhakov | 2022-11-20 | 1 | -4/+4 |
* | apr_strings: Provide apr_memzero_explicit() in APR. | Yann Ylavic | 2022-06-28 | 1 | -0/+32 |
* | 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 |
* | change apr_palloc+memcpy to apr_pmemdup | Jeff Trawick | 2011-04-06 | 1 | -2/+1 |
* | * Similar to apr_strtoff reset errno to zero in apr_strtoi64. | Ruediger Pluem | 2008-12-16 | 1 | -0/+2 |
* | Fix the typo. | Joe Orton | 2006-08-03 | 1 | -1/+1 |
* | Update license header. | Joe Orton | 2006-08-03 | 1 | -6/+6 |
* | Update copyright year to 2005 and standardize on current copyright owner line. | Justin Erenkrantz | 2005-02-04 | 1 | -1/+2 |
* | Avoid any edge case or clib bug that might result in a string | William A. Rowe Jr | 2004-06-28 | 1 | -3/+6 |
* | Move APR_INT64_STRFN to apr_private.h and remove redundant | Joe Orton | 2004-06-04 | 1 | -1/+1 |
* | * configure.in, include/arch/win32/apr_private.h, | Joe Orton | 2004-05-24 | 1 | -0/+8 |
* | * strings/apr_strings.c (apr_strtoi64): Fix handling of negative | Joe Orton | 2004-04-04 | 1 | -2/+2 |
* | Relicense APR under Apache License, Version 2.0 | Justin Erenkrantz | 2004-02-13 | 1 | -50/+12 |
* | Update copyright notices to 2003. | Thom May | 2003-01-01 | 1 | -1/+1 |
* | comment the checks being done, making it clear that the | Jim Jagielski | 2002-08-20 | 1 | -3/+4 |
* | Allow for behavior to be compile-time | Jim Jagielski | 2002-08-20 | 1 | -1/+3 |
* | apr_atoi64 must use base 10 | Jim Jagielski | 2002-08-19 | 1 | -3/+4 |
* | apr_strtoi64: off-by-one errors in the ebcdic test (i.e. 'I' - 'A' is 8). | Greg Ames | 2002-08-13 | 1 | -1/+1 |
* | c is the valid first digit, must use it for the first iteration | William A. Rowe Jr | 2002-08-04 | 1 | -2/+3 |
* | fix an uninitialized variable | Brian Pane | 2002-08-04 | 1 | -0/+1 |
* | Roll-our-own apr_strtoi64 [based on the bsd, factoring out the div/mod | William A. Rowe Jr | 2002-08-03 | 1 | -4/+135 |
* | Out of time and at the end of my config-foo. This should get us the | William A. Rowe Jr | 2002-08-03 | 1 | -4/+4 |
* | Step one, rename from the meaningless 'll' to 'i64'. | William A. Rowe Jr | 2002-08-03 | 1 | -4/+4 |
* | Use apr_int64_t instead of long long as return type for apr_strtoll() and apr... | Wilfredo Sanchez | 2002-07-24 | 1 | -4/+4 |
* | add some needed const to apr_strtoll and apr_atoll | Jeff Trawick | 2002-07-24 | 1 | -4/+4 |
* | Added apr_strtoll() and apr_atoll() to strings lib. | Wilfredo Sanchez | 2002-07-24 | 1 | -0/+19 |
* | Continue the Bill Rowe apr_size_t crusade. | Victor J. Orlikowski | 2002-07-10 | 1 | -1/+1 |
* | Well it appears that binary compatibility is already broken. This | William A. Rowe Jr | 2002-06-28 | 1 | -2/+2 |
* | Fix a char'ness issue. | William A. Rowe Jr | 2002-05-13 | 1 | -1/+1 |
* | Added apr_strcatv(), a string concatenation function that | Brian Pane | 2002-05-12 | 1 | -0/+38 |
* | Fixed apr_strfsize formatting of values over 1 gig | Brian Pane | 2002-05-08 | 1 | -1/+1 |
* | Update our copyright for this year. | Roy T. Fielding | 2002-03-13 | 1 | -1/+1 |
* | This patch adds a function apr_strmemdup(), which works like | William A. Rowe Jr | 2001-12-02 | 1 | -0/+13 |
* | this time make it actually an optimization | Ian Holsman | 2001-09-28 | 1 | -1/+0 |
* | optimize apr_pstrcat by storing the lengths of the first 6 strings | Ian Holsman | 2001-09-28 | 1 | -1/+18 |
* | Silence warnings: | Cliff Woolley | 2001-07-26 | 1 | -7/+5 |
* | Replace the very limited-use ap_send_size with apr_strfsize(), which | William A. Rowe Jr | 2001-07-25 | 1 | -0/+34 |
* | Yes, this is a bogus cast. It's necessary since win32 figures out the | William A. Rowe Jr | 2001-07-25 | 1 | -1/+1 |
* | Fix build breakage due to mismatch between function and prototype | Cliff Woolley | 2001-07-25 | 1 | -1/+1 |
* | Reduce CPU consumption in conv_10 function, used to format "%d" by apr_*printf | Greg Ames | 2001-07-24 | 1 | -0/+72 |
* | make termination of apr_pstrcat-ed string a bit faster (from jeff trawick) | Doug MacEachern | 2001-06-20 | 1 | -1/+2 |
* | apr_pstrcat() optimizations: | Doug MacEachern | 2001-06-19 | 1 | -3/+4 |
* | * apr_pstrndup: Check string length with memchr instead of strlen so | Branko Čibej | 2001-05-10 | 1 | -4/+18 |
* | Clean up a warning. | William A. Rowe Jr | 2001-02-23 | 1 | -1/+1 |
* | Update copyright to 2001 | Roy T. Fielding | 2001-02-16 | 1 | -1/+1 |
* | *) rename apr_memdup() to apr_pmemdup() | Greg Stein | 2001-02-12 | 1 | -8/+7 |
* | ap_pstrndup could have caused out-of-bounds memory accesses (this is a | Ben Laurie | 2001-02-11 | 1 | -2/+7 |
* | Add memdup function. | Ben Laurie | 2001-02-11 | 1 | -0/+11 |