summaryrefslogtreecommitdiff
path: root/modules/mappers/mod_so.c
Commit message (Expand)AuthorAgeFilesLines
* No functional change: remove "internal" tab spacing/formatting.Jim Jagielski2005-11-161-6/+6
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-29/+29
* No functional change: simple detabbing of indented code.Jim Jagielski2005-11-101-15/+15
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Implement -t -DDUMP_MODULES using generic test_config hook rather thanJoe Orton2004-08-171-3/+8
* fix compiler warningsGeoffrey Young2004-07-121-1/+0
* Add DUMP_MODULESPaul Querna2004-07-101-0/+34
* Nobody objected:André Malo2004-06-041-11/+35
* changed the following APIs to return an error instead of hard exiting:André Malo2004-04-251-1/+5
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
* fix copyright dates according to the first check inAndré Malo2004-02-081-1/+1
* apply Apache License, Version 2.0André Malo2004-02-061-53/+10
* update license to 2004.André Malo2004-01-011-1/+1
* finished that boring job:André Malo2003-02-031-1/+1
* stop using APLOG_NOERRNO in calls to ap_log_[pr]error()Jeff Trawick2002-05-171-5/+5
* Trigger an error when a LoadModule directive attempts toJeff Trawick2002-04-191-0/+40
* Eliminate potential ap_server_root_relative segfaults, with the inputWilliam A. Rowe Jr2002-03-161-9/+3
* A coworker discovered that really bogus path names segfault the serverWilliam A. Rowe Jr2002-03-151-0/+16
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* display a warning message if someone attempts to loadIan Holsman2001-11-101-1/+5
* LoadFile(s) required by modules before they loaded weren't executed untilWilliam A. Rowe Jr2001-10-161-1/+1
* Switch back to SIGUSR1 for graceful restarts on all platforms thatJustin Erenkrantz2001-09-181-5/+5
* correct the back-out of this change. it used to be ap_log_perror()Greg Stein2001-06-071-1/+1
* Ooopsie. Some unintended things slipped in.Victor J. Orlikowski2001-06-071-2/+2
* Generate httpd.exp on the fly.Victor J. Orlikowski2001-06-071-2/+2
* 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