summaryrefslogtreecommitdiff
path: root/strings
Commit message (Expand)AuthorAgeFilesLines
...
* Remove a bogus fixup from apr_vformatter, which made sure a NUL byte couldstriker2002-07-131-4/+1
* Continue the Bill Rowe apr_size_t crusade.orlikowski2002-07-101-1/+1
* Rename to apr_fnmatch_testwrowe2002-07-081-1/+7
* Well it appears that binary compatibility is already broken. Thiswrowe2002-06-281-2/+2
* don't check for malloc() failure in our strdup() replacementtrawick2002-05-171-3/+1
* axe a commented-out call to Apache's logging routinetrawick2002-05-171-5/+0
* Fix a char'ness issue.wrowe2002-05-131-1/+1
* Added apr_strcatv(), a string concatenation function thatbrianp2002-05-121-0/+38
* Fixed apr_strfsize formatting of values over 1 gigbrianp2002-05-081-1/+1
* A simple memcpy is sufficient here, because we know the length of thesascha2002-05-071-1/+2
* Optimize away a strncmp that accounted for 10% of the run time ofbrianp2002-05-071-0/+7
* Add .deps to cvsignore since APR may now generate .deps files.jerenkrantz2002-04-221-0/+1
* Allow VPATH builds to properly generate build dependencies. This requiresjerenkrantz2002-04-221-0/+2
* Fix a problem where we were walking off the end of the string.jwoolley2002-04-051-8/+8
* clean up the use of apr_sockaddr_t (stay out of family-specifictrawick2002-03-151-3/+2
* PR: 9932 (apache 1.3)jim2002-03-141-0/+4
* Update our copyright for this year.fielding2002-03-134-4/+4
* Someone wasn't minding the p's and q's ... forgot to advance over awrowe2002-02-271-22/+17
* Toss an assert call that only checks input parameters validity which isjerenkrantz2002-02-121-7/+0
* WinCE port from Mladen Turk <mturk@mappingsoft.com>wrowe2002-02-121-3/+6
* Formatting cleanup only - I'm now convince this code is clean - but somewrowe2002-02-121-2/+2
* You know the style was horrendous when it requires *two* passes to getjerenkrantz2002-02-051-43/+43
* Style changes - tabs to spaces primarily.jerenkrantz2002-02-051-679/+683
* When in Rome... or better put... eat our own dogfood.wrowe2001-12-131-2/+2
* This patch adds a function apr_strmemdup(), which works likewrowe2001-12-021-0/+13
* this time make it actually an optimizationianh2001-09-281-1/+0
* optimize apr_pstrcat by storing the lengths of the first 6 stringsianh2001-09-281-1/+18
* Silence warnings:jwoolley2001-07-261-7/+5
* Replace the very limited-use ap_send_size with apr_strfsize(), whichwrowe2001-07-251-0/+34
* Yes, this is a bogus cast. It's necessary since win32 figures out thewrowe2001-07-251-1/+1
* Change the size_t into apr_size_t (It causes problems on Solaris with gcc).jfclere2001-07-251-1/+1
* Fix build breakage due to mismatch between function and prototypejwoolley2001-07-251-1/+1
* Reduce CPU consumption in conv_10 function, used to format "%d" by apr_*printfgregames2001-07-241-0/+72
* make termination of apr_pstrcat-ed string a bit faster (from jeff trawick)dougm2001-06-201-1/+2
* apr_pstrcat() optimizations:dougm2001-06-191-3/+4
* Add apr_strtok(), a thread-safe flavor of strtok() which has thetrawick2001-05-232-1/+96
* Sing, "we are apr"... and make all hash functions accept apr_ssize_twrowe2001-05-161-4/+4
* * apr_pstrndup: Check string length with memchr instead of strlen sobrane2001-05-101-4/+18
* Patch to allow %qd within apr_snprintf, but handle the platform specificwrowe2001-05-031-1/+7
* Get apr_snprintf() compiling again on platforms without isnan() ortrawick2001-04-271-3/+8
* Make ap_snprintf() more robust against border situations withmartin2001-04-271-10/+20
* Fix the hosed #ifdef APR_HAVE_FOO_H tests, the #if HAVE_ tests, andwrowe2001-02-253-8/+8
* Clean up a warning.wrowe2001-02-231-1/+1
* Update copyright to 2001fielding2001-02-163-3/+3
* *) rename apr_memdup() to apr_pmemdup()gstein2001-02-121-8/+7
* ap_pstrndup could have caused out-of-bounds memory accesses (this is aben2001-02-111-2/+7
* Add memdup function.ben2001-02-111-0/+11
* Moved the prototypes for apr_snprintf and apr_vsnprintf to therbb2001-02-111-0/+1
* renaming various functions for consistency sakedougm2001-02-081-1/+1
* Eliminate some missing prototype warnings.fielding2001-01-281-0/+3