/[Apache-SVN]/httpd/httpd/tags/2.3.1/modules/generators/mod_autoindex.c
ViewVC logotype

Log of /httpd/httpd/tags/2.3.1/modules/generators/mod_autoindex.c

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 730918 - (view) (annotate) - [selected]
Modified Sat Jan 3 06:15:00 2009 UTC (10 months, 3 weeks ago) by pquerna
File length: 75686 byte(s)
Diff to previous 729388 (colored)
Tag 2.3.1 from trunk.

Revision 729388 - (view) (annotate) - [select for diffs]
Modified Thu Dec 25 01:47:44 2008 UTC (11 months ago) by takashi
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 75686 byte(s)
Diff to previous 729314 (colored) , to selected 730918 (colored)
Remove a dirty hack in find_default_item.
Creating local request_rec breaks Module Magic Number.

Revision 729314 - (view) (annotate) - [select for diffs]
Modified Wed Dec 24 14:21:45 2008 UTC (11 months ago) by takashi
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 75902 byte(s)
Diff to previous 689261 (colored) , to selected 730918 (colored)
Make "HeaderName" and "ReadmeName" be stored in simple entries "header" and "readme" respectively.

Side effect:
In the case that multiple "HeaderName"s or multiple "ReadmeName"s exist in one directory section.
Before this change, the first directive is effective.
After this change, the last directive is effective.

Revision 689261 - (view) (annotate) - [select for diffs]
Modified Tue Aug 26 22:10:06 2008 UTC (15 months ago) by niq
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 76383 byte(s)
Diff to previous 599589 (colored) , to selected 730918 (colored)
Add option to insert something in autoindex head.

Revision 599589 - (view) (annotate) - [select for diffs]
Modified Thu Nov 29 21:48:18 2007 UTC (23 months, 4 weeks ago) by rpluem
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 75954 byte(s)
Diff to previous 593816 (colored) , to selected 730918 (colored)
* Detabify and make spacing in HTML code the same as before r593816. This
  avoids that the autoindex test (t/modules/autoindex) fails. Adjusting
  the autoindex test would cause it to fail with older versions and would
  make it harder to recognize regressions.

Revision 593816 - (view) (annotate) - [select for diffs]
Modified Sat Nov 10 22:15:34 2007 UTC (2 years ago) by rpluem
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 75867 byte(s)
Diff to previous 570558 (colored) , to selected 730918 (colored)
* Generate valid XHTML output by adding the xhtml namespace.

PR: 43649
Submitted by: Jose Kahan <jose w3.org>
Reviewed by: rpluem

Revision 570558 - (view) (annotate) - [select for diffs]
Modified Tue Aug 28 20:13:59 2007 UTC (2 years, 3 months ago) by jim
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 75709 byte(s)
Diff to previous 570532 (colored) , to selected 730918 (colored)
Make Bill happy ;)

Revision 570532 - (view) (annotate) - [select for diffs]
Modified Tue Aug 28 19:10:31 2007 UTC (2 years, 3 months ago) by jim
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 75718 byte(s)
Diff to previous 420983 (colored) , to selected 730918 (colored)
IndexOptions ContentType=text/html Charset=UTF-8
magic.

Revision 420983 - (view) (annotate) - [select for diffs]
Modified Tue Jul 11 20:33:53 2006 UTC (3 years, 4 months ago) by fielding
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 74923 byte(s)
Diff to previous 407265 (colored) , to selected 730918 (colored)
update license header text

Revision 407265 - (view) (annotate) - [select for diffs]
Modified Wed May 17 14:23:41 2006 UTC (3 years, 6 months ago) by jorton
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 74776 byte(s)
Diff to previous 395228 (colored) , to selected 730918 (colored)
* modules/generators/mod_autoindex.c (output_directories): Escape
filename in non-FancyIndexing case.

PR: 38910
Submitted by: Robby Griffin <rmg terc.edu>

Revision 395228 - (view) (annotate) - [select for diffs]
Modified Wed Apr 19 12:11:27 2006 UTC (3 years, 7 months ago) by colm
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 74732 byte(s)
Diff to previous 332306 (colored) , to selected 730918 (colored)
Update the copyright year in all .c, .h and .xml files

Revision 332306 - (view) (annotate) - [select for diffs]
Modified Thu Nov 10 15:11:44 2005 UTC (4 years ago) by jim
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 74732 byte(s)
Diff to previous 168202 (colored) , to selected 730918 (colored)
No functional Change: Removing trailing whitespace. This also
means that "blank" lines consisting of just spaces or
tabs are now really blank lines

Revision 168202 - (view) (annotate) - [select for diffs]
Modified Wed May 4 22:23:00 2005 UTC (4 years, 6 months ago) by pquerna
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 74735 byte(s)
Diff to previous 151408 (colored) , to selected 730918 (colored)
Add AP_INIT_TAKE_ARGV. There can be some inconsistent results because of the behavoir of ap_getword_conf. Do not rely upon any last argument that is "".  If the argument is in the middle of the line, it should work correctly.

This is updated from the version sent to dev@httpd to fix the behavoir with 0 arguments.

* include/http_config.h: minor MMN bump for the new interface.
* modules/generators/mod_autoindex.c: Migrate IndexOptions to the new ARGV command type.

Revision 151408 - (view) (annotate) - [select for diffs]
Modified Fri Feb 4 20:28:49 2005 UTC (4 years, 9 months ago) by jerenkrantz
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 74730 byte(s)
Diff to previous 106103 (colored) , to selected 730918 (colored)
Update copyright year to 2005 and standardize on current copyright owner line.

Revision 106103 - (view) (annotate) - [select for diffs]
Modified Sun Nov 21 18:50:36 2004 UTC (5 years ago) by nd
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 74694 byte(s)
Diff to previous 104935 (colored) , to selected 730918 (colored)
general property cleanup

Revision 104935 - (view) (annotate) - [select for diffs]
Modified Thu Sep 2 14:53:28 2004 UTC (5 years, 2 months ago) by slive
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 74694 byte(s)
Diff to previous 104212 (colored) , to selected 730918 (colored)
"Rule" is pretty abstract in this case and seems to
cause confusion for many people.

Revision 104212 - (view) (annotate) - [select for diffs]
Modified Sat Jul 10 02:25:56 2004 UTC (5 years, 4 months ago) by pquerna
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 74656 byte(s)
Diff to previous 102924 (colored) , to selected 730918 (colored)
Add ShowForbidden to IndexOptions to list files
that are not shown because the subrequest returned 401 or 403.

PR: 10575

Revision 102924 - (view) (annotate) - [select for diffs]
Modified Wed Mar 10 20:51:10 2004 UTC (5 years, 8 months ago) by jorton
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 74280 byte(s)
Diff to previous 102618 (colored) , to selected 730918 (colored)
* modules/standard/mod_autoindex.c (index_directory): If stat() fails
for a particular dirent, ignore that entry rather than truncating the
directory listing.

Revision 102618 - (view) (annotate) - [select for diffs]
Modified Mon Feb 9 20:31:03 2004 UTC (5 years, 9 months ago) by nd
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 74108 byte(s)
Diff to previous 102565 (colored) , to selected 730918 (colored)
fix name of The Apache Software Foundation

Revision 102565 - (view) (annotate) - [select for diffs]
Modified Sun Feb 8 12:07:22 2004 UTC (5 years, 9 months ago) by nd
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 74104 byte(s)
Diff to previous 102524 (colored) , to selected 730918 (colored)
fix copyright dates according to the first check in

Revision 102524 - (view) (annotate) - [select for diffs]
Modified Fri Feb 6 22:19:28 2004 UTC (5 years, 9 months ago) by nd
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 74104 byte(s)
Diff to previous 102135 (colored) , to selected 730918 (colored)
apply Apache License, 2.0

