summaryrefslogtreecommitdiff
path: root/include/apr_strings.h
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces.Ivan Zhakov2022-11-191-10/+10
* apr_strings: Provide apr_memzero_explicit() in APR.Yann Ylavic2022-06-281-0/+10
* Slightly improve doxygen generated documentation.Christophe Jaillet2018-08-261-2/+2
* A mechanism to avoid strlen reparsing of newly parsed apr_strtok elementsWilliam A. Rowe Jr2014-03-071-1/+7
* Document that some string functions check that the input string is not NULLStefan Fritsch2012-10-271-4/+4
* add attribute alloc_size to a few functionsStefan Fritsch2012-05-211-2/+10
* document errno usage with apr_atoi64() and apr_strtoi64()Jeff Trawick2009-11-191-2/+3
* Fix documentation for apr_collapse_spaces().Bojan Smojver2009-06-091-2/+2
* * include/apr_strings.h (apr_pstrcat): Mark with sentinel attributeJoe Orton2008-08-061-1/+5
* A buggered declare that we need to fix in APR 2William A. Rowe Jr2008-01-041-0/+2
* Clarify the behavior of apr_pstrndup(), which differs from Jeff Trawick2006-11-161-3/+5
* 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
* * configure.in, include/arch/win32/apr_private.h,Joe Orton2004-05-241-0/+17
* * include/apr_strings.h: Document that apr_strtoi64 sets errno onJoe Orton2004-05-171-2/+3
* * include/apr_strings.h: Clarify apr_cpystrn docco and fix null/NULJoe Orton2004-03-161-10/+12
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* Document return values of apr_cpystrn and apr_collapse_spaces.Joe Orton2004-01-151-1/+3
* Rebalance our exposed headers such that everything is nested properlyWilliam A. Rowe Jr2003-03-051-11/+15
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* Go through doxygen output and remove as many errors and warnings as I could.Justin Erenkrantz2002-11-101-1/+1
* Update the inline comments to reflect reality regarding how apr_snprintfJim Jagielski2002-09-061-5/+7
* Step one, rename from the meaningless 'll' to 'i64'.William A. Rowe Jr2002-08-031-3/+3
* Use apr_int64_t instead of long long as return type for apr_strtoll() and apr...Wilfredo Sanchez2002-07-241-6/+6
* add some needed const to apr_strtoll and apr_atollJeff Trawick2002-07-241-2/+2
* Added apr_strtoll() and apr_atoll() to strings lib.Wilfredo Sanchez2002-07-241-0/+24
* Well it appears that binary compatibility is already broken. ThisWilliam A. Rowe Jr2002-06-281-2/+2
* Added apr_strcatv(), a string concatenation function thatBrian Pane2002-05-121-0/+13
* 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/+14
* ALL APR Include files (except for Arch specific stuff) nowIan Holsman2001-08-241-25/+16
* Replace the very limited-use ap_send_size with apr_strfsize(), whichWilliam A. Rowe Jr2001-07-251-0/+11
* Change the size_t into apr_size_t (It causes problems on Solaris with gcc).Jean-Frederic Clere2001-07-251-2/+3
* Reduce CPU consumption in conv_10 function, used to format "%d" by apr_*printfGreg Ames2001-07-241-0/+27
* (apr_cpystrn): Doc fix.Karl Fogel2001-06-151-2/+5
* Add apr_strtok(), a thread-safe flavor of strtok() which has theJeff Trawick2001-05-231-0/+14
* minor tweak to the doc of apr_tokenize_to_argvJeff Trawick2001-05-221-1/+1
* Sing, "we are apr"... and make all hash functions accept apr_ssize_tWilliam A. Rowe Jr2001-05-161-4/+4
* Add a couple of GCC attribute tags to printf style functions. This alsoRyan Bloom2001-02-221-1/+2
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* *) rename apr_memdup() to apr_pmemdup()Greg Stein2001-02-121-1/+2
* Add memdup function.Ben Laurie2001-02-111-2/+12
* Moved the prototypes for apr_snprintf and apr_vsnprintf to theRyan Bloom2001-02-111-0/+42
* Add remaining APR_DECLARE()s to all headers. Conditionally addedWilliam A. Rowe Jr2001-01-181-4/+6
* Cleanup the rest of the docs.Ryan Bloom2000-12-041-2/+2
* Make the APR headers sane.Greg Stein2000-11-261-3/+7
* fix a typo and add a little more info in the doc for apr_pstrndup()Jeff Trawick2000-10-281-2/+2
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolsWilliam A. Rowe Jr2000-10-161-8/+8
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-19/+19