summaryrefslogtreecommitdiff
path: root/test/testdso.c
Commit message (Expand)AuthorAgeFilesLines
* renaming various functions for consistency sakedougm2001-02-081-1/+1
* Get testfile.c to compile when APR_FILES_AS_SOCKETS is defined.trawick2001-01-231-1/+1
* Commit a bunch of cleanups to get win32 going again. Note the apr.dspwrowe2001-01-231-1/+6
* Make every test source build - regardless of missing apr features.wrowe2000-12-051-0/+2
* Get testdso working on Linux again. This should work on all platforms.rbb2000-12-031-2/+4
* Get the test programs mostly working again.rbb2000-11-291-0/+1
* Clean up a lot of warnings in the test directory.rbb2000-11-151-0/+1
* prefix libapr functions and types with apr_dougm2000-08-021-15/+15
* ap_dso_init() isn't needed. if/when a platform needs it, thengstein2000-07-151-6/+0
* Fix error handling for DSO opening. This probably doesn't fix allrbb2000-05-261-2/+5
* apr_config.h is private and should not be used by test programs.rbb2000-04-221-1/+0
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesrbb2000-04-141-2/+2
* silly cleanup for APR test pgms to avoid compile warnings andtrawick2000-04-141-0/+1
* Adding tests for dso support and the Makefile. This also updates somerbb2000-04-041-0/+100