cvs commit: apache-1.3/src/modules/standard mod_autoindex.c

1999-12-01 Thread coar
coar99/12/01 12:34:18 Modified:htdocs/manual/mod mod_autoindex.html src CHANGES src/modules/standard mod_autoindex.c Log: Add a FoldersFirst keyword to the IndexOptions directive, which causes subdirectories to always appear first

cvs commit: apache-1.3/src/modules/standard mod_autoindex.c

1999-12-01 Thread coar
coar99/12/01 14:10:50 Modified:htdocs/manual/mod mod_autoindex.html src CHANGES src/modules/standard mod_autoindex.c Log: Add the long-awaited IndexOptions DescriptionWidth keyword. It was waiting for a way to avoid breaking HTML

cvs commit: apache-1.3/src/modules/standard mod_autoindex.c

1999-06-04 Thread coar
coar99/06/04 11:30:37 Modified:.STATUS src CHANGES src/include ap_mmn.h httpd.h src/main util.c src/modules/standard mod_autoindex.c Log: mod_autoindex was only checking for exact matches of text/html

cvs commit: apache-1.3/src/modules/standard mod_autoindex.c mod_include.c

1999-05-13 Thread coar
coar99/05/13 11:25:59 Modified:htdocs/manual/mod mod_autoindex.html src CHANGES src/modules/standard mod_autoindex.c mod_include.c Log: Someone finally stood up and made the ReadmeName and HeaderName features use subrequests. Not

cvs commit: apache-1.3/src/modules/standard mod_autoindex.c

1999-05-03 Thread coar
coar99/05/03 12:05:19 Modified:src CHANGES src/modules/standard mod_autoindex.c Log: Rip loose another piece of mod_autoindex's configuration hairball, breaking the description handling free from the path/filename paradigm used for most

cvs commit: apache-1.3/src/modules/standard mod_autoindex.c

1999-05-03 Thread coar
coar99/05/03 13:48:44 Modified:src/modules/standard mod_autoindex.c Log: Improve the filename pattern matching so that we only do wildcard processing when we must, and simple scanning when we can. Revision ChangesPath 1.106 +49 -13

cvs commit: apache-1.3/src/modules/standard mod_autoindex.c

1999-05-01 Thread dgaudet
dgaudet 99/05/01 10:13:05 Modified:src/modules/standard mod_autoindex.c Log: fix a slight problem with my recent fix to mod_autoindex Submitted by: Raymond S Brand [EMAIL PROTECTED] Revision ChangesPath 1.104 +2 -2

cvs commit: apache-1.3/src/modules/standard mod_autoindex.c

1999-04-21 Thread dgaudet
dgaudet 99/04/20 19:00:57 Modified:src CHANGES src/modules/standard mod_autoindex.c Log: we don't need padding when we're not doing fancyindexing PR: 3770 Submitted by: [EMAIL PROTECTED] Revision ChangesPath 1.1318+3 -0

cvs commit: apache-1.3/src/modules/standard mod_autoindex.c

1999-01-04 Thread coar
coar99/01/04 06:35:56 Modified:.STATUS htdocs/manual/mod mod_autoindex.html src CHANGES src/modules/standard mod_autoindex.c Log: Allow fancyindexed directories to be presorted in some other way than by

cvs commit: apache-1.3/src/modules/standard mod_autoindex.c

1999-01-04 Thread coar
coar99/01/04 11:49:46 Modified:src CHANGES src/modules/standard mod_autoindex.c Log: Fix mod_autoindex's handling of SuppressColumnSorting; the display order could be manually overridden by putting the appropriate query string into the

cvs commit: apache-1.3/src/modules/standard mod_autoindex.c

1998-10-28 Thread martin
martin 98/10/28 11:34:00 Modified:src CHANGES src/modules/standard mod_autoindex.c Log: For files where the last modified time stamp was unavailable (e.g., broken symlinks), an empty string was printed which was 2 bytes short. The size and description

cvs commit: apache-1.3/src/modules/standard mod_autoindex.c

1998-10-17 Thread coar
coar98/10/17 07:17:11 Modified:src CHANGES src/modules/standard mod_autoindex.c Log: IndexOptions NameWidth was not getting inherited properly by directories that had mod_autoindex directives in the .htaccess but no actual IndexOptions

cvs commit: apache-1.3/src/modules/standard mod_autoindex.c

1998-10-04 Thread marc
marc98/10/03 23:13:19 Modified:src CHANGES src/modules/standard mod_autoindex.c Log: Fix mod_autoindex bug where directories got a size of 0k instead of -. This was introduced by a bogus cleanup in rev 1.31; -1 was changed to 0 to avoid storing -1 in a

cvs commit: apache-1.3/src/modules/standard mod_autoindex.c

1998-10-02 Thread coar
coar98/10/02 14:35:40 Modified:htdocs/manual/mod mod_autoindex.html src/modules/standard mod_autoindex.c Log: Back off a portion of the incremental-IndexOptions patch; unprefixed keywords should clear all inherited options and start setting

cvs commit: apache-1.3/src/modules/standard mod_autoindex.c

1998-09-24 Thread coar
coar98/09/24 03:41:56 Modified:src/modules/standard mod_autoindex.c Log: Oops. Logical NOT used instead of bitwise. Submitted by: Ben Yoshino [EMAIL PROTECTED] Reviewed by: Ken Coar Revision ChangesPath 1.92 +1 -1

cvs commit: apache-1.3/src/modules/standard mod_autoindex.c

1998-09-24 Thread coar
coar98/09/24 08:53:41 Modified:src/modules/standard mod_autoindex.c Log: mod_autoindex wasn't inheriting options from parent directories properly; the use of any other mod_autoindex directives in a .htaccess that didn't also include IndexOptions would wipe

