]> granicus.if.org Git - apache/history - modules/mappers/mod_actions.c
Add lots of unique tags to error log messages
[apache] / modules / mappers / mod_actions.c
2011-12-02 Stefan FritschAdd lots of unique tags to error log messages
2011-10-08 Stefan FritschDowngrade error log messages which accompany a 404...
2011-08-03 Stefan FritschForbid some directives in .htaccess because of AllowOve...
2010-08-06 Jeff TrawickIntel's compiler warns about assigning the non-enum...
2010-06-06 Stefan FritschUse the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros...
2009-01-30 Roy T. FieldingDisabled DefaultType directive and removed ap_default_t...
2006-07-11 Roy T. Fieldingupdate license header text
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2005-11-16 Jim JagielskiNo functional change: remove "internal" tab spacing...
2005-11-10 Jim JagielskiNo functional Change: Removing trailing whitespace...
2005-11-10 Jim JagielskiNo functional change: simple detabbing of indented...
2005-02-04 Justin ErenkrantzUpdate copyright year to 2005 and standardize on curren...
2004-02-09 André Malofix name of The Apache Software Foundation
2004-02-08 André Malofix copyright dates according to the first check in
2004-02-06 André Maloapply Apache License, Version 2.0
2004-01-01 André Maloupdate license to 2004.
2003-09-29 Jeff Trawickmake sure we have prototype for strcasecmp()
2003-07-14 André MaloPropagate the handler name to the action script via
2003-07-14 André MaloIntroduce the "virtual" modifier to the Action directive,
2003-02-14 André MaloForward port of mod_actions' ability to handle arbitrar...
2003-02-13 André Malostyle.
2003-02-03 André Malofinished that boring job:
2002-05-17 Jeff Trawickstop using APLOG_NOERRNO in calls to ap_log_[pr]error()
2002-03-13 Roy T. FieldingUpdate our copyright for this year.
2002-01-10 William A. Rowe Jr Fix a handful of AP_MODULE_DECLARE_DATA exports for...
2001-11-24 Brian Paneoptimization: short-circuit out of the mod_actions...
2001-08-11 Ryan BloomFix the new method code. We need to cast 1 to an apr_i...
2001-02-16 Martin KraemerRename the module structures so that the exported symbo...
2001-02-16 Roy T. FieldingUpdate copyright to 2001
2001-02-08 Doug MacEachernrenaming various functions for consistency sake
2001-01-31 William A. Rowe Jr Eliminate all assumptions that finfo.protection refle...
2001-01-19 William A. Rowe Jr The big change. This is part 3 of the apr-util symbo...
2001-01-17 William A. Rowe Jr Provide apr_pool_t arg to register_hooks, since anyth...
2001-01-08 Doug MacEachernadjust remaining modules to use the new handler hook...
2001-01-07 Ben LaurieMake handlers use hooks.
2000-11-29 William A. Rowe Jr Fix some const confusion with simpler code.
2000-08-02 Doug MacEachernprefix libapr functions and types with apr_
2000-07-21 Ryan BloomMove all APR functions related to strings to their...
2000-06-24 Greg Steinblast the old names for the status codes
2000-06-18 Jeff TrawickUse the new command-handler initializer macros in mod_a...
2000-04-14 Ryan BloomChange ap_context_t to ap_pool_t. This compiles, runs...
2000-03-31 Roy T. FieldingUpdate to Apache Software License version 1.1
2000-03-13 Jim JagielskiBackport the CSS security fixes to Apache 2.0a. Or...
2000-03-10 Ryan BloomFix all the License issues. Including:
2000-01-28 Ryan BloomInclude ap_config.h before httpd.h, this ensures that...
2000-01-06 Ryan BloomSeparate the stat structure from the file structure...
1999-10-20 Ryan BloomAdd a status value to ap_log_error and ap_log_rerror...
1999-08-31 Ryan BloomChanged pools to contexts. Tested with prefork and...
1999-08-26 Roy T. FieldingStart to implement module-defined hooks that are a...
1999-08-24 Roy T. FieldingApache 1.3.9 baseline for the Apache 2.0 repository.