dreid 00/02/10 05:24:15
Modified:src/main util.c
src/modules/standard mod_autoindex.c mod_log_config.c
Log:
Small changes to remove some compiler complaints.
Revision ChangesPath
1.30 +1 -1 apache-2.0/src/main/util.c
Index: util.c
===
Thanks for doing the work, I'll look at the Unix impl now.
Ryan
> 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.
bjh 00/01/10 07:35:53
Modified:src/lib/apr/file_io/os2 fileacc.c filedup.c fileio.h
filestat.c open.c readwrite.c seek.c
src/lib/apr/file_io/unix fileacc.c filestat.c
src/lib/apr/include apr_file_io.h
src/main http_
dgaudet 00/01/08 21:18:34
Modified:src modules.c
src/include http_protocol.h http_request.h httpd.h
util_date.h
src/lib/apr/file_io/unix filestat.c
src/lib/apr/include apr_file_io.h apr_time.h
src/li
rbb 00/01/07 12:38:15
Modified:src/modules/standard mod_autoindex.c mod_rewrite.c
mod_usertrack.c
Log:
Move some modules over to using ap_time_t instead of struct tm.
Revision ChangesPath
1.18 +6 -3 apache-2.0/src/modules/standard/mod
rbb 00/01/06 11:19:42
Modified:src/lib/apr/file_io/unix filestat.c
src/lib/apr/include apr_time.h
src/lib/apr/test testtime.c
src/lib/apr/time/unix access.c
src/modules/standard mod_autoindex.c mod_expires.c
stoddard99/11/08 19:41:15
Modified:src/modules/standard mod_autoindex.c
Log:
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
R
ben 99/10/24 12:24:16
Modified:src/include util_script.h
src/lib/apr/file_io/unix readwrite.c
src/main buff.c http_protocol.c rfc1413.c util_script.c
src/modules/standard mod_autoindex.c mod_log_config.c
Log:
Size rigour.
Revision