summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Something here, nothing thereWilliam A. Rowe Jr2001-07-181-3/+0
* Remove some more unused files...David Reid2001-07-112-96/+0
* Remove the old apr_pools.c file hich is no longer used.David Reid2001-07-101-1467/+0
* So I think I've moved apr_pools.c succesfully, so now we'll buildDavid Reid2001-07-071-1/+1
* Make apr_pool_is_ancestor a non-debug function. This is required forRyan Bloom2001-06-131-20/+22
* Sing, "we are apr"... and make all hash functions accept apr_ssize_tWilliam A. Rowe Jr2001-05-161-4/+4
* *) add apr_pool_get_parent() function.Greg Stein2001-04-271-2/+14
* *) Make the apr_pool_t structure private.Greg Stein2001-04-261-31/+71
* Add a nifty memory/pool debugging option: allocation everything on a page,Greg Stein2001-04-261-12/+88
* * shift some debug symbols to apr_pools.c since they are entirely internalGreg Stein2001-04-171-5/+42
* Eliminate usage of long long in favor of apr_uint64_t.Roy T. Fielding2001-04-121-4/+5
* If the process no longer exists, we might as well remember not toJeff Trawick2001-04-041-1/+1
* More doxygenation.Ben Laurie2001-03-111-1/+1
* Fix the hosed #ifdef APR_HAVE_FOO_H tests, the #if HAVE_ tests, andWilliam A. Rowe Jr2001-02-251-5/+5
* rename miss: s/apr_clear_pool/apr_pool_clear/gDoug MacEachern2001-02-191-3/+3
* Update copyright to 2001Roy T. Fielding2001-02-162-2/+2
* doh. need a spellchekker for these rename scripts. s/apr_lock_aquire/apr_lo...Doug MacEachern2001-02-131-6/+6
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-48/+48
* Eliminate the APR_SIG* aliases for standard signal names,Roy T. Fielding2001-01-281-3/+3
* Add APR_DECLARE to some of APR's function declarations. This helps withRyan Bloom2001-01-111-5/+5
* Libtool-ize APR.Greg Stein2001-01-092-24/+8
* Keep apr_terminate from seg faulting on terminate. This isRyan Bloom2001-01-061-2/+8
* Back out the changes to ALLOC_STATS that weren't ready yet.Ryan Bloom2001-01-051-70/+0
* We need to initialize have_corkable_tcp to 0, otherwise on platformsRyan Bloom2001-01-051-0/+70
* Fix the compile break in apr_pools.cRyan Bloom2001-01-031-1/+1
* Remove some left overs from the NULL pool code. This was only in debugRyan Bloom2001-01-031-6/+0
* We should not be assigning permanent_pool inside of make_sub_pool. ThisRyan Bloom2001-01-031-3/+1
* Remove the ability to allocate out of a NULL pool. This was always a badRyan Bloom2001-01-021-6/+0
* Begin to remove the ability to allocate out of NULL pools. The firstRyan Bloom2000-12-311-13/+26
* Fix lib directory build on non-unix platforms after moving apr_private.hBrian Havard2000-12-081-1/+3
* put the pool functions in the pool code.Greg Stein2000-12-061-0/+68
* Change POOL_DEBUG into APR_POOL_DEBUG. This allows us to detect the macroRyan Bloom2000-12-011-21/+21
* Make the APR headers sane.Greg Stein2000-11-261-0/+3
* This patch removes the dependencies from Makefile.in. DependenciesJeff Trawick2000-11-151-37/+2
* #include <string.h>, for memset().Ryan Bloom2000-11-091-0/+3
* Fix dependency on misc.hMartin Kraemer2000-11-091-1/+0
* Fix dependency on vanished misc.hMartin Kraemer2000-11-091-2/+1
* Allow lib directory to compile after the header file move.Ryan Bloom2000-11-091-4/+3
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolsWilliam A. Rowe Jr2000-10-161-18/+18
* Squishing bugs.William A. Rowe Jr2000-10-111-1/+1
* Fix inserting elements at the head and tail of a ring when the ring isTony Finch2000-09-091-0/+5
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...William A. Rowe Jr2000-08-062-8/+8
* prefix libapr functions and types with apr_Doug MacEachern2000-08-022-87/+87
* - fix POOL_DEBUG ... restored the ap_pool_joins that dreid removed.dgaudet2000-07-261-11/+13
* Move apr_tables.c and apr_hash.c from apr/lib to apr/tables. This isRyan Bloom2000-07-243-1123/+1
* Move the ap_signal code form apr_signal.c in lib to signals.c inRyan Bloom2000-07-241-6/+0
* Move apr_getpass.c and apr_md5.c from apr/lib to apr/passwd. The directoryRyan Bloom2000-07-243-910/+2
* Update dependenciesSascha Schumann2000-07-231-29/+12
* Remove all of the ap_exec* functions. Nobody is currently using theseRyan Bloom2000-07-212-388/+1
* Move apr_fnmatch.c from lib/apr/lib to lib/apr/strings. Just the next moveRyan Bloom2000-07-212-245/+1