summaryrefslogtreecommitdiff
path: root/modules/mappers/mod_dir.c
Commit message (Expand)AuthorAgeFilesLines
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-8/+8
* Explain why we have the regular file typecheck. No functional changes.Colm MacCarthaigh2005-09-261-2/+11
* Do not check the value of r->handler.Paul Querna2005-08-181-4/+0
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* make trailing-slash-behaviour configurableAndré Malo2004-07-031-3/+27
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
* fix copyright dates according to the first check inAndré Malo2004-02-081-1/+1
* apply Apache License, Version 2.0André Malo2004-02-061-53/+10
* allow proxying of directoryindex'd resourcesAndré Malo2004-01-141-1/+3
* update license to 2004.André Malo2004-01-011-1/+1
* finished that boring job:André Malo2003-02-031-1/+1
* Only style fixes (tabs, blocks, spelling).Aaron Bannert2002-05-161-27/+30
* Fix some formattingBill Stoddard2002-03-171-7/+7
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* fix redirects for directories. fixup_dir was munging the URI before otherGreg Ames2002-01-311-1/+1
* get rid of an unused variableJeff Trawick2001-12-281-2/+0
* Once again, if mod_dir will perform an internal redirect into aWilliam A. Rowe Jr2001-12-281-47/+53
* Resolve the mod_dir overaggressive redirection problem seen with non-GETJustin Erenkrantz2001-11-131-3/+6
* Two cases we are certain of canonical correctnessWilliam A. Rowe Jr2001-08-231-0/+4
* Kill some deadwoodWilliam A. Rowe Jr2001-08-061-3/+0
* Under certain circumstances, Apache did not supply theJeff Trawick2001-04-201-1/+2
* do the redirection for GET requests onlyGreg Stein2001-02-241-6/+3
* Split the mod_dir fixup into two parts. The first determines if thisRyan Bloom2001-02-211-6/+22
* Make mod_dir use a fixup for sending a redirect to the browser.Ryan Bloom2001-02-211-4/+3
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-5/+5
* The big change. This is part 3 of the apr-util symbols rename, pleaseWilliam A. Rowe Jr2001-01-191-1/+1
* Provide apr_pool_t arg to register_hooks, since anything they do in thatWilliam A. Rowe Jr2001-01-171-2/+1
* adjust remaining modules to use the new handler hook method (Alan Edwards)Doug MacEachern2001-01-081-2/+2
* Make handlers use hooks.Ben Laurie2001-01-071-10/+14
* add the "next filter" parameter to the rest of the ap_sub_req_* calls.Greg Stein2000-11-231-1/+1
* Allow modules to specify the first module for a sub-request. This allowsRyan Bloom2000-11-221-1/+1
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolsWilliam A. Rowe Jr2000-10-161-2/+2
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...William A. Rowe Jr2000-08-061-1/+1
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-17/+17
* - fix POOL_DEBUG ... restored the ap_pool_joins that dreid removed.dgaudet2000-07-261-0/+1
* Move all APR functions related to strings to their own directory, andRyan Bloom2000-07-211-0/+1
* Fix warnings (we really need typesafe arrays, y'know).Ben Laurie2000-06-201-1/+1
* Use the new command-handler initializer macros in some more modules.Jeff Trawick2000-06-201-4/+3
* ap_pool_join is a debugging function so remove it.David Reid2000-06-171-1/+0
* PR:William A. Rowe Jr2000-05-271-2/+2
* William A. Rowe Jr2000-05-271-2/+2
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesRyan Bloom2000-04-141-2/+2
* Update to Apache Software License version 1.1Roy T. Fielding2000-03-311-33/+34
* Fix all the License issues. Including:Ryan Bloom2000-03-101-9/+9
* Include ap_config.h before httpd.h, this ensures that AP_USE_HSREGEX isRyan Bloom2000-01-281-0/+1
* This is a huge change to the configure system. Basically, this name spaceRyan Bloom2000-01-181-1/+1
* Rework ap_finfo_t to split the file type out of the protection field.Brian Havard2000-01-101-1/+1
* Separate the stat structure from the file structure and use ap_stat andRyan Bloom2000-01-061-1/+1
* Changed pools to contexts. Tested with prefork and pthread mpm's. I'llRyan Bloom1999-08-311-4/+4