Revision 102135 - (view) (annotate) - [select for diffs]
Modified Thu Jan 1 13:26:26 2004 UTC (5 years, 10 months ago) by nd
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 76323 byte(s)
Diff to previous 101854 (colored) , to selected 730918 (colored)
update license to 2004.

Revision 101854 - (view) (annotate) - [select for diffs]
Modified Sun Nov 23 17:27:30 2003 UTC (6 years ago) by nd
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 76323 byte(s)
Diff to previous 101853 (colored) , to selected 730918 (colored)
add another space, for the sake of Netscape 4

Revision 101853 - (view) (annotate) - [select for diffs]
Modified Sun Nov 23 17:20:55 2003 UTC (6 years ago) by nd
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 76322 byte(s)
Diff to previous 101809 (colored) , to selected 730918 (colored)
restore the space which broke all tests :-)

Revision 101809 - (view) (annotate) - [select for diffs]
Modified Thu Nov 20 03:45:22 2003 UTC (6 years ago) by ianh
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 76321 byte(s)
Diff to previous 101693 (colored) , to selected 730918 (colored)
mod_autoindex: new directive IndexStyleSheet


PR:
Obtained from:
Submitted by: Tyler Riddle <triddle_1999 yahoo.com> and Paul Querna <chip force-elite.com>
Reviewed by:

Revision 101693 - (view) (annotate) - [select for diffs]
Modified Mon Nov 3 21:57:51 2003 UTC (6 years ago) by nd
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 75597 byte(s)
Diff to previous 101683 (colored) , to selected 730918 (colored)
darn, the patch for bug 9587 (wrong icon for directories shown) broke
the directory descriptions more or less completely. Fix it now.

Revision 101683 - (view) (annotate) - [select for diffs]
Modified Sun Nov 2 20:37:04 2003 UTC (6 years ago) by nd
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 75765 byte(s)
Diff to previous 101661 (colored) , to selected 730918 (colored)
- add XHTML doctypes to httpd.h
- fix the (x)html output of mod_autoindex to be consistent
  and make it configurable to emit either HTML or XHTML

PR: 23747

Revision 101661 - (view) (annotate) - [select for diffs]
Modified Sat Nov 1 23:00:25 2003 UTC (6 years ago) by nd
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 74722 byte(s)
Diff to previous 101657 (colored) , to selected 730918 (colored)
Don't omit the initial <tr> if SuppressIcon is set.

Submitted by: Jesse Tie-Ten-Quee <highos@highos.com>
PR: 21668

Revision 101657 - (view) (annotate) - [select for diffs]
Modified Sat Nov 1 22:06:28 2003 UTC (6 years ago) by nd
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 74693 byte(s)
Diff to previous 101154 (colored) , to selected 730918 (colored)
improve readability a (little) bit

Revision 101154 - (view) (annotate) - [select for diffs]
Modified Wed Sep 3 19:27:12 2003 UTC (6 years, 2 months ago) by trawick
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 74896 byte(s)
Diff to previous 100628 (colored) , to selected 730918 (colored)
switch to APR 1.0 API (which is still in flux)

because of the changes to the argument lists of apr_mmap_dup and apr_socket_create,
2.1-dev won't build with apr and apr-util's 0.9 branch anymore

Revision 100628 - (view) (annotate) - [select for diffs]
Modified Tue Jul 15 13:22:03 2003 UTC (6 years, 4 months ago) by nd
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 74872 byte(s)
Diff to previous 98885 (colored) , to selected 730918 (colored)
If a directory contains a file listed in the
DirectoryIndex directive, the folder icon is no longer replaced
by the icon of that file.

PR:	9587
Submitted by:	David Shane Holden <dpejesh@yahoo.com>

Revision 98885 - (view) (annotate) - [select for diffs]
Modified Sun Mar 2 18:06:16 2003 UTC (6 years, 8 months ago) by nd
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 74797 byte(s)
Diff to previous 98884 (colored) , to selected 730918 (colored)
Unescape the supplied wildcard pattern. Otherwise the pattern will
not always match as desired. In order to be correct and safe, the
pattern will be re-escaped for output.

PR: 12596

Revision 98884 - (view) (annotate) - [select for diffs]
Modified Sun Mar 2 17:28:34 2003 UTC (6 years, 8 months ago) by nd
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 74516 byte(s)
Diff to previous 98883 (colored) , to selected 730918 (colored)
add some comments and WS to make it better readable (hopefully ;-)

Revision 98883 - (view) (annotate) - [select for diffs]
Modified Sun Mar 2 17:15:43 2003 UTC (6 years, 8 months ago) by nd
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 74245 byte(s)
Diff to previous 98882 (colored) , to selected 730918 (colored)
emit and accept modern query string parameter delimiters (;).
Thus column headers no longer contain unescaped ampersands.

PR: 10880

Revision 98882 - (view) (annotate) - [select for diffs]
Modified Sun Mar 2 16:26:45 2003 UTC (6 years, 8 months ago) by nd
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 74054 byte(s)
Diff to previous 98880 (colored) , to selected 730918 (colored)
buhuh! use the correct target string and don't forget
F=x and V=y in column headers ...

Revision 98880 - (view) (annotate) - [select for diffs]
Modified Sun Mar 2 13:38:38 2003 UTC (6 years, 8 months ago) by nd
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 74053 byte(s)
Diff to previous 98573 (colored) , to selected 730918 (colored)
WS and style issues. No code changes.

Revision 98573 - (view) (annotate) - [select for diffs]
Modified Mon Feb 3 17:53:28 2003 UTC (6 years, 9 months ago) by nd
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 74033 byte(s)
Diff to previous 98181 (colored) , to selected 730918 (colored)
finished that boring job:
update license to 2003.

Happy New Year! ;-))

Revision 98181 - (view) (annotate) - [select for diffs]
Modified Mon Jan 6 15:20:32 2003 UTC (6 years, 10 months ago) by wrowe
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 74033 byte(s)
Diff to previous 97590 (colored) , to selected 730918 (colored)
  Bring forward the IndexOptions IgnoreCase option to mod_autoindex
  from Apache 1.3 for both 2.0 and 2.1 (since the patch/feature was
  previously accepted for 1.3, I'm committing without the usual vote
  specific to 2.0.)  Only small modification of David's patch to avoid
  future reformatting of the options list and better handle the strnatcmp
  side effects.

PR: 14276
Obtained from:
Submitted by:	David Shane Holden <dpejesh@yahoo.com>
Reviewed by:

Revision 97590 - (view) (annotate) - [select for diffs]
Modified Thu Nov 21 23:53:21 2002 UTC (7 years ago) by trawick
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 72960 byte(s)
Diff to previous 97158 (colored) , to selected 730918 (colored)
mod_autoindex: AddDescription directives for directories
now work as in Apache 1.3, where no trailing '/' is
specified on the directory name.  Previously, the trailing
'/' *had* to be specified, which was incompatible with
Apache 1.3.

PR:       7990

Revision 97158 - (view) (annotate) - [select for diffs]
Modified Wed Oct 9 09:50:09 2002 UTC (7 years, 1 month ago) by striker
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 72676 byte(s)
Diff to previous 95976 (colored) , to selected 730918 (colored)
One line fix to get HTMLTable to validate.

PR: 13351
Submitted by: Thom May <thommay@apache.org>

Revision 95976 - (view) (annotate) - [select for diffs]
Modified Mon Jul 8 17:43:34 2002 UTC (7 years, 4 months ago) by wrowe
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 72691 byte(s)
Diff to previous 95453 (colored) , to selected 730918 (colored)
  Changes for deprecated apr_is_fnmatch

Revision 95453 - (view) (annotate) - [select for diffs]
Modified Fri May 31 20:50:14 2002 UTC (7 years, 5 months ago) by trawick
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 72689 byte(s)
Diff to previous 95164 (colored) , to selected 730918 (colored)
if we autoindex, discard the request body and check for any
errors doing so

