summaryrefslogtreecommitdiff
path: root/dso/unix
Commit message (Expand)AuthorAgeFilesLines
* Move apr_config.h and apr_config.hw to apr_private.h and apr_private.hw.rbb2000-04-222-2/+2
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesrbb2000-04-142-2/+2
* Adapt to ReliantUNIX conventionmartin2000-04-141-2/+2
* more documentation movementdgaudet2000-04-141-25/+0
* ignoreagedgaudet2000-04-101-0/+1
* Fix some minor bugs in the Unix dso code. This works on Linux, butrbb2000-04-042-13/+10
* Finish the APR naming cleanup. This removes the struct's fromrbb2000-04-031-3/+3
* fix the rest of the struct foo_t to struct ap_foo_t. Next is removing therbb2000-04-032-4/+4
* Add the AIX dso code in it's own directory. It's cleaner and should workdreid2000-04-021-4/+2
* Next part of putting the "old" dso code into APR. Again, this seemsdreid2000-04-023-21/+70
* removed trailing slash from "OBJS=dso.o" to keep some maketrawick2000-03-311-1/+1
* Update to Apache Software License version 1.1fielding2000-03-312-72/+68
* Fix the docs for DSO handling in APR.rbb2000-03-271-36/+21
* Add DSO's to the APR build process. This also cleans up the DSO stuff, torbb2000-03-272-14/+20
* This is the first pass at DSO support for APR. It's basically the patchdreid2000-03-263-0/+272