summaryrefslogtreecommitdiff
path: root/modules/mappers/mod_so.c
Commit message (Expand)AuthorAgeFilesLines
* Get rid of unnecessary apr_status_t variables in a couple of functions.Jeff Trawick2001-03-031-6/+4
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-3/+3
* Use a typesafe function for access objects' pools.Greg Stein2001-01-241-1/+0
* Kill an unused variableWilliam A. Rowe Jr2001-01-191-1/+0
* Rely on the APR dso_load cleanup to unload the DSO correctly. There isRyan Bloom2001-01-191-26/+0
* Provide apr_pool_t arg to register_hooks, since anything they do in thatWilliam A. Rowe Jr2001-01-171-1/+1
* adjust remaining modules to use the new handler hook method (Alan Edwards)Doug MacEachern2001-01-081-1/+0
* Get mod_so to build again by including apr_general.h, which is whereJeff Trawick2001-01-021-0/+1
* Modify a couple of calls to ap_log_error with a NULL server to useRyan Bloom2001-01-021-5/+6
* *) Compensate for recent changes in the APR headers. Specifically, someGreg Stein2000-11-261-2/+4
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolsWilliam A. Rowe Jr2000-10-161-2/+2
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-31/+31
* Use ap_dso_error() instead of ap_strerror() when ap_dso_sym() fails.Jeff Trawick2000-07-301-1/+1
* Update mod_so to use the new command_rec format.Ryan Bloom2000-07-251-9/+9
* Undo my damage.William A. Rowe Jr2000-07-251-1/+1
* Missing apr_strings.h - hope this wasn't destined for some global header.William A. Rowe Jr2000-07-251-1/+2
* ap_dso_init() isn't needed. if/when a platform needs it, thenGreg Stein2000-07-151-3/+0
* Rework DSO error reporting to be more flexible & informative.Brian Havard2000-05-311-1/+1
* PR:William A. Rowe Jr2000-05-271-2/+2
* William A. Rowe Jr2000-05-271-2/+3
* oops. somebody snuck different names for my_error, and I goofed a sizeof().Greg Stein2000-05-161-24/+28
* do not canonicalize errors for ap_strerror(). use sizeof() rather thanGreg Stein2000-05-161-2/+2
* Make mod_so use ap_strerror instead of the old ap_os_dso_error. TheRyan Bloom2000-05-151-5/+8
* Commit the EXEC_ON_READ changes. This allows modules to hook into theRyan Bloom2000-05-151-1/+7
* report dso_error if anyDoug MacEachern2000-04-271-4/+4
* 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-111-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