| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Add remaining APR_DECLARE()s to all headers. Conditionally added | wrowe | 2001-01-18 | 1 | -2/+4 |
* | Libtool-ize APR. | gstein | 2001-01-09 | 2 | -28/+13 |
* | These two patches for apr and apr-util fix compile warnings on Solaris for | trawick | 2000-12-22 | 1 | -1/+1 |
* | Cleanup a group of apr compil warnings on Solaris | rbb | 2000-12-21 | 1 | -0/+3 |
* | apr_snprintf()'s %pI format string now takes apr_sockaddr_t * | trawick | 2000-12-16 | 1 | -8/+26 |
* | Move apr_private.h.in from the include directory to the arch/unix | rbb | 2000-12-08 | 1 | -1/+2 |
* | Get NULL defined on some systems (e.g., FreeBSD 3.4). | trawick | 2000-11-27 | 1 | -0/+3 |
* | Make the APR headers sane. | gstein | 2000-11-26 | 1 | -1/+1 |
* | This patch removes the dependencies from Makefile.in. Dependencies | trawick | 2000-11-15 | 1 | -51/+2 |
* | Clean up a Makefile | rbb | 2000-11-09 | 1 | -2/+1 |
* | don't print anything for "%n" | gstein | 2000-11-02 | 1 | -4/+8 |
* | Cleanup apr_tokenize_to_argv a bit, and fix a problem where we weren't | rbb | 2000-10-18 | 1 | -10/+7 |
* | Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbols | wrowe | 2000-10-16 | 4 | -12/+12 |
* | apr_snprintf(): Get quad format strings working on OS/390 (and perhaps | trawick | 2000-09-13 | 1 | -6/+2 |
* | Use apr_is*() character test macros to avoid warnings about signed | bjh | 2000-08-06 | 1 | -9/+9 |
* | Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation... | wrowe | 2000-08-06 | 3 | -31/+32 |
* | prefix libapr functions and types with apr_ | dougm | 2000-08-02 | 5 | -33/+33 |
* | Caught a bad var arg linkage declaration. | wrowe | 2000-07-25 | 1 | -1/+2 |
* | Update dependencies. | fielding | 2000-07-23 | 1 | -1/+5 |
* | Remove apr_strnatcmp.h. All of the functions prototyped in this file | rbb | 2000-07-23 | 1 | -1/+1 |