Revision 95164 - (view) (annotate) - [select for diffs]
Modified Sat May 18 04:13:13 2002 UTC (7 years, 6 months ago) by jwoolley
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 72562 byte(s)
Diff to previous 95151 (colored) , to selected 730918 (colored)
Renames:
  APR_XtOffset   -> APR_OFFSET
  APR_XtOffsetOf -> APR_OFFSETOF

Revision 95151 - (view) (annotate) - [select for diffs]
Modified Fri May 17 11:33:10 2002 UTC (7 years, 6 months ago) by trawick
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 72565 byte(s)
Diff to previous 94740 (colored) , to selected 730918 (colored)
stop using APLOG_NOERRNO in calls to ap_log_[pr]error()

Revision 94740 - (view) (annotate) - [select for diffs]
Modified Sun Apr 21 19:10:07 2002 UTC (7 years, 7 months ago) by jwoolley
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 72579 byte(s)
Diff to previous 94739 (colored) , to selected 730918 (colored)
Fix HTML 3.2 validation error: &O is not a valid entity.  Should be &amp;O

Reported by: validator.w3.org

Revision 94739 - (view) (annotate) - [select for diffs]
Modified Sun Apr 21 18:35:26 2002 UTC (7 years, 7 months ago) by jwoolley
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 72475 byte(s)
Diff to previous 94631 (colored) , to selected 730918 (colored)
Fix mod_autoindex output with SuppressRules turned on.

PR: 8016
Submitted by: David Shane Holden <dpejesh@yahoo.com>

Revision 94631 - (view) (annotate) - [select for diffs]
Modified Sat Apr 13 12:02:38 2002 UTC (7 years, 7 months ago) by striker
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 72419 byte(s)
Diff to previous 94457 (colored) , to selected 730918 (colored)
Adapt to the rename of apr_explode_localtime to apr_time_exp_lt in APR.

Submitted by: Thom May <thom@planetarytramp.net>

Revision 94457 - (view) (annotate) - [select for diffs]
Modified Fri Apr 5 17:50:37 2002 UTC (7 years, 7 months ago) by rbb
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 72431 byte(s)
Diff to previous 94056 (colored) , to selected 730918 (colored)
This is a HACK!  The problem is that the fast_internal_redirect is
removing the OLD_WRITE filter. Obviously that is wrong.  For right now,
the fix is to hack around the problem and just make it work.  Long term,
we need to find a real solution to this, but this gets autoindex working
today.

Revision 94056 - (view) (annotate) - [select for diffs]
Modified Wed Mar 20 17:41:55 2002 UTC (7 years, 8 months ago) by stoddard
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 71220 byte(s)
Diff to previous 94027 (colored) , to selected 730918 (colored)
Commit 1 of 2 to:
1. rename ap_rset_content_type to ap_set_content_type
2. reverse the arguments on the call to aligh with ap_set_content_length

Revision 94027 - (view) (annotate) - [select for diffs]
Modified Wed Mar 20 01:58:47 2002 UTC (7 years, 8 months ago) by stoddard
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 71222 byte(s)
Diff to previous 93918 (colored) , to selected 730918 (colored)
First commit to introduce accessor function to set r->content_type..

Revision 93918 - (view) (annotate) - [select for diffs]
Modified Wed Mar 13 20:48:07 2002 UTC (7 years, 8 months ago) by fielding
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 71208 byte(s)
Diff to previous 93733 (colored) , to selected 730918 (colored)
Update our copyright for this year.

Revision 93733 - (view) (annotate) - [select for diffs]
Modified Wed Mar 6 17:55:38 2002 UTC (7 years, 8 months ago) by ianh
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 71208 byte(s)
Diff to previous 93663 (colored) , to selected 730918 (colored)
apr-utils rename apr_ansi_time_to_apr_time and
apr_exploded_time_t.

PR:
Obtained from:
Submitted by:	Thom May <thom@planetarytramp.net>
Reviewed by:	Ian Holsman

Revision 93663 - (view) (annotate) - [select for diffs]
Modified Fri Mar 1 20:44:20 2002 UTC (7 years, 8 months ago) by wrowe
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 71218 byte(s)
Diff to previous 93330 (colored) , to selected 730918 (colored)
  next_filter of NULL to any ap_sub_req_lookup*() fn implies the subreq
  will never be run - or we expect to pass the subreq to fast_redirect.
  The comming fix will break invalid ap_sub_req_lookups* expecting to
  run subrequests with the next_filter NULL semantic.

