]> granicus.if.org Git - apache/history - modules/generators/mod_autoindex.c
Add lots of unique tags to error log messages
[apache] / modules / generators / mod_autoindex.c
2011-12-02 Stefan FritschAdd lots of unique tags to error log messages
2011-11-21 Eric Covenerroll back pair of recent autoindex changes (1204355...
2011-11-21 Eric CovenerPR51471: IndexIgnore doesn't work in DirectoryMatch.
2011-11-21 Eric CovenerPR39923: Allow AddDescription to work with absolute...
2011-09-23 Stefan FritschMore cleanup: Expand tabs and some more indentation...
2011-09-23 Jim JagielskiCleanup effort in prep for GA push:
2011-07-15 Eric Covenerimprove (but preserve searchable parts of) the error...
2011-04-30 Jeff Trawickfix some dead assignments found by the clang analyzer
2010-12-04 Eric CovenerPR#24243: allow some control over how IndexIgnore'd...
2010-11-05 Eric CovenerPR#47766 mod_autoindex directives not merged into secti...
2010-06-06 Stefan FritschUse the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros...
2010-02-04 William A. Rowe JrFolks, this is not C++. Please, pay attention to your...
2010-01-27 Ruediger Pluem* Make autoindex.t from perl testframework work again
2010-01-27 Ruediger Pluem* Remove unused variable to silence compiler warning
2010-01-26 Rich BowenUse correct comment style.
2010-01-26 Rich BowenApplies the patch provided in ticket 34014, enhancing...
2010-01-21 William A. Rowe JrSuch macros exist for a reason :)
2009-12-29 Rich BowenInitialize variable to avoid compiler warnings.
2009-12-29 Rich BowenAdds alternating CSS classes to table rows for trendy...
2009-12-27 Rich BowenThe ReadmeName directive was putting its value in the...
2009-12-21 Nick Kewmod_autoindex: support XHTML as equivalent to HTML in
2009-08-12 Ruediger Pluem* Correctly create an empty cell if the description...
2008-12-25 Takashi SatoRemove a dirty hack in find_default_item.
2008-12-24 Takashi SatoMake "HeaderName" and "ReadmeName" be stored in simple...
2008-08-26 Nick KewAdd option to insert something in autoindex head.
2007-11-29 Ruediger Pluem* Detabify and make spacing in HTML code the same as...
2007-11-10 Ruediger Pluem* Generate valid XHTML output by adding the xhtml names...
2007-08-28 Jim JagielskiMake Bill happy ;)
2007-08-28 Jim JagielskiIndexOptions ContentType=text/html Charset=UTF-8
2006-07-11 Roy T. Fieldingupdate license header text
2006-05-17 Joe Orton* modules/generators/mod_autoindex.c (output_directorie...
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2005-11-10 Jim JagielskiNo functional Change: Removing trailing whitespace...
2005-05-04 Paul QuernaAdd AP_INIT_TAKE_ARGV. There can be some inconsistent...
2005-02-04 Justin ErenkrantzUpdate copyright year to 2005 and standardize on curren...
2004-09-02 Joshua Slive"Rule" is pretty abstract in this case and seems to
2004-07-10 Paul QuernaAdd ShowForbidden to IndexOptions to list files
2004-03-10 Joe Orton* modules/standard/mod_autoindex.c (index_directory...
2004-02-09 André Malofix name of The Apache Software Foundation
2004-02-08 André Malofix copyright dates according to the first check in
2004-02-06 André Maloapply Apache License, 2.0
2004-01-01 André Maloupdate license to 2004.
2003-11-23 André Maloadd another space, for the sake of Netscape 4
2003-11-23 André Malorestore the space which broke all tests :-)
2003-11-20 Ian Holsmanmod_autoindex: new directive IndexStyleSheet
2003-11-03 André Malodarn, the patch for bug 9587 (wrong icon for directorie...
2003-11-02 André Malo- add XHTML doctypes to httpd.h
2003-11-01 André MaloDon't omit the initial <tr> if SuppressIcon is set.
2003-11-01 André Maloimprove readability a (little) bit
2003-09-03 Jeff Trawickswitch to APR 1.0 API (which is still in flux)
2003-07-15 André MaloIf a directory contains a file listed in the
2003-03-02 André MaloUnescape the supplied wildcard pattern. Otherwise the...
2003-03-02 André Maloadd some comments and WS to make it better readable...
2003-03-02 André Maloemit and accept modern query string parameter delimiter...
2003-03-02 André Malobuhuh! use the correct target string and don't forget
2003-03-02 André MaloWS and style issues. No code changes.
2003-02-03 André Malofinished that boring job:
2003-01-06 William A. Rowe Jr Bring forward the IndexOptions IgnoreCase option...
2002-11-21 Jeff Trawickmod_autoindex: AddDescription directives for directories
2002-10-09 Sander StrikerOne line fix to get HTMLTable to validate.
2002-07-08 William A. Rowe Jr Changes for deprecated apr_is_fnmatch
2002-05-31 Jeff Trawickif we autoindex, discard the request body and check...
2002-05-18 Cliff WoolleyRenames:
2002-05-17 Jeff Trawickstop using APLOG_NOERRNO in calls to ap_log_[pr]error()
2002-04-21 Cliff WoolleyFix HTML 3.2 validation error: &O is not a valid entity...
2002-04-21 Cliff WoolleyFix mod_autoindex output with SuppressRules turned on.
2002-04-13 Sander StrikerAdapt to the rename of apr_explode_localtime to apr_tim...
2002-04-05 Ryan BloomThis is a HACK! The problem is that the fast_internal_...
2002-03-20 Bill StoddardCommit 1 of 2 to:
2002-03-20 Bill StoddardFirst commit to introduce accessor function to set...
2002-03-13 Roy T. FieldingUpdate our copyright for this year.
2002-03-06 Ian Holsmanapr-utils rename apr_ansi_time_to_apr_time and
2002-03-01 William A. Rowe Jr next_filter of NULL to any ap_sub_req_lookup*() fn...
2002-02-07 Justin ErenkrantzThat check is superfluous since we must have savename...
2002-02-07 Justin ErenkrantzAllow mod_autoindex to serve symlinks if permitted...
2002-02-05 Cliff WoolleyVetoed by Ken
2002-02-05 Cliff WoolleyList files that would result in HTTP_UNAUTHORIZED in...
2002-02-04 Greg Amesvetoing and backing out OtherBill's patch rev 1.91...
2002-01-27 William A. Rowe Jr Which PR? I can't count them all. Get QUERY_STRING...
2001-12-28 William A. Rowe Jr This otherwise ineffectual patch allows modules to...
2001-12-27 Aaron BannertGet rid of identifiers called 'stat' so we don't confli...
2001-12-27 Aaron BannertJust style changes. Really just 's/\t/ /' since...
2001-10-25 Ken CoarStyle-guide fixes, no functional changes.
2001-10-20 William A. Rowe Jr Restrict by content type and encoding before we go...
2001-08-19 William A. Rowe Jr Assure that non-FancyIndexed listings properly shortc...
2001-08-19 Ryan BloomUpdate the Apache code to account for the XtOffset...
2001-08-14 William A. Rowe Jr Fix a small bug that limited the description's width...
2001-08-11 Ryan BloomFix the new method code. We need to cast 1 to an apr_i...
2001-08-07 William A. Rowe Jr Thanks rbb, and the modproxy-dev autobuild report...
2001-08-07 William A. Rowe Jr All mod_autoindex query parsing is now quietly...
2001-08-07 William A. Rowe JrFormatted output changes only...
2001-08-03 Jeff Trawickremove a gcc warning, leave object code unchanged
2001-08-03 William A. Rowe Jr Save hundreds of cycles on every autoindex request...
2001-08-03 William A. Rowe Jr That's enough for tonight ... gheesh. Allow 2xx...
2001-08-03 William A. Rowe Jr Allow a slightly larger range of acceptable responses.
2001-08-03 William A. Rowe Jr Fix some major brokenness. We were not validating...
2001-08-03 William A. Rowe Jr Begone ancient beast. IndexOptions FancyIndexing...
2001-07-29 William A. Rowe Jr Throw back in the newline, just for source legibility.
2001-07-29 William A. Rowe Jr Correct a subtle reflow problem (evident in Mozilla...
2001-07-28 William A. Rowe Jr Minor quibble, <li> can and should be a balanced tag
next