| Commit message (Expand) | Author | Age | Files | Lines |
* | add IndexForbiddenReturn404 to help silence scanners | Eric Covener | 2021-10-21 | 1 | -1/+7 |
* | Fix a compilation error in maintainer mode and be consistent with 'make_autoi... | Christophe Jaillet | 2020-10-04 | 1 | -1/+1 |
* | Save a few bytes of memory in mod_autoindex | Christophe Jaillet | 2020-10-04 | 1 | -4/+6 |
* | Add ap_normalize_path() to replace ap_getparents() (with options). | Yann Ylavic | 2020-06-22 | 1 | -2/+3 |
* | Add missing pool tags to help debugging. | Yann Ylavic | 2020-04-16 | 1 | -0/+1 |
* | PR62989: DOCTYPE tags in server-generated HTML. | Eric Covener | 2020-01-31 | 1 | -1/+1 |
* | no strncasecmp because flag has no value | Eric Covener | 2017-03-24 | 1 | -1/+1 |
* | Use 'ap_cstr_casecmp' to simplify code. | Christophe Jaillet | 2017-03-22 | 1 | -7/+4 |
* | Save a few bytes in the conf pool. | Christophe Jaillet | 2017-03-22 | 1 | -4/+4 |
* | update comments post-r1787525 | Eric Covener | 2017-03-18 | 1 | -1/+4 |
* | Add IndexOptions UseOldDateFormat | Eric Covener | 2017-03-18 | 1 | -4/+12 |
* | Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygen | William A. Rowe Jr | 2016-06-09 | 1 | -2/+2 |
* | Follow up to r1715880: revert abusive ap_casecmpstr[n]() usages. | Yann Ylavic | 2015-11-24 | 1 | -36/+36 |
* | More ap_casecmpstr[n]() usages (follow up to r1715876). | Yann Ylavic | 2015-11-23 | 1 | -36/+36 |
* | Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive). | Yann Ylavic | 2015-11-23 | 1 | -2/+2 |
* | Revert r1715789: will re-commit without spurious functional changes. | Yann Ylavic | 2015-11-23 | 1 | -2/+2 |
* | Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive). | Yann Ylavic | 2015-11-23 | 1 | -2/+2 |
* | Fix some style issues on files that can easily be synch'ed with 2.4.x | Christophe Jaillet | 2015-09-30 | 1 | -1/+1 |
* | allow autoindex w/o mod_dir/mod_mime setting the DIR_MAGIC_TYPE. | Eric Covener | 2015-09-06 | 1 | -1/+4 |
* | s/\<\(\w\+\)\>\s\+\<\1\>/\1/g | Yann Ylavic | 2015-07-09 | 1 | -1/+1 |
* | Add class attributes for empty descriptions | Daniel Ruggeri | 2014-12-28 | 1 | -1/+1 |
* | Remove some 'register' in variable declaration. | Christophe Jaillet | 2014-07-14 | 1 | -1/+1 |
* | Reduce stack usage, 32 bytes are enough here, no need to | Rainer Jung | 2013-06-10 | 1 | -2/+2 |
* | Use the size of the buffer as opposed to MAX_STRING_LEN. | Graham Leggett | 2013-06-10 | 1 | -1/+1 |
* | Reduce stack usage, 32 bytes are enough here, no need to take 8k in the stack... | Christophe Jaillet | 2013-06-09 | 1 | -1/+1 |
* | Use ap_rputs instead of ap_rvputs where applicable. | Christophe Jaillet | 2012-12-07 | 1 | -1/+1 |
* | No need to test for NULL before calling apr_pstrdup. | Christophe Jaillet | 2012-10-14 | 1 | -1/+1 |
* | s/;;/;/ | Christophe Jaillet | 2012-10-12 | 1 | -1/+1 |
* | Various code cleanup to avoid compiler, cppcheck, or clang warnings: | Stefan Fritsch | 2011-12-18 | 1 | -1/+1 |
* | Add lots of unique tags to error log messages | Stefan Fritsch | 2011-12-03 | 1 | -2/+2 |
* | roll back pair of recent autoindex changes (1204355:1204306) | Eric Covener | 2011-11-21 | 1 | -11/+23 |
* | PR51471: IndexIgnore doesn't work in DirectoryMatch. | Eric Covener | 2011-11-21 | 1 | -22/+4 |
* | PR39923: Allow AddDescription to work with absolute filesystem paths, | Eric Covener | 2011-11-21 | 1 | -1/+7 |
* | More cleanup: Expand tabs and some more indentation fixes | Stefan Fritsch | 2011-09-23 | 1 | -7/+7 |
* | Cleanup effort in prep for GA push: | Jim Jagielski | 2011-09-23 | 1 | -5/+5 |
* | improve (but preserve searchable parts of) the error message when Options | Eric Covener | 2011-07-16 | 1 | -2/+7 |
* | fix some dead assignments found by the clang analyzer | Jeff Trawick | 2011-04-30 | 1 | -4/+0 |
* | PR#24243: allow some control over how IndexIgnore'd files are merged. | Eric Covener | 2010-12-04 | 1 | -1/+6 |
* | PR#47766 mod_autoindex directives not merged into sections with no autoindex ... | Eric Covener | 2010-11-05 | 1 | -4/+5 |
* | Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take | Stefan Fritsch | 2010-06-06 | 1 | -1/+1 |
* | Folks, this is not C++. Please, pay attention to your patches | William A. Rowe Jr | 2010-02-04 | 1 | -1/+1 |
* | * Make autoindex.t from perl testframework work again | Ruediger Pluem | 2010-01-27 | 1 | -1/+1 |
* | * Remove unused variable to silence compiler warning | Ruediger Pluem | 2010-01-27 | 1 | -1/+0 |
* | Use correct comment style. | Rich Bowen | 2010-01-26 | 1 | -6/+6 |
* | Applies the patch provided in ticket 34014, enhancing the CSS abilities | Rich Bowen | 2010-01-26 | 1 | -34/+54 |
* | Such macros exist for a reason :) | William A. Rowe Jr | 2010-01-21 | 1 | -1/+1 |
* | Initialize variable to avoid compiler warnings. | Rich Bowen | 2009-12-29 | 1 | -1/+1 |
* | Adds alternating CSS classes to table rows for trendy striped table | Rich Bowen | 2009-12-29 | 1 | -1/+18 |
* | The ReadmeName directive was putting its value in the wrong place, and | Rich Bowen | 2009-12-28 | 1 | -1/+1 |
* | mod_autoindex: support XHTML as equivalent to HTML in | Nick Kew | 2009-12-22 | 1 | -6/+11 |