| Commit message (Expand) | Author | Age | Files | Lines |
* | Something here, nothing there | wrowe | 2001-07-18 | 1 | -3/+0 |
* | Remove some more unused files... | dreid | 2001-07-11 | 2 | -96/+0 |
* | Remove the old apr_pools.c file hich is no longer used. | dreid | 2001-07-10 | 1 | -1467/+0 |
* | So I think I've moved apr_pools.c succesfully, so now we'll build | dreid | 2001-07-07 | 1 | -1/+1 |
* | Make apr_pool_is_ancestor a non-debug function. This is required for | rbb | 2001-06-13 | 1 | -20/+22 |
* | Sing, "we are apr"... and make all hash functions accept apr_ssize_t | wrowe | 2001-05-16 | 1 | -4/+4 |
* | *) add apr_pool_get_parent() function. | gstein | 2001-04-27 | 1 | -2/+14 |
* | *) Make the apr_pool_t structure private. | gstein | 2001-04-26 | 1 | -31/+71 |
* | Add a nifty memory/pool debugging option: allocation everything on a page, | gstein | 2001-04-26 | 1 | -12/+88 |
* | * shift some debug symbols to apr_pools.c since they are entirely internal | gstein | 2001-04-17 | 1 | -5/+42 |
* | Eliminate usage of long long in favor of apr_uint64_t. | fielding | 2001-04-12 | 1 | -4/+5 |
* | If the process no longer exists, we might as well remember not to | trawick | 2001-04-04 | 1 | -1/+1 |
* | More doxygenation. | ben | 2001-03-11 | 1 | -1/+1 |
* | Fix the hosed #ifdef APR_HAVE_FOO_H tests, the #if HAVE_ tests, and | wrowe | 2001-02-25 | 1 | -5/+5 |
* | rename miss: s/apr_clear_pool/apr_pool_clear/g | dougm | 2001-02-19 | 1 | -3/+3 |
* | Update copyright to 2001 | fielding | 2001-02-16 | 2 | -2/+2 |
* | doh. need a spellchekker for these rename scripts. s/apr_lock_aquire/apr_lo... | dougm | 2001-02-13 | 1 | -6/+6 |
* | renaming various functions for consistency sake | dougm | 2001-02-08 | 1 | -48/+48 |
* | Eliminate the APR_SIG* aliases for standard signal names, | fielding | 2001-01-28 | 1 | -3/+3 |
* | Add APR_DECLARE to some of APR's function declarations. This helps with | rbb | 2001-01-11 | 1 | -5/+5 |
* | Libtool-ize APR. | gstein | 2001-01-09 | 2 | -24/+8 |
* | Keep apr_terminate from seg faulting on terminate. This is | rbb | 2001-01-06 | 1 | -2/+8 |
* | Back out the changes to ALLOC_STATS that weren't ready yet. | rbb | 2001-01-05 | 1 | -70/+0 |
* | We need to initialize have_corkable_tcp to 0, otherwise on platforms | rbb | 2001-01-05 | 1 | -0/+70 |
* | Fix the compile break in apr_pools.c | rbb | 2001-01-03 | 1 | -1/+1 |
* | Remove some left overs from the NULL pool code. This was only in debug | rbb | 2001-01-03 | 1 | -6/+0 |
* | We should not be assigning permanent_pool inside of make_sub_pool. This | rbb | 2001-01-03 | 1 | -3/+1 |
* | Remove the ability to allocate out of a NULL pool. This was always a bad | rbb | 2001-01-02 | 1 | -6/+0 |
* | Begin to remove the ability to allocate out of NULL pools. The first | rbb | 2000-12-31 | 1 | -13/+26 |
* | Fix lib directory build on non-unix platforms after moving apr_private.h | bjh | 2000-12-08 | 1 | -1/+3 |
* | put the pool functions in the pool code. | gstein | 2000-12-06 | 1 | -0/+68 |
* | Change POOL_DEBUG into APR_POOL_DEBUG. This allows us to detect the macro | rbb | 2000-12-01 | 1 | -21/+21 |
* | Make the APR headers sane. | gstein | 2000-11-26 | 1 | -0/+3 |
* | This patch removes the dependencies from Makefile.in. Dependencies | trawick | 2000-11-15 | 1 | -37/+2 |
* | #include <string.h>, for memset(). | rbb | 2000-11-09 | 1 | -0/+3 |
* | Fix dependency on misc.h | martin | 2000-11-09 | 1 | -1/+0 |
* | Fix dependency on vanished misc.h | martin | 2000-11-09 | 1 | -2/+1 |
* | Allow lib directory to compile after the header file move. | rbb | 2000-11-09 | 1 | -4/+3 |
* | Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbols | wrowe | 2000-10-16 | 1 | -18/+18 |
* | Squishing bugs. | wrowe | 2000-10-11 | 1 | -1/+1 |
* | Fix inserting elements at the head and tail of a ring when the ring is | fanf | 2000-09-09 | 1 | -0/+5 |
* | Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation... | wrowe | 2000-08-06 | 2 | -8/+8 |
* | prefix libapr functions and types with apr_ | dougm | 2000-08-02 | 2 | -87/+87 |
* | - fix POOL_DEBUG ... restored the ap_pool_joins that dreid removed. | dgaudet | 2000-07-26 | 1 | -11/+13 |
* | Move apr_tables.c and apr_hash.c from apr/lib to apr/tables. This is | rbb | 2000-07-24 | 3 | -1123/+1 |
* | Move the ap_signal code form apr_signal.c in lib to signals.c in | rbb | 2000-07-24 | 1 | -6/+0 |
* | Move apr_getpass.c and apr_md5.c from apr/lib to apr/passwd. The directory | rbb | 2000-07-24 | 3 | -910/+2 |
* | 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 |