Revision 93330 - (view) (annotate) - [select for diffs]
Modified Thu Feb 7 06:50:52 2002 UTC (7 years, 9 months ago) by jerenkrantz
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 71193 byte(s)
Diff to previous 93329 (colored) , to selected 730918 (colored)
That check is superfluous since we must have savename defined
(otherwise, we'd get APR_INCOMPLETE on apr_dir_read).

Revision 93329 - (view) (annotate) - [select for diffs]
Modified Thu Feb 7 06:37:09 2002 UTC (7 years, 9 months ago) by jerenkrantz
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 71243 byte(s)
Diff to previous 93256 (colored) , to selected 730918 (colored)
Allow mod_autoindex to serve symlinks if permitted and optimize our stats
so that only one stat() is needed.

If we get APR_FINFO_MIN bits, lookup_dirent won't do a repeated stat()
call.  So, let's do it here.  Also, if we see a symlink, expand it.
(Technically, we don't *have* to expand the symlinks - the resolve_symlink
fix handles that, but we can't really assume that.)  Since we know that
dirent will be rr->finfo anyway, go back to relying on dirent only for
APR_DIR checks.

Revision 93256 - (view) (annotate) - [select for diffs]
Modified Tue Feb 5 15:35:54 2002 UTC (7 years, 9 months ago) by jwoolley
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 70276 byte(s)
Diff to previous 93250 (colored) , to selected 730918 (colored)
Vetoed by Ken

Revision 93250 - (view) (annotate) - [select for diffs]
Modified Tue Feb 5 09:26:02 2002 UTC (7 years, 9 months ago) by jwoolley
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 70341 byte(s)
Diff to previous 93232 (colored) , to selected 730918 (colored)
List files that would result in HTTP_UNAUTHORIZED in addition to
successes and redirections, since there's a chance the client will
actually have the proper authorization to retrieve them.

Reported by:	Stas Bekman

Revision 93232 - (view) (annotate) - [select for diffs]
Modified Mon Feb 4 21:19:08 2002 UTC (7 years, 9 months ago) by gregames
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 70276 byte(s)
Diff to previous 93045 (colored) , to selected 730918 (colored)
vetoing and backing out OtherBill's patch rev 1.91.  This breaks
mod_autoindex on systems such as Unix where apr_dir_read doesn't automatically
return the filetype.  You see a '?' icon rather than a folder icon
for directories on 2.0.31 because mod_autoindex doesn't realize that the thing
is a directory.

No, we don't want more stat()s either.

Revision 93045 - (view) (annotate) - [select for diffs]
Modified Sun Jan 27 07:44:07 2002 UTC (7 years, 10 months ago) by wrowe
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 70272 byte(s)
Diff to previous 92638 (colored) , to selected 730918 (colored)
  Which PR?  I can't count them all.  Get QUERY_STRING and PATH_INFO
  working again.  Also rounds out our fix to work around negotiated
  directories which Greg Ames fixed; this addition in request.c simply
  shortcuts all further processing.

Revision 92638 - (view) (annotate) - [select for diffs]
Modified Fri Dec 28 17:07:33 2001 UTC (7 years, 11 months ago) by wrowe
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 70253 byte(s)
Diff to previous 92625 (colored) , to selected 730918 (colored)
  This otherwise ineffectual patch allows modules to perform internal
  redirects of dirs into other resources, while still treating such a
  resource as a dir, based on the original apr_dir_read results.

Revision 92625 - (view) (annotate) - [select for diffs]
Modified Thu Dec 27 18:12:15 2001 UTC (7 years, 11 months ago) by aaron
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 70257 byte(s)
Diff to previous 92624 (colored) , to selected 730918 (colored)
Get rid of identifiers called 'stat' so we don't conflict with the libc
'stat' symbol.

Revision 92624 - (view) (annotate) - [select for diffs]
Modified Thu Dec 27 18:07:22 2001 UTC (7 years, 11 months ago) by aaron
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 70265 byte(s)
Diff to previous 91660 (colored) , to selected 730918 (colored)
Just style changes. Really just 's/\t/    /' since the tabstop alignment
was pretty good. Added a couple braces and spaces here and there.

Revision 91660 - (view) (annotate) - [select for diffs]
Modified Thu Oct 25 20:36:10 2001 UTC (8 years, 1 month ago) by coar
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 62658 byte(s)
Diff to previous 91609 (colored) , to selected 730918 (colored)
Style-guide fixes, no functional changes.

Revision 91609 - (view) (annotate) - [select for diffs]
Modified Sat Oct 20 18:54:54 2001 UTC (8 years, 1 month ago) by wrowe
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 61714 byte(s)
Diff to previous 90364 (colored) , to selected 730918 (colored)
  Restrict by content type and encoding before we go and try to drag in some
  text to merge as headers and footers to autoindex pages.  This will escape
  index.gif from a bold attempt to use IndexHeader index ;)

  Also pass in the args to the subrequest, for anyone trying to decode what
  the user is looking at.  A great example of this coming up.

Revision 90364 - (view) (annotate) - [select for diffs]
Modified Sun Aug 19 18:58:19 2001 UTC (8 years, 3 months ago) by wrowe
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 61114 byte(s)
Diff to previous 90356 (colored) , to selected 730918 (colored)
  Assure that non-FancyIndexed listings properly shortcut dir entries,
  and display and href the trailing slash, as well.

PR: 8206

Revision 90356 - (view) (annotate) - [select for diffs]
Modified Sun Aug 19 05:48:19 2001 UTC (8 years, 3 months ago) by rbb
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 61059 byte(s)
Diff to previous 90162 (colored) , to selected 730918 (colored)
Update the Apache code to account for the XtOffset change in APR.

Revision 90162 - (view) (annotate) - [select for diffs]
Modified Tue Aug 14 19:46:21 2001 UTC (8 years, 3 months ago) by wrowe
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 61055 byte(s)
Diff to previous 90090 (colored) , to selected 730918 (colored)
  Fix a small bug that limited the description's width to the filename's width.

Submitted by:	Mladen Turk <mladen.turk@mail.inet.hr>

Revision 90090 - (view) (annotate) - [select for diffs]
Modified Sat Aug 11 04:04:13 2001 UTC (8 years, 3 months ago) by rbb
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 61055 byte(s)
Diff to previous 89983 (colored) , to selected 730918 (colored)
Fix the new method code.  We need to cast 1 to an apr_int64_t or it will
be treated as a 32-bit integer, and it will wrap after being shifted
32 times.
Submitted by:	Cody Sherr <csherr@covalent.net> and
		Ryan Morgan <rmorgan@covalent.net>

Revision 89983 - (view) (annotate) - [select for diffs]
Modified Tue Aug 7 15:15:53 2001 UTC (8 years, 3 months ago) by wrowe
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 61043 byte(s)
Diff to previous 89981 (colored) , to selected 730918 (colored)
  Thanks rbb, and the modproxy-dev autobuild report for pointing these out.

Revision 89981 - (view) (annotate) - [select for diffs]
Modified Tue Aug 7 12:54:31 2001 UTC (8 years, 3 months ago) by wrowe
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 61067 byte(s)
Diff to previous 89979 (colored) , to selected 730918 (colored)
     All mod_autoindex query parsing is now quietly quashed with the
     IndexOption IgnoreClient.  The IndexOption SuppressColumnSorting
     still drops the column sort <a href>'s for the column headers, but
     IgnoreClient is required to ignore these Query options entirely.

     Introduced new mod_autoindex query argument parsing for F=[0|1|2]
     to allow the client to select plain, FancyIndexing or HTMLTable
     formatting, V=[0|1] to inhibit or enable version sorting, and
     P=pattern to return only specific files.  The old Query Arguments
     were reorganized as C=f for sorting column 'f' (same N, D, S, or M
     as before), and O=A|D for ordering ascending or descending.

     Docs and an Example are provided in mod_autoindex.html

Revision 89979 - (view) (annotate) - [select for diffs]
Modified Tue Aug 7 04:33:58 2001 UTC (8 years, 3 months ago) by wrowe
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 56941 byte(s)
Diff to previous 89911 (colored) , to selected 730918 (colored)
Formatted output changes only...

     Introduced new mod_autoindex IndexOptions flags; SuppressIcon to
     drop the icon column and SuppressRules to drop the <hr> elements.
     These are necessary for HTML 3.2 final formatting rules.

     Introduced HTMLTable to create rudimentary HTML table listings
     (implies FancyIndexing).  Necessary for alternate charsets, since
     the columns are borked by multibyte characters.

     Re-Introduced the mod_autoindex IndexOptions flag TrackModified
     from Apache 1.3.15.  This is needed for two reasons, first, given
     multiple machines within a server farm, ETags and Last-Modified
     stamps won't correspond from machine to machine, and second, many
     Unixes don't capture changes to the date or time stamp of existing
     files, since these don't modify the dirent itself.
     [Originally for 1.3 by me]

     Re-Introduced the mod_autoindex InextOptions flag FoldersFirst
     and DirectoryWidth options from Apache 1.3.10.
     [Originally for 1.3 by Ken Coar]

Revision 89911 - (view) (annotate) - [select for diffs]
Modified Fri Aug 3 21:44:34 2001 UTC (8 years, 3 months ago) by trawick
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 48231 byte(s)
Diff to previous 89909 (colored) , to selected 730918 (colored)
remove a gcc warning, leave object code unchanged

Revision 89909 - (view) (annotate) - [select for diffs]
Modified Fri Aug 3 18:32:03 2001 UTC (8 years, 3 months ago) by wrowe
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 48229 byte(s)
Diff to previous 89901 (colored) , to selected 730918 (colored)
  Save hundreds of cycles on every autoindex request by _not_ attempting
  to to test the parent (..) sub request!  This patch also allows the user
  to see things that will redirect them.  That way, the lnk or dir within
  the directory is displayed correctly.

  Also allows an ALT text entry other than DIR by providing AddAlt
  ^^DIRECTORY^^, as the user (might) expect to be allowed to do.

Revision 89901 - (view) (annotate) - [select for diffs]
Modified Fri Aug 3 02:22:47 2001 UTC (8 years, 3 months ago) by wrowe
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 46968 byte(s)
Diff to previous 89900 (colored) , to selected 730918 (colored)
  That's enough for tonight ... gheesh.  Allow 2xx + OK (0) results from
  the subrequest to go out to the client.  This doesn't address (..)
  anomilies, which I will address in the a.m.

Revision 89900 - (view) (annotate) - [select for diffs]
Modified Fri Aug 3 02:17:44 2001 UTC (8 years, 3 months ago) by wrowe
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 46967 byte(s)
Diff to previous 89899 (colored) , to selected 730918 (colored)
  Allow a slightly larger range of acceptable responses.

Revision 89899 - (view) (annotate) - [select for diffs]
Modified Fri Aug 3 01:31:26 2001 UTC (8 years, 3 months ago) by wrowe
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 46931 byte(s)
Diff to previous 89897 (colored) , to selected 730918 (colored)
  Fix some major brokenness.  We were not validating that the autoindex
  subrequest'ed file was valid, and did not check a subrequest at all if
  the user didn't use FancyIndexing.

Revision 89897 - (view) (annotate) - [select for diffs]
Modified Fri Aug 3 01:00:12 2001 UTC (8 years, 3 months ago) by wrowe
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 46759 byte(s)
Diff to previous 89770 (colored) , to selected 730918 (colored)
  Begone ancient beast.  IndexOptions FancyIndexing is sufficiently less
  confusing.

Revision 89770 - (view) (annotate) - [select for diffs]
Modified Sun Jul 29 21:26:52 2001 UTC (8 years, 4 months ago) by wrowe
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 47304 byte(s)
Diff to previous 89769 (colored) , to selected 730918 (colored)
  Throw back in the newline, just for source legibility.

Revision 89769 - (view) (annotate) - [select for diffs]
Modified Sun Jul 29 21:24:51 2001 UTC (8 years, 4 months ago) by wrowe
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 47302 byte(s)
Diff to previous 89754 (colored) , to selected 730918 (colored)
  Correct a subtle reflow problem (evident in Mozilla Gecko/20010505) that
  <hr>'s within <pre> tags (entirely illegal in the first place :) are not
  adjusted on window resize.  By moving the second <hr /> into the <pre>
  block, at least the two rules are consistent.

Revision 89754 - (view) (annotate) - [select for diffs]
Modified Sat Jul 28 01:33:10 2001 UTC (8 years, 4 months ago) by wrowe
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 47375 byte(s)
Diff to previous 89751 (colored) , to selected 730918 (colored)
  Minor quibble, <li> can and should be a balanced tag

Revision 89751 - (view) (annotate) - [select for diffs]
Modified Sat Jul 28 01:17:37 2001 UTC (8 years, 4 months ago) by wrowe
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 47369 byte(s)
Diff to previous 89718 (colored) , to selected 730918 (colored)
  More pedantic changes to create HTML 3.2/4.01 Transitional and
  XHTML 1.0 Transitional - compliant output.  Note that this model
  is forever broken, since <hr> and <img> tags within a <pre> block
  are, by definition, invalid.  This is sort of mute since we need
  to start creating a table-based autoindex, mostly for utf-8 names
  that map in R-t-L order comixed with L-t-R formatting.

Revision 89718 - (view) (annotate) - [select for diffs]
Modified Wed Jul 25 22:20:09 2001 UTC (8 years, 4 months ago) by wrowe
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 47305 byte(s)
Diff to previous 89715 (colored) , to selected 730918 (colored)
  Reviewing my own commit logs ... dang did this look silly.

Revision 89715 - (view) (annotate) - [select for diffs]
Modified Wed Jul 25 21:47:20 2001 UTC (8 years, 4 months ago) by wrowe
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 47328 byte(s)
Diff to previous 89713 (colored) , to selected 730918 (colored)
  More signedness fixes

Revision 89713 - (view) (annotate) - [select for diffs]
Modified Wed Jul 25 21:34:15 2001 UTC (8 years, 4 months ago) by wrowe
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 47274 byte(s)
Diff to previous 89683 (colored) , to selected 730918 (colored)
  Change over to apr_strfsize() for apr_off_t file size formatting.

Revision 89683 - (view) (annotate) - [select for diffs]
Modified Tue Jul 24 20:38:01 2001 UTC (8 years, 4 months ago) by wrowe
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 47231 byte(s)
Diff to previous 89511 (colored) , to selected 730918 (colored)
  Changes to respect the new apr bucket and brigade length types (either
  apr_size_t for bucket lengths, or apr_off_t for aggregate brigade lengths.)

Revision 89511 - (view) (annotate) - [select for diffs]
Modified Sat Jul 7 16:21:53 2001 UTC (8 years, 4 months ago) by dreid
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 47227 byte(s)
Diff to previous 89448 (colored) , to selected 730918 (colored)
s/cont/pool/

Bring this back in line with changes to APR.

Revision 89448 - (view) (annotate) - [select for diffs]
Modified Wed Jun 27 21:54:16 2001 UTC (8 years, 5 months ago) by wrowe
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 47227 byte(s)
Diff to previous 88390 (colored) , to selected 730918 (colored)
  Employ the new ap_sub_req_lookup_dirent() function for mod_autoindex.

Revision 88390 - (view) (annotate) - [select for diffs]
Modified Wed Feb 28 15:24:09 2001 UTC (8 years, 9 months ago) by wrowe
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 47137 byte(s)
Diff to previous 88341 (colored) , to selected 730918 (colored)
  Goodbye ap_send_http_header

Revision 88341 - (view) (annotate) - [select for diffs]
Modified Mon Feb 26 04:38:22 2001 UTC (8 years, 9 months ago) by rbb
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 47166 byte(s)
Diff to previous 88298 (colored) , to selected 730918 (colored)
Begin to move functions from the http module to the core.  The goal is to
have only functions that are HTTP specific in the http directory.

Revision 88298 - (view) (annotate) - [select for diffs]
Modified Sat Feb 24 11:23:31 2001 UTC (8 years, 9 months ago) by gstein
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 47144 byte(s)
Diff to previous 88282 (colored) , to selected 730918 (colored)
*) fix inline handling. we had: apr_inline, APR_INLINE, USE_GNU_INLINE, and
   INLINE. Now, we just have APR_INLINE and APR_HAS_INLINE.
   - convert all usage
   - note that apr_general messed up the defn (compared to apr.h)
   - simplify the inline decision logic in os/*/os.h
   - simplify the code in os/*/os-inline.c

