summaryrefslogtreecommitdiffstats
path: root/modules/mappers/mod_actions.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* stop using APLOG_NOERRNO in calls to ap_log_[pr]error()Jeff Trawick2002-05-171-1/+1
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Fix a handful of AP_MODULE_DECLARE_DATA exports for .so modules.William A. Rowe Jr2002-01-101-2/+2
* optimization: short-circuit out of the mod_actions handler if there are no ac...Brian Pane2001-11-241-2/+14
* Fix the new method code. We need to cast 1 to an apr_int64_t or it willRyan Bloom2001-08-111-1/+1
* Rename the module structures so that the exported symbol matchesMartin Kraemer2001-02-161-3/+3
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-2/+2
* Eliminate all assumptions that finfo.protection reflects the existanceWilliam A. Rowe Jr2001-01-311-1/+1
* The big change. This is part 3 of the apr-util symbols rename, pleaseWilliam A. Rowe Jr2001-01-191-1/+1
* 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-091-1/+1
* Make handlers use hooks.Ben Laurie2001-01-071-7/+7
* Fix some const confusion with simpler code.William A. Rowe Jr2000-11-291-2/+1
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-11/+11
* Move all APR functions related to strings to their own directory, andRyan Bloom2000-07-211-0/+1
* blast the old names for the status codesGreg Stein2000-06-241-1/+1
* Use the new command-handler initializer macros in mod_actions;Jeff Trawick2000-06-181-9/+11
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesRyan Bloom2000-04-141-2/+2
* Update to Apache Software License version 1.1Roy T. Fielding2000-03-311-33/+34
* Backport the CSS security fixes to Apache 2.0a. Or is that forwardJim Jagielski2000-03-131-1/+2
* Fix all the License issues. Including:Ryan Bloom2000-03-101-9/+9
* Include ap_config.h before httpd.h, this ensures that AP_USE_HSREGEX isRyan Bloom2000-01-281-0/+1
* Separate the stat structure from the file structure and use ap_stat andRyan Bloom2000-01-061-1/+1
* Add a status value to ap_log_error and ap_log_rerror. This allows us to useRyan Bloom1999-10-201-1/+1
* Changed pools to contexts. Tested with prefork and pthread mpm's. I'llRyan Bloom1999-08-311-4/+4
* Start to implement module-defined hooks that are a) fast and b) typesafe.Roy T. Fielding1999-08-261-13/+2
* Apache 1.3.9 baseline for the Apache 2.0 repository.Roy T. Fielding1999-08-241-0/+232