summaryrefslogtreecommitdiff
path: root/modules/generators/mod_autoindex.c
Commit message (Expand)AuthorAgeFilesLines
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-2/+2
* Add AP_INIT_TAKE_ARGV. There can be some inconsistent results because of the ...Paul Querna2005-05-041-5/+7
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* "Rule" is pretty abstract in this case and seems toJoshua Slive2004-09-021-1/+2
* Add ShowForbidden to IndexOptions to list filesPaul Querna2004-07-101-1/+12
* * modules/standard/mod_autoindex.c (index_directory): If stat() failsJoe Orton2004-03-101-3/+12
* 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, 2.0André Malo2004-02-061-53/+10
* update license to 2004.André Malo2004-01-011-1/+1
* add another space, for the sake of Netscape 4André Malo2003-11-231-1/+1
* restore the space which broke all tests :-)André Malo2003-11-231-1/+1
* mod_autoindex: new directive IndexStyleSheetIan Holsman2003-11-201-1/+17
* darn, the patch for bug 9587 (wrong icon for directories shown) brokeAndré Malo2003-11-031-8/+4
* - add XHTML doctypes to httpd.hAndré Malo2003-11-021-14/+44
* Don't omit the initial <tr> if SuppressIcon is set.André Malo2003-11-011-1/+2
* improve readability a (little) bitAndré Malo2003-11-011-14/+12
* switch to APR 1.0 API (which is still in flux)Jeff Trawick2003-09-031-3/+3
* If a directory contains a file listed in theAndré Malo2003-07-151-0/+1
* Unescape the supplied wildcard pattern. Otherwise the pattern willAndré Malo2003-03-021-12/+19
* add some comments and WS to make it better readable (hopefully ;-)André Malo2003-03-021-12/+24
* emit and accept modern query string parameter delimiters (;).André Malo2003-03-021-22/+27
* buhuh! use the correct target string and don't forgetAndré Malo2003-03-021-1/+1
* WS and style issues. No code changes.André Malo2003-03-021-117/+123
* finished that boring job:André Malo2003-02-031-1/+1
* Bring forward the IndexOptions IgnoreCase option to mod_autoindexWilliam A. Rowe Jr2003-01-061-20/+51
* mod_autoindex: AddDescription directives for directoriesJeff Trawick2002-11-211-0/+8
* One line fix to get HTMLTable to validate.Sander Striker2002-10-091-1/+1
* Changes for deprecated apr_is_fnmatchWilliam A. Rowe Jr2002-07-081-1/+1
* if we autoindex, discard the request body and check for anyJeff Trawick2002-05-311-0/+6
* Renames:Cliff Woolley2002-05-181-1/+1
* stop using APLOG_NOERRNO in calls to ap_log_[pr]error()Jeff Trawick2002-05-171-1/+1
* Fix HTML 3.2 validation error: &O is not a valid entity. Should be &amp;OCliff Woolley2002-04-211-5/+9
* Fix mod_autoindex output with SuppressRules turned on.Cliff Woolley2002-04-211-0/+3
* Adapt to the rename of apr_explode_localtime to apr_time_exp_lt in APR.Sander Striker2002-04-131-2/+2
* This is a HACK! The problem is that the fast_internal_redirect isRyan Bloom2002-04-051-1/+25
* Commit 1 of 2 to:Bill Stoddard2002-03-201-2/+2
* First commit to introduce accessor function to set r->content_type..Bill Stoddard2002-03-201-2/+2
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* apr-utils rename apr_ansi_time_to_apr_time andIan Holsman2002-03-061-2/+2
* next_filter of NULL to any ap_sub_req_lookup*() fn implies the subreqWilliam A. Rowe Jr2002-03-011-2/+2
* That check is superfluous since we must have savename definedJustin Erenkrantz2002-02-071-4/+2
* Allow mod_autoindex to serve symlinks if permitted and optimize our statsJustin Erenkrantz2002-02-071-3/+28
* Vetoed by KenCliff Woolley2002-02-051-2/+1
* List files that would result in HTTP_UNAUTHORIZED in addition toCliff Woolley2002-02-051-1/+2
* vetoing and backing out OtherBill's patch rev 1.91. This breaksGreg Ames2002-02-041-2/+2
* Which PR? I can't count them all. Get QUERY_STRING and PATH_INFOWilliam A. Rowe Jr2002-01-271-1/+1
* This otherwise ineffectual patch allows modules to perform internalWilliam A. Rowe Jr2001-12-281-2/+2
* Get rid of identifiers called 'stat' so we don't conflict with the libcAaron Bannert2001-12-271-4/+4
* Just style changes. Really just 's/\t/ /' since the tabstop alignmentAaron Bannert2001-12-271-775/+776