summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix ap_tokenize_to_argv to respect the const arguments it is passed. Thisrbb2000-04-301-4/+7
* Update comment for depend target. The template makefiles are now calledsascha2000-04-301-1/+1
* PR:wrowe2000-04-291-0/+4
* back out APR_ prefix for TRUE,FALSEdougm2000-04-282-16/+16
* prefix TRUE,FALSE with APR_dougm2000-04-282-16/+16
* modify the arguments to ap_tokenize_to_argv to match the rest of apr.rbb2000-04-281-2/+2
* Cleanup more files when make distclean is used. This should be all therbb2000-04-271-2/+3
* More win32 shotgunary to the windows project files and tostoddard2000-04-251-3/+4
* Change names of strnatcmp & strnatcasecmp to cpmply with APR namingstoddard2000-04-241-2/+2
* Add `IndexOptions +VersionSort', to nicely sort filenamesdgaudet2000-04-241-0/+151
* Add `IndexOptions +VersionSort', to nicely sort filenamesdgaudet2000-04-241-1/+2
* Finished move of ap_md5 routines to apr_md5. Removed ap_md5.h.fielding2000-04-231-12/+15
* Replace APR_MD5_CTX with ap_MD5_ctx_t, as suggested by Bill Rowe.fielding2000-04-231-4/+4
* Update dependfielding2000-04-231-4/+6
* Add ApacheModAuthDigest to apache.dsw. Get rid of compile warnings.stoddard2000-04-221-0/+1
* Move apr_config.h and apr_config.hw to apr_private.h and apr_private.hw.rbb2000-04-2210-20/+20
* Eliminate some useless cruft left over from 1.3stoddard2000-04-211-14/+0
* Include ctype.h (if we have it) to avoid compile warning.trawick2000-04-161-0/+3
* Win32:stoddard2000-04-151-4/+26
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesrbb2000-04-143-56/+41
* Remove unused variable 'status'martin2000-04-131-2/+1
* permanent_pool was not initialized from the proper variable and wastrawick2000-04-101-1/+1
* Remove the slack stuff from APR. This isn't actually used anywhere inrbb2000-04-062-126/+0
* include <arpa/inet.h> for ntohl() et al (some platformstrawick2000-04-061-0/+3
* Finish the APR naming cleanup. This removes the struct's fromrbb2000-04-032-22/+22
* Eliminate apr_win.h and apr_winconfig.h (and the ugly #ifdefs they cause).stoddard2000-04-036-24/+2