summaryrefslogtreecommitdiff
path: root/dso/unix
Commit message (Expand)AuthorAgeFilesLines
...
* Move all of the dso private header files to an arch directory underRyan Bloom2000-11-093-99/+3
* Multiple build and configuration fixesRyan Bloom2000-10-051-0/+1
* prefix libapr functions and types with apr_Doug MacEachern2000-08-022-9/+9
* ap_dso_sym:Jeff Trawick2000-07-301-4/+8
* ap_dso_init() isn't needed. if/when a platform needs it, thenGreg Stein2000-07-151-4/+0
* Remove unnecessary INCDIR1Ryan Bloom2000-07-131-1/+1
* Update dependancies in APRRyan Bloom2000-07-071-3/+2
* allocate *res_handle before setting (*res_handle)->errormsgDoug MacEachern2000-06-251-1/+2
* constification.Ben Laurie2000-06-112-2/+2
* Update dependencies.Ben Laurie2000-06-111-3/+3
* Fix bad call to ap_pcalloc() in ap_dso_load(); the bug led to a storageJeff Trawick2000-06-061-1/+1
* Fix building with DSO support. If any module is configured to beRyan Bloom2000-06-012-0/+9
* Rework DSO error reporting to be more flexible & informative.Brian Havard2000-05-312-9/+10
* Update the ap_dso_error API to work with other platforms.Ryan Bloom2000-05-291-1/+1
* Fix the dso error handling.Ryan Bloom2000-05-271-0/+11
* Fix error handling for DSO opening. This probably doesn't fix allRyan Bloom2000-05-261-0/+4
* Make `mm' an INCDIR in shmem/unix, so that the INCDIR rewriter canSascha Schumann2000-04-301-1/+0
* Update comment for depend target. The template makefiles are now calledSascha Schumann2000-04-301-1/+1
* Move apr_config.h and apr_config.hw to apr_private.h and apr_private.hw.Ryan Bloom2000-04-222-2/+2
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesRyan Bloom2000-04-142-2/+2
* Adapt to ReliantUNIX conventionMartin Kraemer2000-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, butRyan Bloom2000-04-042-13/+10
* Finish the APR naming cleanup. This removes the struct's fromRyan Bloom2000-04-031-3/+3
* fix the rest of the struct foo_t to struct ap_foo_t. Next is removing theRyan Bloom2000-04-032-4/+4
* Add the AIX dso code in it's own directory. It's cleaner and should workDavid Reid2000-04-021-4/+2
* Next part of putting the "old" dso code into APR. Again, this seemsDavid Reid2000-04-023-21/+70
* removed trailing slash from "OBJS=dso.o" to keep some makeJeff Trawick2000-03-311-1/+1
* Update to Apache Software License version 1.1Roy T. Fielding2000-03-312-72/+68
* Fix the docs for DSO handling in APR.Ryan Bloom2000-03-271-36/+21
* Add DSO's to the APR build process. This also cleans up the DSO stuff, toRyan Bloom2000-03-272-14/+20
* This is the first pass at DSO support for APR. It's basically the patchDavid Reid2000-03-263-0/+272