summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move all APR functions related to strings to their own directory, andRyan Bloom2000-07-218-1754/+6
* Restore the reference to perl's use of DJB's hash function;Tony Finch2000-07-181-7/+7
* Clarify the rumor around this stuff a little bit more by cut & pasting aRalf S. Engelschall2000-07-141-4/+31
* fix deletion: it didn't decrement the count of items in the hashGreg Stein2000-07-131-0/+1
* fix apr_hash_set() -- it wasn't replacing valuesGreg Stein2000-07-131-3/+11
* const-ify the hash table interfaces/implementationGreg Stein2000-07-101-12/+12
* const-ify the cleanup functionsGreg Stein2000-07-081-7/+7
* Update dependancies in APRRyan Bloom2000-07-071-34/+34
* use ap_size_t rather than "int" or "long"Greg Stein2000-07-071-17/+18
* Move some private information for pools from a public header file to theRyan Bloom2000-07-051-0/+10
* Fix some code after the last cleanup. This just makes the tables compileRyan Bloom2000-07-051-1/+1
* Include strings.h for strcasecmp(), strncasecmp(), and bzero().Jeff Trawick2000-06-281-0/+3
* A string constant was straddling a newline. Badness.Greg Stein2000-06-261-4/+9
* Cleanup yesterday's patch to make APR use APR namespace protected macros.Ryan Bloom2000-06-222-5/+5
* Big commit. Basically, if APR defines a public feature macro, then APRRyan Bloom2000-06-224-11/+14
* Tidy up the debugging documentation.David Reid2000-06-181-58/+3
* This commit gets the debugging of alloc and pools working again.David Reid2000-06-172-14/+24
* Continuing the cleanup of beos code.David Reid2000-06-171-1/+1
* Added comments concerning ap_table_vdo and its use for the caching API:Chuck Murcko2000-06-121-0/+21
* added ap_table_vdo() for mod_proxyChuck Murcko2000-06-121-6/+7
* Update dependencies.Ben Laurie2000-06-111-14/+20
* Some serious completion of stricmp, strnicmp, strdup and strstr issuesWilliam A. Rowe Jr2000-06-101-2/+2
* Remove a bunch of string functions from Apache. These are basicallyRyan Bloom2000-06-091-0/+86
* Cleanup APR header files a bit. Basically, this splits ap_table_t relatedRyan Bloom2000-06-081-0/+1
* PR:William A. Rowe Jr2000-05-261-1/+1
* Mass update of API_IMPORT/EXPORT symbols TO APR_ symbols.William A. Rowe Jr2000-05-268-63/+63
* When translation is performed during MD5 digest calculation, verify inJeff Trawick2000-05-251-1/+12
* Win32: Convert ap_proc_t to tranparent type.Bill Stoddard2000-05-241-3/+1
* Solaris needs stdlib.h for the getpass() prototype.Jeff Trawick2000-05-221-0/+3