summaryrefslogtreecommitdiffstats
path: root/modules/generators/mod_autoindex.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-1/+1
* Folks, this is not C++. Please, pay attention to your patchesWilliam A. Rowe Jr2010-02-041-1/+1
* * Make autoindex.t from perl testframework work againRuediger Pluem2010-01-271-1/+1
* * Remove unused variable to silence compiler warningRuediger Pluem2010-01-271-1/+0
* Use correct comment style.Rich Bowen2010-01-261-6/+6
* Applies the patch provided in ticket 34014, enhancing the CSS abilitiesRich Bowen2010-01-261-34/+54
* Such macros exist for a reason :)William A. Rowe Jr2010-01-211-1/+1
* Initialize variable to avoid compiler warnings.Rich Bowen2009-12-291-1/+1
* Adds alternating CSS classes to table rows for trendy striped tableRich Bowen2009-12-291-1/+18
* The ReadmeName directive was putting its value in the wrong place, andRich Bowen2009-12-281-1/+1
* mod_autoindex: support XHTML as equivalent to HTML inNick Kew2009-12-221-6/+11
* * Correctly create an empty cell if the description for a file is missing.Ruediger Pluem2009-08-121-3/+3
* Remove a dirty hack in find_default_item.Takashi Sato2008-12-251-19/+9
* Make "HeaderName" and "ReadmeName" be stored in simple entries "header" and "...Takashi Sato2008-12-241-28/+14
* Add option to insert something in autoindex head.Nick Kew2008-08-271-0/+9
* * Detabify and make spacing in HTML code the same as before r593816. ThisRuediger Pluem2007-11-291-6/+6
* * Generate valid XHTML output by adding the xhtml namespace.Ruediger Pluem2007-11-101-3/+12
* Make Bill happy ;)Jim Jagielski2007-08-281-2/+2
* IndexOptions ContentType=text/html Charset=UTF-8Jim Jagielski2007-08-281-2/+31
* update license header textRoy T. Fielding2006-07-111-6/+6
* * modules/generators/mod_autoindex.c (output_directories): EscapeJoe Orton2006-05-171-2/+3
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* 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-051-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-021-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-221-0/+8
* One line fix to get HTMLTable to validate.Sander Striker2002-10-091-1/+1