summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Continuing the cleanup of beos code.dreid2000-06-171-1/+1
* Added comments concerning ap_table_vdo and its use for the caching API:chuck2000-06-121-0/+21
* added ap_table_vdo() for mod_proxychuck2000-06-121-6/+7
* Update dependencies.ben2000-06-111-14/+20
* Some serious completion of stricmp, strnicmp, strdup and strstr issueswrowe2000-06-101-2/+2
* Remove a bunch of string functions from Apache. These are basicallyrbb2000-06-091-0/+86
* Cleanup APR header files a bit. Basically, this splits ap_table_t relatedrbb2000-06-081-0/+1
* PR:wrowe2000-05-261-1/+1
* Mass update of API_IMPORT/EXPORT symbols TO APR_ symbols.wrowe2000-05-268-63/+63
* When translation is performed during MD5 digest calculation, verify intrawick2000-05-251-1/+12
* Win32: Convert ap_proc_t to tranparent type.stoddard2000-05-241-3/+1
* Solaris needs stdlib.h for the getpass() prototype.trawick2000-05-221-0/+3
* pool->prog_data structures are allocated from within the pool. make sure togstein2000-05-221-0/+2
* In ap_run_cleanup(), swap the actual running of the cleanup andmanoj2000-05-211-4/+1
* Remove all remaining instances in Apache code ofmanoj2000-05-211-27/+0
* Since cleanups return an APR status, ap_run_cleanup should too.manoj2000-05-211-2/+5
* Fix a bug in the hash code. I can't see how this was ever working.rbb2000-05-191-1/+1
* Remove some stuff left over from the old context code. The removes arbb2000-05-191-20/+0
* First function removed from Unix MPM's and moved to a common file. Thisrbb2000-05-181-1/+1
* Allow apr/lib to build on platforms that don't have their own apr/misc/OSDIRbjh2000-05-181-1/+1
* Make the hash API nicer when dealing with nul-terminated strings.fanf2000-05-091-0/+3
* serious bug fix:trawick2000-05-061-25/+69
* Import support for hash tables.fanf2000-05-032-0/+281
* Significantly shorten the Win32 build and shrink symbol tableswrowe2000-05-011-3/+0
* Make `mm' an INCDIR in shmem/unix, so that the INCDIR rewriter cansascha2000-04-301-1/+0