index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
mappers
/
mod_dir.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Save a few bytes in the request pool.
Christophe Jaillet
2017-02-15
1
-4
/
+4
*
+ *) mod_dir: Prevent the internal identifier "httpd/unix-directory" from
Eric Covener
2015-08-12
1
-0
/
+8
*
revert r1675103 because it [at least] causes FallBackResource to kick
Eric Covener
2015-05-15
1
-9
/
+2
*
If a directory exists but no indexes can be resolved, the fallback resource
Eric Covener
2015-04-21
1
-2
/
+9
*
Concat string at compile time when possible.
Christophe Jaillet
2014-09-18
1
-1
/
+1
*
Skip DirectoryIndex execution unless method is GET or POST, restoring
Chris Darroch
2014-01-26
1
-0
/
+4
*
followups to r1557641 suggested by nd -- add
Eric Covener
2014-01-18
1
-1
/
+1
*
don't search for directory indexes/directoryslashes if a URL is in the
Eric Covener
2014-01-13
1
-0
/
+6
*
restore http://svn.apache.org/viewvc?view=revision&revision=233369
Eric Covener
2014-01-13
1
-0
/
+17
*
mod_dir: rename the on/off/unset enum so it doesn't look so funny if
Eric Covener
2014-01-13
1
-8
/
+8
*
'ap_getword_conf' can not return NULL
Christophe Jaillet
2013-12-15
1
-1
/
+1
*
FallbackResource : Support for the 'disabled' argument
Vincent Deffontaines
2012-10-14
1
-1
/
+1
*
PR52845: "DirectoryIndex disabled" should blow away the DirectoryIndex settings
Eric Covener
2012-03-07
1
-0
/
+1
*
Cleanup effort in prep for GA push:
Jim Jagielski
2011-09-23
1
-11
/
+11
*
improve (but preserve searchable parts of) the error message when Options
Eric Covener
2011-07-16
1
-0
/
+6
*
Add a mod_dir option to allow the used DirectoryIndex to
Eric Covener
2011-07-15
1
-0
/
+44
*
gratuitous style change
Jeff Trawick
2010-11-05
1
-0
/
+2
*
save some memory by using cmd->temp_pool instead of cmd->pool in some places
Stefan Fritsch
2010-09-28
1
-1
/
+1
*
Merge mod_dir fixups to avoid possible ordering issues noted by trawick
Nick Kew
2010-07-24
1
-11
/
+14
*
Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take
Stefan Fritsch
2010-06-06
1
-1
/
+1
*
Change Fallback to FallbackResource after extensive discussion with
Nick Kew
2009-09-15
1
-2
/
+2
*
Change "DefaultHandler" to "Fallback" as discussed on list and
Nick Kew
2009-09-15
1
-2
/
+2
*
mod_dir: Change DefaultHandler to DefaultMapping, and document it
Nick Kew
2009-07-19
1
-1
/
+1
*
Fix bug in r785425 (dereference null pointer when not configured)
Nick Kew
2009-06-17
1
-0
/
+12
*
Add DefaultHandler directive to mod_dir.
Nick Kew
2009-06-16
1
-0
/
+49
*
* The nitpicker of the space police. No functional change.
Ruediger Pluem
2008-11-12
1
-4
/
+4
*
temporary dbg message and unnecessary continue, per rpluem review
Eric Covener
2008-11-12
1
-3
/
+1
*
change short-lived behavior of "DirectoryIndex None" based on feedback from w...
Eric Covener
2008-11-12
1
-4
/
+21
*
*) mod_dir: Support "DirectoryIndex None"
Eric Covener
2008-10-19
1
-1
/
+3
*
Sub-requests are created and used with two purposes; sometimes
Dirk-Willem van Gulik
2008-02-09
1
-1
/
+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: Removing trailing whitespace. This also
Jim Jagielski
2005-11-10
1
-8
/
+8
*
Explain why we have the regular file typecheck. No functional changes.
Colm MacCarthaigh
2005-09-26
1
-2
/
+11
*
Do not check the value of r->handler.
Paul Querna
2005-08-18
1
-4
/
+0
*
Update copyright year to 2005 and standardize on current copyright owner line.
Justin Erenkrantz
2005-02-04
1
-1
/
+2
*
make trailing-slash-behaviour configurable
André Malo
2004-07-03
1
-3
/
+27
*
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
*
allow proxying of directoryindex'd resources
André Malo
2004-01-14
1
-1
/
+3
*
update license to 2004.
André Malo
2004-01-01
1
-1
/
+1
*
finished that boring job:
André Malo
2003-02-03
1
-1
/
+1
*
Only style fixes (tabs, blocks, spelling).
Aaron Bannert
2002-05-16
1
-27
/
+30
*
Fix some formatting
Bill Stoddard
2002-03-17
1
-7
/
+7
*
Update our copyright for this year.
Roy T. Fielding
2002-03-13
1
-1
/
+1
*
fix redirects for directories. fixup_dir was munging the URI before other
Greg Ames
2002-01-31
1
-1
/
+1
*
get rid of an unused variable
Jeff Trawick
2001-12-28
1
-2
/
+0
*
Once again, if mod_dir will perform an internal redirect into a
William A. Rowe Jr
2001-12-28
1
-47
/
+53
*
Resolve the mod_dir overaggressive redirection problem seen with non-GET
Justin Erenkrantz
2001-11-13
1
-3
/
+6
[next]