summaryrefslogtreecommitdiff
path: root/modules/generators/mod_autoindex.c
Commit message (Expand)AuthorAgeFilesLines
* add IndexForbiddenReturn404 to help silence scannersEric Covener2021-10-211-1/+7
* Fix a compilation error in maintainer mode and be consistent with 'make_autoi...Christophe Jaillet2020-10-041-1/+1
* Save a few bytes of memory in mod_autoindexChristophe Jaillet2020-10-041-4/+6
* Add ap_normalize_path() to replace ap_getparents() (with options).Yann Ylavic2020-06-221-2/+3
* Add missing pool tags to help debugging.Yann Ylavic2020-04-161-0/+1
* PR62989: DOCTYPE tags in server-generated HTML. Eric Covener2020-01-311-1/+1
* no strncasecmp because flag has no valueEric Covener2017-03-241-1/+1
* Use 'ap_cstr_casecmp' to simplify code.Christophe Jaillet2017-03-211-7/+4
* Save a few bytes in the conf pool.Christophe Jaillet2017-03-211-4/+4
* update comments post-r1787525Eric Covener2017-03-181-1/+4
* Add IndexOptions UseOldDateFormatEric Covener2017-03-181-4/+12
* Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygenWilliam A. Rowe Jr2016-06-091-2/+2
* Follow up to r1715880: revert abusive ap_casecmpstr[n]() usages.Yann Ylavic2015-11-241-36/+36
* More ap_casecmpstr[n]() usages (follow up to r1715876).Yann Ylavic2015-11-231-36/+36
* Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive).Yann Ylavic2015-11-231-2/+2
* Revert r1715789: will re-commit without spurious functional changes.Yann Ylavic2015-11-231-2/+2
* Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive).Yann Ylavic2015-11-231-2/+2
* Fix some style issues on files that can easily be synch'ed with 2.4.xChristophe Jaillet2015-09-301-1/+1
* allow autoindex w/o mod_dir/mod_mime setting the DIR_MAGIC_TYPE.Eric Covener2015-09-061-1/+4
* s/\<\(\w\+\)\>\s\+\<\1\>/\1/gYann Ylavic2015-07-091-1/+1
* Add class attributes for empty descriptionsDaniel Ruggeri2014-12-281-1/+1
* Remove some 'register' in variable declaration.Christophe Jaillet2014-07-141-1/+1
* Reduce stack usage, 32 bytes are enough here, no need toRainer Jung2013-06-101-2/+2
* Use the size of the buffer as opposed to MAX_STRING_LEN.Graham Leggett2013-06-101-1/+1
* Reduce stack usage, 32 bytes are enough here, no need to take 8k in the stack...Christophe Jaillet2013-06-091-1/+1
* Use ap_rputs instead of ap_rvputs where applicable.Christophe Jaillet2012-12-071-1/+1
* No need to test for NULL before calling apr_pstrdup.Christophe Jaillet2012-10-141-1/+1
* s/;;/;/Christophe Jaillet2012-10-121-1/+1
* Various code cleanup to avoid compiler, cppcheck, or clang warnings:Stefan Fritsch2011-12-181-1/+1
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-021-2/+2
* roll back pair of recent autoindex changes (1204355:1204306)Eric Covener2011-11-211-11/+23
* PR51471: IndexIgnore doesn't work in DirectoryMatch.Eric Covener2011-11-211-22/+4
* PR39923: Allow AddDescription to work with absolute filesystem paths,Eric Covener2011-11-211-1/+7
* More cleanup: Expand tabs and some more indentation fixesStefan Fritsch2011-09-231-7/+7
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-5/+5
* improve (but preserve searchable parts of) the error message when Options Eric Covener2011-07-151-2/+7
* fix some dead assignments found by the clang analyzerJeff Trawick2011-04-301-4/+0
* PR#24243: allow some control over how IndexIgnore'd files are merged.Eric Covener2010-12-041-1/+6
* PR#47766 mod_autoindex directives not merged into sections with no autoindex ...Eric Covener2010-11-051-4/+5
* 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-271-1/+1
* mod_autoindex: support XHTML as equivalent to HTML inNick Kew2009-12-211-6/+11