summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* renaming various functions for consistency sakedougm2001-02-081-48/+48
* Eliminate the APR_SIG* aliases for standard signal names,fielding2001-01-281-3/+3
* Add APR_DECLARE to some of APR's function declarations. This helps withrbb2001-01-111-5/+5
* Libtool-ize APR.gstein2001-01-092-24/+8
* Keep apr_terminate from seg faulting on terminate. This isrbb2001-01-061-2/+8
* Back out the changes to ALLOC_STATS that weren't ready yet.rbb2001-01-051-70/+0
* We need to initialize have_corkable_tcp to 0, otherwise on platformsrbb2001-01-051-0/+70
* Fix the compile break in apr_pools.crbb2001-01-031-1/+1
* Remove some left overs from the NULL pool code. This was only in debugrbb2001-01-031-6/+0
* We should not be assigning permanent_pool inside of make_sub_pool. Thisrbb2001-01-031-3/+1
* Remove the ability to allocate out of a NULL pool. This was always a badrbb2001-01-021-6/+0
* Begin to remove the ability to allocate out of NULL pools. The firstrbb2000-12-311-13/+26
* Fix lib directory build on non-unix platforms after moving apr_private.hbjh2000-12-081-1/+3
* put the pool functions in the pool code.gstein2000-12-061-0/+68
* Change POOL_DEBUG into APR_POOL_DEBUG. This allows us to detect the macrorbb2000-12-011-21/+21
* Make the APR headers sane.gstein2000-11-261-0/+3
* This patch removes the dependencies from Makefile.in. Dependenciestrawick2000-11-151-37/+2
* #include <string.h>, for memset().rbb2000-11-091-0/+3
* Fix dependency on misc.hmartin2000-11-091-1/+0
* Fix dependency on vanished misc.hmartin2000-11-091-2/+1
* Allow lib directory to compile after the header file move.rbb2000-11-091-4/+3
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolswrowe2000-10-161-18/+18
* Squishing bugs.wrowe2000-10-111-1/+1
* Fix inserting elements at the head and tail of a ring when the ring isfanf2000-09-091-0/+5
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...wrowe2000-08-062-8/+8
* prefix libapr functions and types with apr_dougm2000-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 isrbb2000-07-243-1123/+1
* Move the ap_signal code form apr_signal.c in lib to signals.c inrbb2000-07-241-6/+0
* Move apr_getpass.c and apr_md5.c from apr/lib to apr/passwd. The directoryrbb2000-07-243-910/+2
* Update dependenciessascha2000-07-231-29/+12
* Remove all of the ap_exec* functions. Nobody is currently using theserbb2000-07-212-388/+1
* Move apr_fnmatch.c from lib/apr/lib to lib/apr/strings. Just the next moverbb2000-07-212-245/+1
* Move all APR functions related to strings to their own directory, andrbb2000-07-218-1754/+6
* Restore the reference to perl's use of DJB's hash function;fanf2000-07-181-7/+7
* Clarify the rumor around this stuff a little bit more by cut & pasting arse2000-07-141-4/+31
* fix deletion: it didn't decrement the count of items in the hashgstein2000-07-131-0/+1
* fix apr_hash_set() -- it wasn't replacing valuesgstein2000-07-131-3/+11
* const-ify the hash table interfaces/implementationgstein2000-07-101-12/+12
* const-ify the cleanup functionsgstein2000-07-081-7/+7
* Update dependancies in APRrbb2000-07-071-34/+34
* use ap_size_t rather than "int" or "long"gstein2000-07-071-17/+18
* Move some private information for pools from a public header file to therbb2000-07-051-0/+10
* Fix some code after the last cleanup. This just makes the tables compilerbb2000-07-051-1/+1
* Include strings.h for strcasecmp(), strncasecmp(), and bzero().trawick2000-06-281-0/+3
* A string constant was straddling a newline. Badness.gstein2000-06-261-4/+9
* Cleanup yesterday's patch to make APR use APR namespace protected macros.rbb2000-06-222-5/+5
* Big commit. Basically, if APR defines a public feature macro, then APRrbb2000-06-224-11/+14
* Tidy up the debugging documentation.dreid2000-06-181-58/+3
* This commit gets the debugging of alloc and pools working again.dreid2000-06-172-14/+24