index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
mappers
/
mod_alias.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mod_alias: Add AliasPreservePath directive to map the full
Graham Leggett
2023-07-17
1
-1
/
+12
*
mod_alias: When an alias is declared inside a Location, make sure
Graham Leggett
2023-04-14
1
-0
/
+16
*
* Good catch by Yann: This is dead code
Ruediger Pluem
2021-10-08
1
-3
/
+0
*
* Make aliases more robust against potential traversal attacks, by using
Ruediger Pluem
2021-10-08
1
-6
/
+42
*
followup to r1861542: return early from error path
Eric Covener
2019-06-18
1
-2
/
+2
*
add RedirectRelative directive to allow relative Redirect targets
Eric Covener
2019-06-17
1
-47
/
+61
*
style: cmd_rec at the bottom
Eric Covener
2019-06-17
1
-27
/
+28
*
Follow up to r1740928: including NOT_IN_PROXY in NOT_IN_DIR_LOC_FILE is both
Yann Ylavic
2017-10-14
1
-1
/
+1
*
mod_alias: follow up to r1686853.
Yann Ylavic
2015-06-22
1
-21
/
+4
*
mod_alias: follow up to r1653941.
Yann Ylavic
2015-06-22
1
-7
/
+19
*
mod_alias: follow up to r1653941.
Yann Ylavic
2015-01-31
1
-3
/
+3
*
Use unsigned bit fields.
Graham Leggett
2015-01-22
1
-2
/
+2
*
mod_alias: Introduce expression parser support for Alias, ScriptAlias
Graham Leggett
2015-01-22
1
-12
/
+200
*
stop setting context info for AliasMatch. These concepts do not really map
Eric Covener
2014-05-11
1
-7
/
+0
*
Fix segfault in mod_alias introduced in r1132494.
Rainer Jung
2014-03-30
1
-5
/
+1
*
Add lots of unique tags to error log messages
Stefan Fritsch
2011-12-03
1
-6
/
+6
*
More error checking for ap_pregsub
Stefan Fritsch
2011-11-07
1
-0
/
+13
*
- Introduce concept of context prefix (which is an URL prefix)
Stefan Fritsch
2011-06-05
1
-18
/
+32
*
avoid useless call to apr_pstrdup
Stefan Fritsch
2011-04-22
1
-1
/
+1
*
In comments: s@ XX @ XXX: @ so they can actually be found seen.
Igor Galić
2010-12-29
1
-1
/
+1
*
Rename some variables for better readability:
Stefan Fritsch
2010-12-28
1
-35
/
+35
*
Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take
Stefan Fritsch
2010-06-06
1
-1
/
+1
*
mod_alias: Ensure Redirect issues a valid URL
Nick Kew
2009-06-17
1
-4
/
+24
*
Simplify... handle this below, even though it's
Jim Jagielski
2009-06-01
1
-9
/
+1
*
typo
Jim Jagielski
2009-06-01
1
-1
/
+1
*
More adjustment for Redirect argument checking...
Jim Jagielski
2009-06-01
1
-14
/
+37
*
* Some custom defined response codes also do not require 3 arguments (all that
Ruediger Pluem
2009-06-01
1
-4
/
+3
*
Fix error with arg counting
Jim Jagielski
2009-06-01
1
-4
/
+5
*
mod_alias: Enforce sanity in args to Redirect
Nick Kew
2009-05-27
1
-10
/
+15
*
PR#35314: Enable path components in Redirect
Nick Kew
2006-12-25
1
-1
/
+4
*
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: Removing trailing whitespace. This also
Jim Jagielski
2005-11-10
1
-8
/
+8
*
Move the POSIX reg* implementations into the ap_* namespace;
Joe Orton
2005-02-11
1
-5
/
+5
*
Update copyright year to 2005 and standardize on current copyright owner line.
Justin Erenkrantz
2005-02-04
1
-1
/
+2
*
emit the config filename when warning about overlapping aliases
André Malo
2004-03-13
1
-3
/
+5
*
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
*
Fold in the CAN-2003-0542 regex patch.
Sander Striker
2003-10-24
1
-4
/
+3
*
When using Redirect in directory context, append requested query
André Malo
2003-02-25
1
-0
/
+6
*
quiet a gcc warning by adding () around && within ||
Jeff Trawick
2003-02-20
1
-2
/
+2
*
use a better text for the overlap warning.
André Malo
2003-02-14
1
-4
/
+3
*
extend the check for Alias overlappings. Now test also previous
André Malo
2003-02-14
1
-3
/
+5
*
people often assume that their Aliases will be found by "best match" rather
André Malo
2003-02-14
1
-0
/
+25
*
finished that boring job:
André Malo
2003-02-03
1
-1
/
+1
*
Fix some hook ordering problems. mod_vhost_alias should, perhaps, be HOOK_LAST.
Joshua Slive
2002-07-21
1
-1
/
+2
*
Remove some extraneous comparison operations
Brian Pane
2002-06-08
1
-2
/
+4
*
The style police have arrested mod_alias on charges of violating law and
Justin Erenkrantz
2002-06-04
1
-114
/
+119
[next]