| Commit message (Expand) | Author | Age | Files | Lines |
* | In the case of invalid %p formats, skip the bogus argument too when skipping ... | martin | 2003-06-20 | 1 | -0/+1 |
* | Add %pT support to apr_snprintf() for printing an apr_os_thread_t. | trawick | 2003-04-17 | 1 | -0/+50 |
* | Namespace protection, thanks to Craig Rodrigues <rodrigc@attbi.com> | wrowe | 2003-02-24 | 1 | -32/+32 |
* | Update copyright notices to 2003. | thommay | 2003-01-01 | 4 | -4/+4 |
* | A few NOTICEs for developers modifying code, not 'XXX' developer pointers. | wrowe | 2002-12-10 | 1 | -1/+1 |
* | Get rid of somewhat long-standing issue regarding large values | jim | 2002-12-09 | 1 | -8/+10 |
* | *) Renames done (deprecated functions wrapped): | thommay | 2002-11-20 | 1 | -2/+8 |
* | fix typo before someone else notices it and pounces :) | jim | 2002-08-27 | 1 | -1/+1 |
* | Fix typo that broke things in really odd ways. | jerenkrantz | 2002-08-27 | 1 | -1/+1 |
* | Document the len == 0 special case for apr_snprintf() and allow it to | jim | 2002-08-26 | 1 | -6/+24 |
* | If the length argument to apr_snprintf is 0, then we should return the | rbb | 2002-08-25 | 1 | -15/+15 |
* | Printing a string with apr_snprintf can seg fault, if a precision is | rbb | 2002-08-25 | 1 | -3/+32 |
* | Fix apr_tokenize_to_argv() to remove the escape character | trawick | 2002-08-21 | 1 | -2/+30 |
* | comment the checks being done, making it clear that the | jim | 2002-08-20 | 1 | -3/+4 |
* | Allow for behavior to be compile-time | jim | 2002-08-20 | 1 | -1/+3 |
* | apr_atoi64 must use base 10 | jim | 2002-08-19 | 1 | -3/+4 |
* | apr_strtoi64: off-by-one errors in the ebcdic test (i.e. 'I' - 'A' is 8). | gregames | 2002-08-13 | 1 | -1/+1 |
* | c is the valid first digit, must use it for the first iteration | wrowe | 2002-08-04 | 1 | -2/+3 |
* | fix an uninitialized variable | brianp | 2002-08-04 | 1 | -0/+1 |
* | Roll-our-own apr_strtoi64 [based on the bsd, factoring out the div/mod | wrowe | 2002-08-03 | 1 | -4/+135 |
* | Out of time and at the end of my config-foo. This should get us the | wrowe | 2002-08-03 | 1 | -4/+4 |
* | Step one, rename from the meaningless 'll' to 'i64'. | wrowe | 2002-08-03 | 1 | -4/+4 |
* | Use apr_int64_t instead of long long as return type for apr_strtoll() and apr... | wsanchez | 2002-07-24 | 1 | -4/+4 |
* | add some needed const to apr_strtoll and apr_atoll | trawick | 2002-07-24 | 1 | -4/+4 |
* | Added apr_strtoll() and apr_atoll() to strings lib. | wsanchez | 2002-07-24 | 1 | -0/+19 |
* | 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 |