| Commit message (Expand) | Author | Age | Files | Lines |
* | Update dependencies | sascha | 2000-07-23 | 1 | -29/+12 |
* | Remove all of the ap_exec* functions. Nobody is currently using these | rbb | 2000-07-21 | 2 | -388/+1 |
* | Move apr_fnmatch.c from lib/apr/lib to lib/apr/strings. Just the next move | rbb | 2000-07-21 | 2 | -245/+1 |
* | Move all APR functions related to strings to their own directory, and | rbb | 2000-07-21 | 8 | -1754/+6 |
* | Restore the reference to perl's use of DJB's hash function; | fanf | 2000-07-18 | 1 | -7/+7 |
* | Clarify the rumor around this stuff a little bit more by cut & pasting a | rse | 2000-07-14 | 1 | -4/+31 |
* | fix deletion: it didn't decrement the count of items in the hash | gstein | 2000-07-13 | 1 | -0/+1 |
* | fix apr_hash_set() -- it wasn't replacing values | gstein | 2000-07-13 | 1 | -3/+11 |
* | const-ify the hash table interfaces/implementation | gstein | 2000-07-10 | 1 | -12/+12 |
* | const-ify the cleanup functions | gstein | 2000-07-08 | 1 | -7/+7 |
* | Update dependancies in APR | rbb | 2000-07-07 | 1 | -34/+34 |
* | use ap_size_t rather than "int" or "long" | gstein | 2000-07-07 | 1 | -17/+18 |
* | Move some private information for pools from a public header file to the | rbb | 2000-07-05 | 1 | -0/+10 |
* | Fix some code after the last cleanup. This just makes the tables compile | rbb | 2000-07-05 | 1 | -1/+1 |
* | Include strings.h for strcasecmp(), strncasecmp(), and bzero(). | trawick | 2000-06-28 | 1 | -0/+3 |
* | A string constant was straddling a newline. Badness. | gstein | 2000-06-26 | 1 | -4/+9 |
* | Cleanup yesterday's patch to make APR use APR namespace protected macros. | rbb | 2000-06-22 | 2 | -5/+5 |
* | Big commit. Basically, if APR defines a public feature macro, then APR | rbb | 2000-06-22 | 4 | -11/+14 |
* | Tidy up the debugging documentation. | dreid | 2000-06-18 | 1 | -58/+3 |
* | This commit gets the debugging of alloc and pools working again. | dreid | 2000-06-17 | 2 | -14/+24 |
* | Continuing the cleanup of beos code. | dreid | 2000-06-17 | 1 | -1/+1 |
* | Added comments concerning ap_table_vdo and its use for the caching API: | chuck | 2000-06-12 | 1 | -0/+21 |
* | added ap_table_vdo() for mod_proxy | chuck | 2000-06-12 | 1 | -6/+7 |
* | Update dependencies. | ben | 2000-06-11 | 1 | -14/+20 |
* | Some serious completion of stricmp, strnicmp, strdup and strstr issues | wrowe | 2000-06-10 | 1 | -2/+2 |
* | Remove a bunch of string functions from Apache. These are basically | rbb | 2000-06-09 | 1 | -0/+86 |
* | Cleanup APR header files a bit. Basically, this splits ap_table_t related | rbb | 2000-06-08 | 1 | -0/+1 |
* | PR: | wrowe | 2000-05-26 | 1 | -1/+1 |
* | Mass update of API_IMPORT/EXPORT symbols TO APR_ symbols. | wrowe | 2000-05-26 | 8 | -63/+63 |
* | When translation is performed during MD5 digest calculation, verify in | trawick | 2000-05-25 | 1 | -1/+12 |
* | Win32: Convert ap_proc_t to tranparent type. | stoddard | 2000-05-24 | 1 | -3/+1 |
* | Solaris needs stdlib.h for the getpass() prototype. | trawick | 2000-05-22 | 1 | -0/+3 |
* | pool->prog_data structures are allocated from within the pool. make sure to | gstein | 2000-05-22 | 1 | -0/+2 |
* | In ap_run_cleanup(), swap the actual running of the cleanup and | manoj | 2000-05-21 | 1 | -4/+1 |
* | Remove all remaining instances in Apache code of | manoj | 2000-05-21 | 1 | -27/+0 |
* | Since cleanups return an APR status, ap_run_cleanup should too. | manoj | 2000-05-21 | 1 | -2/+5 |
* | Fix a bug in the hash code. I can't see how this was ever working. | rbb | 2000-05-19 | 1 | -1/+1 |
* | Remove some stuff left over from the old context code. The removes a | rbb | 2000-05-19 | 1 | -20/+0 |
* | First function removed from Unix MPM's and moved to a common file. This | rbb | 2000-05-18 | 1 | -1/+1 |
* | Allow apr/lib to build on platforms that don't have their own apr/misc/OSDIR | bjh | 2000-05-18 | 1 | -1/+1 |
* | Make the hash API nicer when dealing with nul-terminated strings. | fanf | 2000-05-09 | 1 | -0/+3 |
* | serious bug fix: | trawick | 2000-05-06 | 1 | -25/+69 |
* | Import support for hash tables. | fanf | 2000-05-03 | 2 | -0/+281 |
* | Significantly shorten the Win32 build and shrink symbol tables | wrowe | 2000-05-01 | 1 | -3/+0 |
* | Make `mm' an INCDIR in shmem/unix, so that the INCDIR rewriter can | sascha | 2000-04-30 | 1 | -1/+0 |
* | Fix ap_tokenize_to_argv to respect the const arguments it is passed. This | rbb | 2000-04-30 | 1 | -4/+7 |
* | Update comment for depend target. The template makefiles are now called | sascha | 2000-04-30 | 1 | -1/+1 |
* | PR: | wrowe | 2000-04-29 | 1 | -0/+4 |
* | back out APR_ prefix for TRUE,FALSE | dougm | 2000-04-28 | 2 | -16/+16 |
* | prefix TRUE,FALSE with APR_ | dougm | 2000-04-28 | 2 | -16/+16 |