| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove a bogus fixup from apr_vformatter, which made sure a NUL byte could | striker | 2002-07-13 | 1 | -4/+1 |
* | Continue the Bill Rowe apr_size_t crusade. | orlikowski | 2002-07-10 | 1 | -1/+1 |
* | Rename to apr_fnmatch_test | wrowe | 2002-07-08 | 1 | -1/+7 |
* | Well it appears that binary compatibility is already broken. This | wrowe | 2002-06-28 | 1 | -2/+2 |
* | don't check for malloc() failure in our strdup() replacement | trawick | 2002-05-17 | 1 | -3/+1 |
* | axe a commented-out call to Apache's logging routine | trawick | 2002-05-17 | 1 | -5/+0 |
* | Fix a char'ness issue. | wrowe | 2002-05-13 | 1 | -1/+1 |
* | Added apr_strcatv(), a string concatenation function that | brianp | 2002-05-12 | 1 | -0/+38 |
* | Fixed apr_strfsize formatting of values over 1 gig | brianp | 2002-05-08 | 1 | -1/+1 |
* | A simple memcpy is sufficient here, because we know the length of the | sascha | 2002-05-07 | 1 | -1/+2 |
* | Optimize away a strncmp that accounted for 10% of the run time of | brianp | 2002-05-07 | 1 | -0/+7 |
* | Add .deps to cvsignore since APR may now generate .deps files. | jerenkrantz | 2002-04-22 | 1 | -0/+1 |
* | Allow VPATH builds to properly generate build dependencies. This requires | jerenkrantz | 2002-04-22 | 1 | -0/+2 |
* | Fix a problem where we were walking off the end of the string. | jwoolley | 2002-04-05 | 1 | -8/+8 |
* | clean up the use of apr_sockaddr_t (stay out of family-specific | trawick | 2002-03-15 | 1 | -3/+2 |
* | PR: 9932 (apache 1.3) | jim | 2002-03-14 | 1 | -0/+4 |
* | Update our copyright for this year. | fielding | 2002-03-13 | 4 | -4/+4 |
* | Someone wasn't minding the p's and q's ... forgot to advance over a | wrowe | 2002-02-27 | 1 | -22/+17 |
* | Toss an assert call that only checks input parameters validity which is | jerenkrantz | 2002-02-12 | 1 | -7/+0 |
* | WinCE port from Mladen Turk <mturk@mappingsoft.com> | wrowe | 2002-02-12 | 1 | -3/+6 |
* | Formatting cleanup only - I'm now convince this code is clean - but some | wrowe | 2002-02-12 | 1 | -2/+2 |
* | You know the style was horrendous when it requires *two* passes to get | jerenkrantz | 2002-02-05 | 1 | -43/+43 |
* | Style changes - tabs to spaces primarily. | jerenkrantz | 2002-02-05 | 1 | -679/+683 |
* | When in Rome... or better put... eat our own dogfood. | wrowe | 2001-12-13 | 1 | -2/+2 |
* | This patch adds a function apr_strmemdup(), which works like | wrowe | 2001-12-02 | 1 | -0/+13 |
* | this time make it actually an optimization | ianh | 2001-09-28 | 1 | -1/+0 |
* | optimize apr_pstrcat by storing the lengths of the first 6 strings | ianh | 2001-09-28 | 1 | -1/+18 |
* | Silence warnings: | jwoolley | 2001-07-26 | 1 | -7/+5 |
* | Replace the very limited-use ap_send_size with apr_strfsize(), which | wrowe | 2001-07-25 | 1 | -0/+34 |
* | Yes, this is a bogus cast. It's necessary since win32 figures out the | wrowe | 2001-07-25 | 1 | -1/+1 |
* | Change the size_t into apr_size_t (It causes problems on Solaris with gcc). | jfclere | 2001-07-25 | 1 | -1/+1 |
* | Fix build breakage due to mismatch between function and prototype | jwoolley | 2001-07-25 | 1 | -1/+1 |
* | Reduce CPU consumption in conv_10 function, used to format "%d" by apr_*printf | gregames | 2001-07-24 | 1 | -0/+72 |
* | make termination of apr_pstrcat-ed string a bit faster (from jeff trawick) | dougm | 2001-06-20 | 1 | -1/+2 |
* | apr_pstrcat() optimizations: | dougm | 2001-06-19 | 1 | -3/+4 |
* | Add apr_strtok(), a thread-safe flavor of strtok() which has the | trawick | 2001-05-23 | 2 | -1/+96 |
* | Sing, "we are apr"... and make all hash functions accept apr_ssize_t | wrowe | 2001-05-16 | 1 | -4/+4 |
* | * apr_pstrndup: Check string length with memchr instead of strlen so | brane | 2001-05-10 | 1 | -4/+18 |
* | Patch to allow %qd within apr_snprintf, but handle the platform specific | wrowe | 2001-05-03 | 1 | -1/+7 |
* | Get apr_snprintf() compiling again on platforms without isnan() or | trawick | 2001-04-27 | 1 | -3/+8 |
* | Make ap_snprintf() more robust against border situations with | martin | 2001-04-27 | 1 | -10/+20 |
* | Fix the hosed #ifdef APR_HAVE_FOO_H tests, the #if HAVE_ tests, and | wrowe | 2001-02-25 | 3 | -8/+8 |
* | Clean up a warning. | wrowe | 2001-02-23 | 1 | -1/+1 |
* | Update copyright to 2001 | fielding | 2001-02-16 | 3 | -3/+3 |
* | *) rename apr_memdup() to apr_pmemdup() | gstein | 2001-02-12 | 1 | -8/+7 |
* | ap_pstrndup could have caused out-of-bounds memory accesses (this is a | ben | 2001-02-11 | 1 | -2/+7 |
* | Add memdup function. | ben | 2001-02-11 | 1 | -0/+11 |
* | Moved the prototypes for apr_snprintf and apr_vsnprintf to the | rbb | 2001-02-11 | 1 | -0/+1 |
* | renaming various functions for consistency sake | dougm | 2001-02-08 | 1 | -1/+1 |
* | Eliminate some missing prototype warnings. | fielding | 2001-01-28 | 1 | -0/+3 |