*) toss ap_checkconv() [no longer used]

Revision 88282 - (view) (annotate) - [select for diffs]
Modified Fri Feb 23 00:50:24 2001 UTC (8 years, 9 months ago) by rbb
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 47144 byte(s)
Diff to previous 88232 (colored) , to selected 730918 (colored)
Namespace protect IOBUFSIZ since it is a public symbol.
Submitted by:	Jon Travis <jtravis@covalent.net>

Revision 88232 - (view) (annotate) - [select for diffs]
Modified Mon Feb 19 02:06:58 2001 UTC (8 years, 9 months ago) by dougm
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 47138 byte(s)
Diff to previous 88184 (colored) , to selected 730918 (colored)
rename miss: s/apr_clear_pool/apr_pool_clear/g

Revision 88184 - (view) (annotate) - [select for diffs]
Modified Fri Feb 16 04:26:53 2001 UTC (8 years, 9 months ago) by fielding
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 47138 byte(s)
Diff to previous 88060 (colored) , to selected 730918 (colored)
Update copyright to 2001

Revision 88060 - (view) (annotate) - [select for diffs]
Modified Sat Feb 10 13:05:29 2001 UTC (8 years, 9 months ago) by gstein
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 47133 byte(s)
Diff to previous 88019 (colored) , to selected 730918 (colored)
Clean up some of the includes:
- explicitly include apr_lib.h since ap_config.h doesn't
- use apr_want.h where possible
- use APR_HAVE_ where possible
- remove some unneeded includes

Revision 88019 - (view) (annotate) - [select for diffs]
Modified Thu Feb 8 07:45:33 2001 UTC (8 years, 9 months ago) by dougm
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 47159 byte(s)
Diff to previous 87933 (colored) , to selected 730918 (colored)
renaming various functions for consistency sake
see: http://apr.apache.org/~dougm/apr_rename.pl
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 87933 - (view) (annotate) - [select for diffs]
Modified Wed Jan 31 22:45:35 2001 UTC (8 years, 9 months ago) by wrowe
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 47110 byte(s)
Diff to previous 87790 (colored) , to selected 730918 (colored)
  Eliminate all assumptions that finfo.protection reflects the existance
  or absense of a file.  finfo.filetype is defined as 0 if APR_NOFILE,
  or a non-zero value if the file could be apr_stat()'ed.

Revision 87790 - (view) (annotate) - [select for diffs]
Modified Tue Jan 23 04:14:24 2001 UTC (8 years, 10 months ago) by wrowe
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 47112 byte(s)
Diff to previous 87731 (colored) , to selected 730918 (colored)
  Accomodate the change to the apr_read_dir() arguments, and change all
  apr_dirfoo() and apr_foodir() commands to apr_dir_foo() to match the
  earlier-renamed apr_dir_open().

