| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Two cases we are certain of canonical correctness | William A. Rowe Jr | 2001-08-23 | 1 | -0/+4 |
* | Kill some deadwood | William A. Rowe Jr | 2001-08-06 | 1 | -3/+0 |
* | Under certain circumstances, Apache did not supply the | Jeff Trawick | 2001-04-20 | 1 | -1/+2 |
* | do the redirection for GET requests only | Greg Stein | 2001-02-24 | 1 | -6/+3 |
* | Split the mod_dir fixup into two parts. The first determines if this | Ryan Bloom | 2001-02-21 | 1 | -6/+22 |
* | Make mod_dir use a fixup for sending a redirect to the browser. | Ryan Bloom | 2001-02-21 | 1 | -4/+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 | -5/+5 |
* | 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 | -2/+1 |
* | adjust remaining modules to use the new handler hook method (Alan Edwards) | Doug MacEachern | 2001-01-09 | 1 | -2/+2 |
* | Make handlers use hooks. | Ben Laurie | 2001-01-07 | 1 | -10/+14 |
* | add the "next filter" parameter to the rest of the ap_sub_req_* calls. | Greg Stein | 2000-11-23 | 1 | -1/+1 |