]> granicus.if.org Git - apache/history - modules/generators/mod_autoindex.c
* Generate valid XHTML output by adding the xhtml namespace.
[apache] / modules / generators / mod_autoindex.c
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
2001-07-28 William A. Rowe Jr More pedantic changes to create HTML 3.2/4.01 Transit...
2001-07-25 William A. Rowe Jr Reviewing my own commit logs ... dang did this look...
2001-07-25 William A. Rowe Jr More signedness fixes
2001-07-25 William A. Rowe Jr Change over to apr_strfsize() for apr_off_t file...
2001-07-24 William A. Rowe Jr Changes to respect the new apr bucket and brigade...
2001-07-07 David Reids/cont/pool/
2001-06-27 William A. Rowe Jr Employ the new ap_sub_req_lookup_dirent() function...
2001-02-28 William A. Rowe Jr Goodbye ap_send_http_header
2001-02-26 Ryan BloomBegin to move functions from the http module to the...
2001-02-24 Greg Stein*) fix inline handling. we had: apr_inline, APR_INLINE...
2001-02-23 Ryan BloomNamespace protect IOBUFSIZ since it is a public symbol.
2001-02-19 Doug MacEachernrename miss: s/apr_clear_pool/apr_pool_clear/g
2001-02-16 Roy T. FieldingUpdate copyright to 2001
2001-02-10 Greg SteinClean up some of the includes:
2001-02-08 Doug MacEachernrenaming various functions for consistency sake
2001-01-31 William A. Rowe Jr Eliminate all assumptions that finfo.protection refle...
2001-01-23 William A. Rowe Jr Accomodate the change to the apr_read_dir() arguments...
2001-01-19 William A. Rowe Jr The big change. This is part 3 of the apr-util symbo...
2001-01-17 William A. Rowe Jr Provide apr_pool_t arg to register_hooks, since anyth...
2001-01-08 Doug MacEachernadjust remaining modules to use the new handler hook...
2001-01-07 Ben LaurieMake handlers use hooks.
2001-01-05 Ryan BloomStop copying file names that we get from apr_file_t...
2000-12-17 Ryan BloomRename the apr_opendir symbol to apr_dir_open. This...
2000-11-22 Ryan BloomAllow modules to specify the first module for a sub...
2000-11-10 Ryan BloomFix a lot of the fallback from the apr_ssize_t to apr_s...
2000-11-02 William A. Rowe Jr Two patches (sorry), first to clean up the double...
next