index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
mappers
/
mod_actions.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Partial reversal of r1800306... note virtual scripts in notes
Jim Jagielski
2017-06-30
1
-1
/
+5
*
proxy_fcgi: remove FPM-specific logic
Jacob Champion
2017-06-29
1
-5
/
+1
*
Adjust as needed
Jim Jagielski
2017-01-26
1
-1
/
+5
*
Fix spelling in comments and text files.
Rainer Jung
2016-08-11
1
-1
/
+1
*
Add lots of unique tags to error log messages
Stefan Fritsch
2011-12-03
1
-1
/
+1
*
Downgrade error log messages which accompany a 404 request status from loglevel
Stefan Fritsch
2011-10-08
1
-1
/
+1
*
Forbid some directives in .htaccess because of AllowOverrideList:
Stefan Fritsch
2011-08-04
1
-5
/
+11
*
Intel's compiler warns about assigning the non-enum value 0 to the
Jeff Trawick
2010-08-06
1
-1
/
+1
*
Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take
Stefan Fritsch
2010-06-06
1
-1
/
+1
*
Disabled DefaultType directive and removed ap_default_type()
Roy T. Fielding
2009-01-30
1
-2
/
+1
*
update license header text
Roy T. Fielding
2006-07-11
1
-6
/
+6
*
Update the copyright year in all .c, .h and .xml files
Colm MacCarthaigh
2006-04-19
1
-1
/
+1
*
No functional change: remove "internal" tab spacing/formatting.
Jim Jagielski
2005-11-16
1
-6
/
+6
*
No functional Change: Removing trailing whitespace. This also
Jim Jagielski
2005-11-10
1
-6
/
+6
*
No functional change: simple detabbing of indented code.
Jim Jagielski
2005-11-10
1
-3
/
+3
*
Update copyright year to 2005 and standardize on current copyright owner line.
Justin Erenkrantz
2005-02-04
1
-1
/
+2
*
fix name of The Apache Software Foundation
André Malo
2004-02-09
1
-1
/
+1
*
fix copyright dates according to the first check in
André Malo
2004-02-08
1
-1
/
+1
*
apply Apache License, Version 2.0
André Malo
2004-02-06
1
-53
/
+10
*
update license to 2004.
André Malo
2004-01-01
1
-1
/
+1
*
make sure we have prototype for strcasecmp()
Jeff Trawick
2003-09-29
1
-0
/
+2
*
Propagate the handler name to the action script via
André Malo
2003-07-14
1
-0
/
+4
*
Introduce the "virtual" modifier to the Action directive,
André Malo
2003-07-14
1
-12
/
+23
*
Forward port of mod_actions' ability to handle arbitrary methods
André Malo
2003-02-14
1
-7
/
+13
*
style.
André Malo
2003-02-13
1
-2
/
+4
*
finished that boring job:
André Malo
2003-02-03
1
-1
/
+1
*
stop using APLOG_NOERRNO in calls to ap_log_[pr]error()
Jeff Trawick
2002-05-17
1
-1
/
+1
*
Update our copyright for this year.
Roy T. Fielding
2002-03-13
1
-1
/
+1
*
Fix a handful of AP_MODULE_DECLARE_DATA exports for .so modules.
William A. Rowe Jr
2002-01-10
1
-2
/
+2
*
optimization: short-circuit out of the mod_actions handler if there are no ac...
Brian Pane
2001-11-24
1
-2
/
+14
*
Fix the new method code. We need to cast 1 to an apr_int64_t or it will
Ryan Bloom
2001-08-11
1
-1
/
+1
*
Rename the module structures so that the exported symbol matches
Martin Kraemer
2001-02-16
1
-3
/
+3
*
Update copyright to 2001
Roy T. Fielding
2001-02-16
1
-1
/
+1
*
renaming various functions for consistency sake
Doug MacEachern
2001-02-08
1
-2
/
+2
*
Eliminate all assumptions that finfo.protection reflects the existance
William A. Rowe Jr
2001-01-31
1
-1
/
+1
*
The big change. This is part 3 of the apr-util symbols rename, please
William A. Rowe Jr
2001-01-19
1
-1
/
+1
*
Provide apr_pool_t arg to register_hooks, since anything they do in that
William A. Rowe Jr
2001-01-17
1
-1
/
+1
*
adjust remaining modules to use the new handler hook method (Alan Edwards)
Doug MacEachern
2001-01-09
1
-1
/
+1
*
Make handlers use hooks.
Ben Laurie
2001-01-07
1
-7
/
+7
*
Fix some const confusion with simpler code.
William A. Rowe Jr
2000-11-29
1
-2
/
+1
*
prefix libapr functions and types with apr_
Doug MacEachern
2000-08-02
1
-11
/
+11
*
Move all APR functions related to strings to their own directory, and
Ryan Bloom
2000-07-21
1
-0
/
+1
*
blast the old names for the status codes
Greg Stein
2000-06-24
1
-1
/
+1
*
Use the new command-handler initializer macros in mod_actions;
Jeff Trawick
2000-06-18
1
-9
/
+11
*
Change ap_context_t to ap_pool_t. This compiles, runs, and serves pages
Ryan Bloom
2000-04-14
1
-2
/
+2
*
Update to Apache Software License version 1.1
Roy T. Fielding
2000-03-31
1
-33
/
+34
*
Backport the CSS security fixes to Apache 2.0a. Or is that forward
Jim Jagielski
2000-03-13
1
-1
/
+2
*
Fix all the License issues. Including:
Ryan Bloom
2000-03-10
1
-9
/
+9
*
Include ap_config.h before httpd.h, this ensures that AP_USE_HSREGEX is
Ryan Bloom
2000-01-28
1
-0
/
+1
*
Separate the stat structure from the file structure and use ap_stat and
Ryan Bloom
2000-01-06
1
-1
/
+1
[next]