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
*
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
*
Add a status value to ap_log_error and ap_log_rerror. This allows us to use
Ryan Bloom
1999-10-20
1
-1
/
+1
*
Changed pools to contexts. Tested with prefork and pthread mpm's. I'll
Ryan Bloom
1999-08-31
1
-4
/
+4
*
Start to implement module-defined hooks that are a) fast and b) typesafe.
Roy T. Fielding
1999-08-26
1
-13
/
+2
*
Apache 1.3.9 baseline for the Apache 2.0 repository.
Roy T. Fielding
1999-08-24
1
-0
/
+232