| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove trailing whitespaces. | Ivan Zhakov | 2022-11-19 | 1 | -10/+10 |
| * | apr_strings: Provide apr_memzero_explicit() in APR. | Yann Ylavic | 2022-06-28 | 1 | -0/+10 |
| * | Slightly improve doxygen generated documentation. | Christophe Jaillet | 2018-08-26 | 1 | -2/+2 |
| * | A mechanism to avoid strlen reparsing of newly parsed apr_strtok elements | William A. Rowe Jr | 2014-03-07 | 1 | -1/+7 |
| * | Document that some string functions check that the input string is not NULL | Stefan Fritsch | 2012-10-27 | 1 | -4/+4 |
| * | add attribute alloc_size to a few functions | Stefan Fritsch | 2012-05-21 | 1 | -2/+10 |
| * | document errno usage with apr_atoi64() and apr_strtoi64() | Jeff Trawick | 2009-11-19 | 1 | -2/+3 |
| * | Fix documentation for apr_collapse_spaces(). | Bojan Smojver | 2009-06-09 | 1 | -2/+2 |
| * | * include/apr_strings.h (apr_pstrcat): Mark with sentinel attribute | Joe Orton | 2008-08-06 | 1 | -1/+5 |
| * | A buggered declare that we need to fix in APR 2 | William A. Rowe Jr | 2008-01-04 | 1 | -0/+2 |
| * | Clarify the behavior of apr_pstrndup(), which differs from | Jeff Trawick | 2006-11-16 | 1 | -3/+5 |
| * | 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 |
| * | * configure.in, include/arch/win32/apr_private.h, | Joe Orton | 2004-05-24 | 1 | -0/+17 |
| * | * include/apr_strings.h: Document that apr_strtoi64 sets errno on | Joe Orton | 2004-05-17 | 1 | -2/+3 |
| * | * include/apr_strings.h: Clarify apr_cpystrn docco and fix null/NUL | Joe Orton | 2004-03-16 | 1 | -10/+12 |
| * | Relicense APR under Apache License, Version 2.0 | Justin Erenkrantz | 2004-02-13 | 1 | -49/+10 |
| * | Document return values of apr_cpystrn and apr_collapse_spaces. | Joe Orton | 2004-01-15 | 1 | -1/+3 |
| * | Rebalance our exposed headers such that everything is nested properly | William A. Rowe Jr | 2003-03-05 | 1 | -11/+15 |
| * | Update copyright notices to 2003. | Thom May | 2003-01-01 | 1 | -1/+1 |
| * | Go through doxygen output and remove as many errors and warnings as I could. | Justin Erenkrantz | 2002-11-10 | 1 | -1/+1 |
| * | Update the inline comments to reflect reality regarding how apr_snprintf | Jim Jagielski | 2002-09-06 | 1 | -5/+7 |
| * | Step one, rename from the meaningless 'll' to 'i64'. | William A. Rowe Jr | 2002-08-03 | 1 | -3/+3 |
| * | Use apr_int64_t instead of long long as return type for apr_strtoll() and apr... | Wilfredo Sanchez | 2002-07-24 | 1 | -6/+6 |
| * | add some needed const to apr_strtoll and apr_atoll | Jeff Trawick | 2002-07-24 | 1 | -2/+2 |
| * | Added apr_strtoll() and apr_atoll() to strings lib. | Wilfredo Sanchez | 2002-07-24 | 1 | -0/+24 |
| * | Well it appears that binary compatibility is already broken. This | William A. Rowe Jr | 2002-06-28 | 1 | -2/+2 |
| * | Added apr_strcatv(), a string concatenation function that | Brian Pane | 2002-05-12 | 1 | -0/+13 |
| * | 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/+14 |
| * | ALL APR Include files (except for Arch specific stuff) now | Ian Holsman | 2001-08-24 | 1 | -25/+16 |
| * | Replace the very limited-use ap_send_size with apr_strfsize(), which | William A. Rowe Jr | 2001-07-25 | 1 | -0/+11 |
| * | Change the size_t into apr_size_t (It causes problems on Solaris with gcc). | Jean-Frederic Clere | 2001-07-25 | 1 | -2/+3 |
| * | Reduce CPU consumption in conv_10 function, used to format "%d" by apr_*printf | Greg Ames | 2001-07-24 | 1 | -0/+27 |
| * | (apr_cpystrn): Doc fix. | Karl Fogel | 2001-06-15 | 1 | -2/+5 |
| * | Add apr_strtok(), a thread-safe flavor of strtok() which has the | Jeff Trawick | 2001-05-23 | 1 | -0/+14 |
| * | minor tweak to the doc of apr_tokenize_to_argv | Jeff Trawick | 2001-05-22 | 1 | -1/+1 |
| * | Sing, "we are apr"... and make all hash functions accept apr_ssize_t | William A. Rowe Jr | 2001-05-16 | 1 | -4/+4 |
| * | Add a couple of GCC attribute tags to printf style functions. This also | Ryan Bloom | 2001-02-22 | 1 | -1/+2 |
| * | 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 | -1/+2 |
| * | Add memdup function. | Ben Laurie | 2001-02-11 | 1 | -2/+12 |
| * | Moved the prototypes for apr_snprintf and apr_vsnprintf to the | Ryan Bloom | 2001-02-11 | 1 | -0/+42 |
| * | Add remaining APR_DECLARE()s to all headers. Conditionally added | William A. Rowe Jr | 2001-01-18 | 1 | -4/+6 |
| * | Cleanup the rest of the docs. | Ryan Bloom | 2000-12-04 | 1 | -2/+2 |
| * | Make the APR headers sane. | Greg Stein | 2000-11-26 | 1 | -3/+7 |
| * | fix a typo and add a little more info in the doc for apr_pstrndup() | Jeff Trawick | 2000-10-28 | 1 | -2/+2 |
| * | Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbols | William A. Rowe Jr | 2000-10-16 | 1 | -8/+8 |
| * | prefix libapr functions and types with apr_ | Doug MacEachern | 2000-08-02 | 1 | -19/+19 |