summaryrefslogtreecommitdiffstats
path: root/modules/mappers/mod_so.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesRyan Bloom2000-04-141-2/+2
* Get DSOs working on Windows. Required cross platform change to mod_so.c.Bill Stoddard2000-04-051-3/+4
* Get APR DSO code working under WindowsBill Stoddard2000-04-031-1/+1
* First pass at mod_so with the new APR dso calls. It builds OK, but asDavid Reid2000-04-021-23/+35
* Update to Apache Software License version 1.1Roy T. Fielding2000-03-311-33/+34
* Fix all the License issues. Including:Ryan Bloom2000-03-101-9/+9
* Fix Windows compile breakage.Bill Stoddard2000-01-211-0/+1
* Finish the conversion from fprintf(stderr -> ap_log_err.Ryan Bloom1999-11-191-2/+4
* Make mod_so.c compile. Loading modules crashes for me though, haven't figuredBrian Havard1999-11-141-20/+11
* Remove most of the annoying "re ap_context_t mplement" mis-replacementsMartin Kraemer1999-10-121-1/+1
* Changed pools to contexts. Tested with prefork and pthread mpm's. I'llRyan Bloom1999-08-311-5/+5
* Replace comment about SIGUSR1 with SIGWINCH.Roy T. Fielding1999-08-261-2/+2
* Apache 1.3.9 baseline for the Apache 2.0 repository.Roy T. Fielding1999-08-241-0/+360