summaryrefslogtreecommitdiff
path: root/strings/apr_strings.c
Commit message (Expand)AuthorAgeFilesLines
* apr_strings: Provide apr_memzero_explicit() in APR.Yann Ylavic2022-06-281-0/+32
* Revert non-test part of r1878354, the Coverity warning was aJoe Orton2020-06-011-4/+4
* * strings/apr_strings.c (apr_pstrcat): Only read from the initializedJoe Orton2020-06-011-4/+4
* PR 62555: fix edge-case int overflow in apr_itoaNick Kew2018-07-231-8/+12
* change apr_palloc+memcpy to apr_pmemdupJeff Trawick2011-04-061-2/+1
* * Similar to apr_strtoff reset errno to zero in apr_strtoi64.Ruediger Pluem2008-12-161-0/+2
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Avoid any edge case or clib bug that might result in a stringWilliam A. Rowe Jr2004-06-281-3/+6
* Move APR_INT64_STRFN to apr_private.h and remove redundantJoe Orton2004-06-041-1/+1
* * configure.in, include/arch/win32/apr_private.h,Joe Orton2004-05-241-0/+8
* * strings/apr_strings.c (apr_strtoi64): Fix handling of negativeJoe Orton2004-04-041-2/+2
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-50/+12
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* comment the checks being done, making it clear that theJim Jagielski2002-08-201-3/+4
* Allow for behavior to be compile-timeJim Jagielski2002-08-201-1/+3
* apr_atoi64 must use base 10Jim Jagielski2002-08-191-3/+4
* apr_strtoi64: off-by-one errors in the ebcdic test (i.e. 'I' - 'A' is 8).Greg Ames2002-08-131-1/+1
* c is the valid first digit, must use it for the first iterationWilliam A. Rowe Jr2002-08-041-2/+3
* fix an uninitialized variableBrian Pane2002-08-041-0/+1
* Roll-our-own apr_strtoi64 [based on the bsd, factoring out the div/modWilliam A. Rowe Jr2002-08-031-4/+135
* Out of time and at the end of my config-foo. This should get us theWilliam A. Rowe Jr2002-08-031-4/+4
* Step one, rename from the meaningless 'll' to 'i64'.William A. Rowe Jr2002-08-031-4/+4
* Use apr_int64_t instead of long long as return type for apr_strtoll() and apr...Wilfredo Sanchez2002-07-241-4/+4
* add some needed const to apr_strtoll and apr_atollJeff Trawick2002-07-241-4/+4
* Added apr_strtoll() and apr_atoll() to strings lib.Wilfredo Sanchez2002-07-241-0/+19
* Continue the Bill Rowe apr_size_t crusade.Victor J. Orlikowski2002-07-101-1/+1
* Well it appears that binary compatibility is already broken. ThisWilliam A. Rowe Jr2002-06-281-2/+2
* Fix a char'ness issue.William A. Rowe Jr2002-05-131-1/+1
* Added apr_strcatv(), a string concatenation function thatBrian Pane2002-05-121-0/+38
* Fixed apr_strfsize formatting of values over 1 gigBrian Pane2002-05-081-1/+1
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* This patch adds a function apr_strmemdup(), which works likeWilliam A. Rowe Jr2001-12-021-0/+13
* this time make it actually an optimizationIan Holsman2001-09-281-1/+0
* optimize apr_pstrcat by storing the lengths of the first 6 stringsIan Holsman2001-09-281-1/+18
* Silence warnings:Cliff Woolley2001-07-261-7/+5
* Replace the very limited-use ap_send_size with apr_strfsize(), whichWilliam A. Rowe Jr2001-07-251-0/+34
* Yes, this is a bogus cast. It's necessary since win32 figures out theWilliam A. Rowe Jr2001-07-251-1/+1
* Fix build breakage due to mismatch between function and prototypeCliff Woolley2001-07-251-1/+1
* Reduce CPU consumption in conv_10 function, used to format "%d" by apr_*printfGreg Ames2001-07-241-0/+72
* make termination of apr_pstrcat-ed string a bit faster (from jeff trawick)Doug MacEachern2001-06-201-1/+2
* apr_pstrcat() optimizations:Doug MacEachern2001-06-191-3/+4
* * apr_pstrndup: Check string length with memchr instead of strlen soBranko Čibej2001-05-101-4/+18
* Clean up a warning.William A. Rowe Jr2001-02-231-1/+1
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* *) rename apr_memdup() to apr_pmemdup()Greg Stein2001-02-121-8/+7
* ap_pstrndup could have caused out-of-bounds memory accesses (this is aBen Laurie2001-02-111-2/+7
* Add memdup function.Ben Laurie2001-02-111-0/+11
* Eliminate some missing prototype warnings.Roy T. Fielding2001-01-281-0/+3