summaryrefslogtreecommitdiff
path: root/modules/mappers/mod_actions.c
Commit message (Expand)AuthorAgeFilesLines
* Partial reversal of r1800306... note virtual scripts in notesJim Jagielski2017-06-301-1/+5
* proxy_fcgi: remove FPM-specific logicJacob Champion2017-06-291-5/+1
* Adjust as neededJim Jagielski2017-01-261-1/+5
* Fix spelling in comments and text files.Rainer Jung2016-08-111-1/+1
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-021-1/+1
* Downgrade error log messages which accompany a 404 request status from loglevelStefan Fritsch2011-10-081-1/+1
* Forbid some directives in .htaccess because of AllowOverrideList:Stefan Fritsch2011-08-031-5/+11
* Intel's compiler warns about assigning the non-enum value 0 to the Jeff Trawick2010-08-061-1/+1
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-1/+1
* Disabled DefaultType directive and removed ap_default_type()Roy T. Fielding2009-01-301-2/+1
* update license header textRoy T. Fielding2006-07-111-6/+6
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* 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-6/+6
* No functional change: simple detabbing of indented code.Jim Jagielski2005-11-101-3/+3
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* 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
* make sure we have prototype for strcasecmp()Jeff Trawick2003-09-291-0/+2
* Propagate the handler name to the action script viaAndré Malo2003-07-141-0/+4
* Introduce the "virtual" modifier to the Action directive,André Malo2003-07-141-12/+23
* Forward port of mod_actions' ability to handle arbitrary methodsAndré Malo2003-02-141-7/+13
* style.André Malo2003-02-131-2/+4
* 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-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-081-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