Revision 87731 - (view) (annotate) - [select for diffs]
Modified Fri Jan 19 07:04:36 2001 UTC (8 years, 10 months ago) by wrowe
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 47099 byte(s)
Diff to previous 87697 (colored) , to selected 730918 (colored)
  The big change.  This is part 3 of the apr-util symbols rename, please
  see the first commit of srclib/apr-util/include (cvs apr-util/include)
  for the quick glance at symbols changed.

Revision 87697 - (view) (annotate) - [select for diffs]
Modified Wed Jan 17 15:52:12 2001 UTC (8 years, 10 months ago) by wrowe
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 47098 byte(s)
Diff to previous 87617 (colored) , to selected 730918 (colored)
  Provide apr_pool_t arg to register_hooks, since anything they do in that
  step -must- be done with a pool that will not outlive the cmd pool, from
  which they may have been dynamically loaded.

Revision 87617 - (view) (annotate) - [select for diffs]
Modified Mon Jan 8 23:55:12 2001 UTC (8 years, 10 months ago) by dougm
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 47089 byte(s)
Diff to previous 87604 (colored) , to selected 730918 (colored)
adjust remaining modules to use the new handler hook method (Alan Edwards)

bring back the old handler prototype by reusing r->handler (dougm)
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 87604 - (view) (annotate) - [select for diffs]
Modified Sun Jan 7 19:55:59 2001 UTC (8 years, 10 months ago) by ben
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 47106 byte(s)
Diff to previous 87592 (colored) , to selected 730918 (colored)
Make handlers use hooks.

Revision 87592 - (view) (annotate) - [select for diffs]
Modified Fri Jan 5 19:40:05 2001 UTC (8 years, 10 months ago) by rbb
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 47046 byte(s)
Diff to previous 87385 (colored) , to selected 730918 (colored)
Stop copying file names that we get from apr_file_t's and apr_dir_t's.
We copy the data when we store it in the structures, we can just return
a pointer from there, and use const data.  This puts the onus back on
Apache to copy the data if it needs to modify it.

Revision 87385 - (view) (annotate) - [select for diffs]
Modified Sun Dec 17 03:35:39 2000 UTC (8 years, 11 months ago) by rbb
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 47034 byte(s)
Diff to previous 87065 (colored) , to selected 730918 (colored)
Rename the apr_opendir symbol to apr_dir_open.  This makes more sense,
and the rename was proposed a while ago inside of APR.

Revision 87065 - (view) (annotate) - [select for diffs]
Modified Wed Nov 22 19:38:07 2000 UTC (9 years ago) by rbb
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 47033 byte(s)
Diff to previous 86915 (colored) , to selected 730918 (colored)
Allow modules to specify the first module for a sub-request.  This allows
modules to not have to muck with the output_filter after it creates the
sub-request.  Without this change, modules that create a sub-request have
to manually edit the output_filters, and therefore skip the sub-request
output_filter.  If they skip the sub-request output_filter, then we end
up sending multiple EOS buckets to the core_output_filter.

Revision 86915 - (view) (annotate) - [select for diffs]
Modified Fri Nov 10 19:01:33 2000 UTC (9 years ago) by rbb
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 47015 byte(s)
Diff to previous 86803 (colored) , to selected 730918 (colored)
Fix a lot of the fallback from the apr_ssize_t to apr_size_t change
Submitted by:	Victor J. Orlikowski <v.j.orlikowski@gte.net>

Revision 86803 - (view) (annotate) - [select for diffs]
Modified Thu Nov 2 20:01:52 2000 UTC (9 years ago) by wrowe
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 47017 byte(s)
Diff to previous 86740 (colored) , to selected 730918 (colored)
  Two patches (sorry), first to clean up the double assignment of the
  r->content_type value on UNICODE_FS, and the second to add ETag and
  Modified-Date to the file listing.  If anyone sees an objection to
  this thing, please scream (loudly) before I go and attack 1.3.x with
  the ETag/Modified-Date Friday a.m.

Revision 86740 - (view) (annotate) - [select for diffs]
Modified Wed Oct 25 02:46:40 2000 UTC (9 years, 1 month ago) by wrowe
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 46922 byte(s)
Diff to previous 86609 (colored) , to selected 730918 (colored)
  Ok here it is: Win32 utf-8 native unicode filename support.
  There are just too many folks to credit... so this goes out from
  the entire ApacheCon hacking team :-)

Revision 86609 - (view) (annotate) - [select for diffs]
Modified Mon Oct 16 06:05:15 2000 UTC (9 years, 1 month ago) by wrowe
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 46842 byte(s)
Diff to previous 86449 (colored) , to selected 730918 (colored)
  Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbols
  for CORE_EXPORT to AP_CORE_DECLARE (namespace protecting the wrapper)
  and retitled API_EXPORT as AP_DECLARE and APR_EXPORT as APR_DECLARE.
  All _VAR_ flavors changes to _DATA to be absolutely clear.
  Thank you Greg, for the most obvious suggestion.

Revision 86449 - (view) (annotate) - [select for diffs]
Modified Sun Oct 8 06:05:00 2000 UTC (9 years, 1 month ago) by wrowe
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 46832 byte(s)
Diff to previous 86008 (colored) , to selected 730918 (colored)
  Missed it... another canonical error fix

Revision 86008 - (view) (annotate) - [select for diffs]
Modified Sun Aug 6 06:07:53 2000 UTC (9 years, 3 months ago) by wrowe
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 46820 byte(s)
Diff to previous 85976 (colored) , to selected 730918 (colored)
  Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...
  see src/lib/apr/apr_compat.h for most details.
  Also a few minor nits to get Win32 to build.

PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 85976 - (view) (annotate) - [select for diffs]
Modified Wed Aug 2 05:27:38 2000 UTC (9 years, 3 months ago) by dougm
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 46815 byte(s)
Diff to previous 85872 (colored) , to selected 730918 (colored)
prefix libapr functions and types with apr_

Revision 85872 - (view) (annotate) - [select for diffs]
Modified Sun Jul 23 17:31:08 2000 UTC (9 years, 4 months ago) by rbb
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 46729 byte(s)
Diff to previous 85867 (colored) , to selected 730918 (colored)
Remove apr_strnatcmp.h.  All of the functions prototyped in this file
have been moved to apr_strings.h.  This also modifes Apache to include
apr_strings.h instead of apr_strnatcmp.h

Revision 85867 - (view) (annotate) - [select for diffs]
Modified Fri Jul 21 19:50:58 2000 UTC (9 years, 4 months ago) by rbb
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 46731 byte(s)
Diff to previous 85723 (colored) , to selected 730918 (colored)
Move all APR functions related to strings to their own directory, and
create a new header for those functions.  This is the first step to
removing the apr/lib directory completely, and moving those files/functions
to descriptive directories.

Revision 85723 - (view) (annotate) - [select for diffs]
Modified Wed Jun 28 14:33:48 2000 UTC (9 years, 5 months ago) by trawick
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 46706 byte(s)
Diff to previous 85687 (colored) , to selected 730918 (colored)
Include strings.h for strcasecmp(), strncasecmp(), and bzero().
Include time.h for time().

This removes a bunch of compiler warnings with gcc -Wall on AIX.
Submitted by:	Jeff Trawick, Victor Orlikowski

Revision 85687 - (view) (annotate) - [select for diffs]
Modified Sat Jun 24 19:31:42 2000 UTC (9 years, 5 months ago) by rbb
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 46656 byte(s)
Diff to previous 85640 (colored) , to selected 730918 (colored)
Fix a couple of const warnings on Linux.  This basically just defines
ap_strstr and ap_strstr_c, which make sure that things are const when
they need to be.

Revision 85640 - (view) (annotate) - [select for diffs]
Modified Tue Jun 20 20:39:39 2000 UTC (9 years, 5 months ago) by ben
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 46651 byte(s)
Diff to previous 85627 (colored) , to selected 730918 (colored)
Fix warnings.

