summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix the rest of the struct foo_t to struct ap_foo_t. Next is removing therbb2000-04-032-22/+22
* Update to Apache Software License version 1.1fielding2000-03-319-311/+282
* remove compile warning when compiling without threadstrawick2000-03-291-0/+2
* Tweaked APR initialization and termination so that the lifetimetrawick2000-03-281-21/+17
* Fix the problems when sigaction() isn't found and Sigfuncjim2000-03-231-1/+1
* Clean up the locks required for pool allocation correctly. If the locksrbb2000-03-211-121/+161
* Fix warnings, update dependencies.ben2000-03-181-31/+40
* More backporting... this of the compile-timejim2000-03-141-10/+10