summaryrefslogtreecommitdiff
path: root/dso/unix
Commit message (Expand)AuthorAgeFilesLines
* Libtool-ize APR.gstein2001-01-092-32/+8
* Fix VPATH support. APR builds now cleanly in a separate build directory.sascha2000-12-152-2/+4
* Get apr_dso_error working properly on Unix.rbb2000-12-031-1/+4
* Get NULL defined on some systems (e.g., FreeBSD 3.4).trawick2000-11-271-0/+4
* This patch removes the dependencies from Makefile.in. Dependenciestrawick2000-11-151-22/+2
* Move all of the dso private header files to an arch directory underrbb2000-11-093-99/+3
* Multiple build and configuration fixesrbb2000-10-051-0/+1
* prefix libapr functions and types with apr_dougm2000-08-022-9/+9
* ap_dso_sym:trawick2000-07-301-4/+8
* ap_dso_init() isn't needed. if/when a platform needs it, thengstein2000-07-151-4/+0
* Remove unnecessary INCDIR1rbb2000-07-131-1/+1
* Update dependancies in APRrbb2000-07-071-3/+2
* allocate *res_handle before setting (*res_handle)->errormsgdougm2000-06-251-1/+2
* constification.ben2000-06-112-2/+2
* Update dependencies.ben2000-06-111-3/+3
* Fix bad call to ap_pcalloc() in ap_dso_load(); the bug led to a storagetrawick2000-06-061-1/+1
* Fix building with DSO support. If any module is configured to berbb2000-06-012-0/+9
* Rework DSO error reporting to be more flexible & informative.bjh2000-05-312-9/+10
* Update the ap_dso_error API to work with other platforms.rbb2000-05-291-1/+1
* Fix the dso error handling.rbb2000-05-271-0/+11
* Fix error handling for DSO opening. This probably doesn't fix allrbb2000-05-261-0/+4
* Make `mm' an INCDIR in shmem/unix, so that the INCDIR rewriter cansascha2000-04-301-1/+0
* Update comment for depend target. The template makefiles are now calledsascha2000-04-301-1/+1
* 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