Revision 85627 - (view) (annotate) - [select for diffs]
Modified Tue Jun 20 11:31:54 2000 UTC (9 years, 5 months ago) by trawick
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 46490 byte(s)
Diff to previous 85599 (colored) , to selected 730918 (colored)
Use the new command-handler initializer macros in some more modules.

Unfortunately, the resulting warnings are *not* all cleaned up.  Ten or
so warnings spill over to non-AP_DEBUG builds (but that just means that
there is a bigger pool of folks to resolve them, right?).

Revision 85599 - (view) (annotate) - [select for diffs]
Modified Sat Jun 17 16:29:53 2000 UTC (9 years, 5 months ago) by ben
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 46109 byte(s)
Diff to previous 85318 (colored) , to selected 730918 (colored)
More consification, correct command initialisation.

Revision 85318 - (view) (annotate) - [select for diffs]
Modified Sat May 27 22:40:44 2000 UTC (9 years, 6 months ago) by wrowe
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 46104 byte(s)
Diff to previous 85309 (colored) , to selected 730918 (colored)
PR:
Obtained from:
Submitted by:
Reviewed by:

  Reverse out all _EXPORT_VAR changes back to their original _VAR_EXPORT
  names for linkage (API_, CORE_, and MODULE_).

Revision 85309 - (view) (annotate) - [select for diffs]
Modified Sat May 27 05:28:02 2000 UTC (9 years, 6 months ago) by wrowe
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 46104 byte(s)
Diff to previous 85028 (colored) , to selected 730918 (colored)
  This patch corrects the issues from the AP_EXPORT and linkage 
  specification arguments to the ap_hooks.h declarations.  As with
  the APR_ and AP_ patches, API_VAR_EXPORT becomes API_EXPORT_VAR,
  and MODULE_VAR_EXPORT becomes MODULE_EXPORT_VAR.

  I will be happy to revert the inclusion of ap_config.h from 
  httpd.h if this bothers anyone.  More individual modules need
  to be patched if we do so.

  The API_EXPORTs all moved into central storage in the ap_config.h
  header.  Without WIN32 or API_STATIC compile time declarations, 
  these macros remain no-ops.

  This patch also moves the following data from http_main to http_config:

    const char *ap_server_argv0;
    const char *ap_server_root;
    ap_array_header_t *ap_server_pre_read_config;
    ap_array_header_t *ap_server_post_read_config;
    ap_array_header_t *ap_server_config_defines;

  And the following variables had already moved into ap_hooks.c:

    ap_pool_t *g_pHookPool;  (initialized now in http_config)
    int g_bDebugHooks;                   (out of http_config)
    const char *g_szCurrentHookName;     (out of http_config)

  The changes to http_main.c are in preparation for that module to
  move out to a seperate .exe for win32.  Other platforms will be
  unaffected, outside of these changes.

Revision 85028 - (view) (annotate) - [select for diffs]
Modified Mon Apr 24 14:57:54 2000 UTC (9 years, 7 months ago) by stoddard
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 46104 byte(s)
Diff to previous 85021 (colored) , to selected 730918 (colored)
Change names of strnatcmp & strnatcasecmp to cpmply with APR naming
conventions

Submitted by:	William Rowe