cvs commit: apache-1.3/src/modules/standard mod_autoindex.c

1998-09-02 Thread coar
coar98/09/02 14:04:43 Modified:htdocs/manual/mod mod_autoindex.html src CHANGES src/modules/standard mod_autoindex.c Log: Update the filname column width-sizing piece of mod_autoindex so that it's customisable with a NameLength

cvs commit: apache-1.3/src/modules/standard mod_autoindex.c

1998-08-31 Thread coar
coar98/08/30 18:18:55 Modified:htdocs/manual new_features_1_3.html upgrading_to_1_3.html htdocs/manual/mod mod_autoindex.html src CHANGES src/modules/standard mod_autoindex.c Log: Clean up mod_autoindex's storage of the

cvs commit: apache-1.3/src/modules/standard mod_autoindex.c

1998-08-29 Thread martin
martin 98/08/29 11:27:11 Modified:src/modules/standard mod_autoindex.c Log: Make configuration parsing for IconWidth/Height somewhat easier and more robust. Previously, the IconWidth/IconHeight directives were not checked correctly (e.g., IconWidthFailsToDetectThis=10 would

cvs commit: apache-1.3/src/modules/standard mod_autoindex.c

1998-08-22 Thread dgaudet
dgaudet 98/08/21 23:57:17 Modified:src CHANGES src/modules/standard mod_autoindex.c Log: dynamincally size the filename column Reviewed by: Martin Kraemer Revision ChangesPath 1.1031+3 -0 apache-1.3/src/CHANGES Index: CHANGES

cvs commit: apache-1.3/src/modules/standard mod_autoindex.c

1998-07-07 Thread dgaudet
dgaudet 98/07/06 21:54:05 Modified:src/modules/standard mod_autoindex.c Log: - fix a gcc -Wall warning in dsortf() (Ken you should be using -Wall) - remove unnecessary complexity and verbiage (backport dsortf from apache-nspr) Revision ChangesPath 1.85 +21 -74

cvs commit: apache-1.3/src/modules/standard mod_autoindex.c

1998-06-19 Thread coar
coar98/06/19 06:31:31 Modified:src CHANGES src/modules/standard mod_autoindex.c Log: IndexIgnore was looking for an exact match of the filename against the pattern, even though on Win32 README.html, Readme.html, and readme.html are all

cvs commit: apache-1.3/src/modules/standard mod_autoindex.c

1998-06-16 Thread brian
brian 98/06/15 20:40:13 Modified:src/modules/standard mod_autoindex.c Log: shut up gcc's warning. Revision ChangesPath 1.82 +1 -1 apache-1.3/src/modules/standard/mod_autoindex.c Index: mod_autoindex.c

cvs commit: apache-1.3/src/modules/standard mod_autoindex.c

1998-06-12 Thread coar
coar98/06/12 04:20:57 Modified:src/modules/standard mod_autoindex.c Log: Style-guide cleanups. Revision ChangesPath 1.78 +175 -122 apache-1.3/src/modules/standard/mod_autoindex.c Index: mod_autoindex.c

cvs commit: apache-1.3/src/modules/standard mod_autoindex.c

1998-06-12 Thread coar
coar98/06/12 08:53:26 Modified:src CHANGES src/modules/standard mod_autoindex.c Log: I've been meaning to clean up these integer-as-string comparisons for a while, and encountered the misplacement of the parent directory entry during

cvs commit: apache-1.3/src/modules/standard mod_autoindex.c

1998-06-12 Thread dgaudet
dgaudet 98/06/12 10:42:43 Modified:src/modules/standard mod_autoindex.c Log: - It's not possible for name to be NULL. - It's not necessary to test name[0] == 0 because the next if will fail in that event anyhow. Ditto for name[1] == 0. Revision ChangesPath 1.80

cvs commit: apache-1.3/src/modules/standard mod_autoindex.c

1998-05-16 Thread ben
ben 98/05/16 14:11:17 Modified:src CHANGES src/modules/standard mod_autoindex.c Log: Fix conversion of time -1. Revision ChangesPath 1.850 +3 -0 apache-1.3/src/CHANGES Index: CHANGES

cvs commit: apache-1.3/src/modules/standard mod_autoindex.c

1998-05-03 Thread jim
jim 98/05/03 09:46:50 Modified:.STATUS src CHANGES src/modules/standard mod_autoindex.c Log: PR: 2112 Submitted by: Jim Jagielski Reviewed by: Dean Gaudet, Ralf Engelschall Revision ChangesPath 1.354 +1 -5

cvs commit: apache-1.3/src/modules/standard mod_autoindex.c

1998-03-06 Thread dgaudet
dgaudet 98/03/05 20:25:46 Modified:src/modules/standard mod_autoindex.c Log: indent Revision ChangesPath 1.69 +2 -2 apache-1.3/src/modules/standard/mod_autoindex.c Index: mod_autoindex.c ===

cvs commit: apache-1.3/src/modules/standard mod_autoindex.c mod_mime.c mod_negotiation.c

1998-02-12 Thread dgaudet
dgaudet 98/02/11 17:09:47 Modified:src CHANGES src/modules/standard mod_autoindex.c mod_mime.c mod_negotiation.c Log: Old clients really don't want to see Content-Encoding: gzip. So now we preserve the encoding given by the AddEncoding

cvs commit: apache-1.3/src/modules/standard mod_autoindex.c mod_negotiation.c

1998-02-12 Thread dgaudet
dgaudet 98/02/11 18:18:45 Modified:src/ap ap_snprintf.c src/helpers dummy.c src/main fnmatch.c http_core.c src/modules/standard mod_autoindex.c mod_negotiation.c Log: Clean up gcc 2.8.0 -Wall warnings... so we don't have to deal with