Revision 85021 - (view) (annotate) - [select for diffs]
Modified Mon Apr 24 04:03:39 2000 UTC (9 years, 7 months ago) by dgaudet
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 46098 byte(s)
Diff to previous 84963 (colored) , to selected 730918 (colored)
Add `IndexOptions +VersionSort', to nicely sort filenames
containing version numbers.

Submitted by:	Martin Pool <mbp@linuxcare.com.au>

Revision 84963 - (view) (annotate) - [select for diffs]
Modified Fri Apr 14 15:59:20 2000 UTC (9 years, 7 months ago) by rbb
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 45656 byte(s)
Diff to previous 84933 (colored) , to selected 730918 (colored)
Change ap_context_t to ap_pool_t.  This compiles, runs, and serves pages
on Linux, but probably breaks somewhere.

Revision 84933 - (view) (annotate) - [select for diffs]
Modified Thu Apr 6 23:53:59 2000 UTC (9 years, 7 months ago) by rbb
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 45668 byte(s)
Diff to previous 84879 (colored) , to selected 730918 (colored)
Make the server work without asking for buffered file I/O.  This removes
all APR_BUFFERED flags from the server, and it fixes a minor bug in the
ungetchar patch (I forgot a file when comitting).

Revision 84879 - (view) (annotate) - [select for diffs]
Modified Fri Mar 31 09:05:25 2000 UTC (9 years, 7 months ago) by fielding
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 45713 byte(s)
Diff to previous 84751 (colored) , to selected 730918 (colored)
Update to Apache Software License version 1.1

Revision 84751 - (view) (annotate) - [select for diffs]
Modified Mon Mar 13 20:27:29 2000 UTC (9 years, 8 months ago) by jim
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 45858 byte(s)
Diff to previous 84725 (colored) , to selected 730918 (colored)
Backport the CSS security fixes to Apache 2.0a. Or is that forward
port? My sense of direction is all confused.

PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 84725 - (view) (annotate) - [select for diffs]
Modified Fri Mar 10 00:07:37 2000 UTC (9 years, 8 months ago) by rbb
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 45831 byte(s)
Diff to previous 84598 (colored) , to selected 730918 (colored)
Fix all the License issues.  Including:
s/Apache Group/Apache Software Foundation/
s/1999/2000/
s/Sascha's license/ASF license

Revision 84598 - (view) (annotate) - [select for diffs]
Modified Thu Feb 10 13:24:13 2000 UTC (9 years, 9 months ago) by dreid
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 45705 byte(s)
Diff to previous 84497 (colored) , to selected 730918 (colored)
Small changes to remove some compiler complaints.

Revision 84497 - (view) (annotate) - [select for diffs]
Modified Wed Jan 19 02:42:17 2000 UTC (9 years, 10 months ago) by rbb
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 45691 byte(s)
Diff to previous 84492 (colored) , to selected 730918 (colored)
Manoj has been pushing for this for a while, but I've been too dense
to understand that he was right.  :-)  Basically, this makes the modules
use ap_config to test for header file inclusion.  This method is not to
be used for larger modules that run autoconf theirselves.  Including
ap_config is only valid for modules which rely on Apache to do their
configuration.  Currently, this is only the core modules.

Revision 84492 - (view) (annotate) - [select for diffs]
Modified Tue Jan 18 23:41:56 2000 UTC (9 years, 10 months ago) by rbb
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 45640 byte(s)
Diff to previous 84416 (colored) , to selected 730918 (colored)
This is a huge change to the configure system.  Basically, this name space
protects most, if not all, of the Apache macros.   This has been tested on
Linux using all of the Unix MPM's.  The biggest push was that Apache's
httpd.h header file can no longer include the ap_config.h file.  Most of the
other files include this themselves now.
Submitted by:	Ryan Bloom and Manoj Kasichainula

Revision 84416 - (view) (annotate) - [select for diffs]
Modified Mon Jan 10 15:35:51 2000 UTC (9 years, 10 months ago) by bjh
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 45620 byte(s)
Diff to previous 84413 (colored) , to selected 730918 (colored)
Rework ap_finfo_t to split the file type out of the protection field.
I've taken a stab at the unix implementation but tested only on OS/2.

Revision 84413 - (view) (annotate) - [select for diffs]
Modified Sun Jan 9 05:18:31 2000 UTC (9 years, 10 months ago) by dgaudet
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 45620 byte(s)
Diff to previous 84407 (colored) , to selected 730918 (colored)
time overhaul:

- ap_time_t is a 64-bit scalar, microseconds since epoch
- ap_exploded_time_t corresponds to struct tm with a few extras

probably broken on anything except linux.

Revision 84407 - (view) (annotate) - [select for diffs]
Modified Fri Jan 7 20:38:06 2000 UTC (9 years, 10 months ago) by rbb
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 45688 byte(s)
Diff to previous 84400 (colored) , to selected 730918 (colored)
Move some modules over to using ap_time_t instead of struct tm.

Revision 84400 - (view) (annotate) - [select for diffs]
Modified Thu Jan 6 19:19:39 2000 UTC (9 years, 10 months ago) by rbb
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 45560 byte(s)
Diff to previous 84397 (colored) , to selected 730918 (colored)
Next pass at the time functions.  This defines an ap_ansi_time_t which has
a specific format (seconds since 0:00:00 Jan 1, 1970).  I also renamed the
(get|set)_curtime functions to (get|set)ansitime.  This should make more
sense, and be a bit more intuitive.

Revision 84397 - (view) (annotate) - [select for diffs]
Modified Thu Jan 6 14:43:41 2000 UTC (9 years, 10 months ago) by rbb
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 45559 byte(s)
Diff to previous 84393 (colored) , to selected 730918 (colored)
Separate the stat structure from the file structure and use ap_stat and
ap_getfileinfo in apache.

Revision 84393 - (view) (annotate) - [select for diffs]
Modified Tue Jan 4 19:01:04 2000 UTC (9 years, 10 months ago) by rbb
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 45523 byte(s)
Diff to previous 84147 (colored) , to selected 730918 (colored)
Initialize all ap_file_t's to NULL.  This allows ap_open and ap_stat to
work together without causing memory leaks.

Revision 84147 - (view) (annotate) - [select for diffs]
Modified Tue Nov 23 13:47:01 1999 UTC (10 years ago) by rbb
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 45509 byte(s)
Diff to previous 84111 (colored) , to selected 730918 (colored)
Update some dependancies.  Move the final two files out of apr/inc and into
apr/include.  Basically just finish some cleanup from some changes I've
been making over the last two days.

Revision 84111 - (view) (annotate) - [select for diffs]
Modified Tue Nov 9 03:41:11 1999 UTC (10 years ago) by stoddard
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 45505 byte(s)
Diff to previous 84032 (colored) , to selected 730918 (colored)
mod_autoindex has a small bug when calling ap_readdir. This was
causing empty indexes to be created. The following patch fixes
this problem
Submitted by:	Paul Reder
Reviewed by:	Bill Stoddard

Revision 84032 - (view) (annotate) - [select for diffs]
Modified Sun Oct 24 19:24:13 1999 UTC (10 years, 1 month ago) by ben
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 45490 byte(s)
Diff to previous 84007 (colored) , to selected 730918 (colored)
Size rigour.

Revision 84007 - (view) (annotate) - [select for diffs]
Modified Wed Oct 20 12:50:12 1999 UTC (10 years, 1 month ago) by rbb
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 45460 byte(s)
Diff to previous 83996 (colored) , to selected 730918 (colored)
Add a status value to ap_log_error and ap_log_rerror.  This allows us to use
apr_status codes in our error logs.  The main advantage of this, is portable
error codes.  Now, Windows will finally be able to use errno!

Revision 83996 - (view) (annotate) - [select for diffs]
Modified Thu Oct 14 14:36:49 1999 UTC (10 years, 1 month ago) by rbb
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 45414 byte(s)
Diff to previous 83970 (colored) , to selected 730918 (colored)
I missed one function when swapping paramters.  This fixes it.  I think I
have caught them all this time.  I really hope this is the final time I have
to swap parameters.

Revision 83970 - (view) (annotate) - [select for diffs]
Modified Mon Oct 11 22:40:18 1999 UTC (10 years, 1 month ago) by martin
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 45414 byte(s)
Diff to previous 83937 (colored) , to selected 730918 (colored)
Remove most of the annoying "re ap_context_t mplement" mis-replacements
by what I think is their real meaning. Guys, I didn't verify all of this,
please have a close look at my "fixes". Thanks.

Revision 83937 - (view) (annotate) - [select for diffs]
Modified Wed Oct 6 23:04:16 1999 UTC (10 years, 1 month ago) by rbb
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 45440 byte(s)
Diff to previous 83927 (colored) , to selected 730918 (colored)
Bring file_io up to the new parameter order for APR.  I have decided to do
these on a directory by directory basis for the rest of APR.  I hope to
cause fewer problems for other developers by doing it this way.

Revision 83927 - (view) (annotate) - [select for diffs]
Modified Mon Oct 4 16:38:16 1999 UTC (10 years, 1 month ago) by rbb
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 45440 byte(s)
Diff to previous 83901 (colored) , to selected 730918 (colored)
First patch to re-order function parameters.  This one gets the low hanging
fruit, and moves most of the result parameters to the first argument.
Future patches in this series will move the rest of the result parameters
to the beginning of the list, and will move the context's to the end of the
list

Revision 83901 - (view) (annotate) - [select for diffs]
Modified Tue Sep 14 13:37:45 1999 UTC (10 years, 2 months ago) by rbb
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 45440 byte(s)
Diff to previous 83879 (colored) , to selected 730918 (colored)
A change to how APR uses user data.  Now, user data is a linked list that
is retreivable using a char string.  Basically, you provide a string that
will be used as a key when you store the data.  If the key was used before,
we will overwrite the old data.  When you want to retreive your data, pass
in the same key, and we will find the data you care about.  This also makes
it harder to put user data in when creating a context, so that option has
disappeared.  It is also impossible to inherit user data from parent contexts.
This option may be added in later.  I will be documenting this VERY soon.

Revision 83879 - (view) (annotate) - [select for diffs]
Modified Wed Sep 8 14:15:55 1999 UTC (10 years, 2 months ago) by rbb
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 45446 byte(s)
Diff to previous 83852 (colored) , to selected 730918 (colored)
Remove all of the calls to functions like "ap_popenf".  These functions were
moved down to APR, but they are being removed.  They are not portable, and
were only moved down for backwards compatability.  With this change, they can
be safely removed, which is the next commit on it's way.
Submitted by:  Ryan Bloom and Paul Reder

Revision 83852 - (view) (annotate) - [select for diffs]
Modified Tue Aug 31 05:35:52 1999 UTC (10 years, 3 months ago) by rbb
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 45199 byte(s)
Diff to previous 83788 (colored) , to selected 730918 (colored)
Changed pools to contexts.  Tested with prefork and pthread mpm's.  I'll
check this out tomorrow and make sure everything was checked in correctly.

Revision 83788 - (view) (annotate) - [select for diffs]
Modified Thu Aug 26 17:17:22 1999 UTC (10 years, 3 months ago) by fielding
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 45081 byte(s)
Diff to previous 83786 (colored) , to selected 730918 (colored)
Remove timeouts as part of pthreads changes.

Submitted by:	Bill Stoddard

Revision 83786 - (view) (annotate) - [select for diffs]
Modified Thu Aug 26 17:09:12 1999 UTC (10 years, 3 months ago) by fielding
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 45140 byte(s)
Diff to previous 83751 (colored) , to selected 730918 (colored)
Start to implement module-defined hooks that are a) fast and b) typesafe.
Replace pre_connection module call with a register_hook call and
implement pre_connection as a hook. The intent is that these hooks will
be extended to allow Apache to be multi-protocol, and also to allow the
calling order to be specified on a per-hook/per-module basis.  [Ben Laurie]

Port a bunch of modules to the new module structure.
["Michael H. Voase" <mvoase@midcoast.com.au>]

Submitted by:   Ben Laurie

Revision 83751 - (view) (annotate) - [select for diffs]
Added Tue Aug 24 06:55:44 1999 UTC (10 years, 3 months ago) by fielding
Original Path: httpd/httpd/trunk/modules/generators/mod_autoindex.c
File length: 45473 byte(s)
Diff to selected 730918 (colored)
Apache 1.3.9 baseline for the Apache 2.0 repository.

Obtained from: Apache 1.3.9 (minus unused files), tag APACHE_1_3_9
Submitted by: Apache Group

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2