rbb 99/08/16 12:10:20
Modified:apr/file_io/unix filedup.c fileio.h open.c readwrite.c
seek.c
Log:
Get the buffered file I/O stuff in APR for unix finally. This has been on
my TODO list for a while, but it's off now.
Revision ChangesPath
1.16
rbb 99/04/23 05:45:33
Modified:docs fileio.txt
include apr_file_io.h
apr/file_io/unix filedup.c
Log:
Removing patch for pushfile function. It isn't portable, and it isn't needed.
Oh well, a stupid mistake, but easily fixable.
Revision C
rbb 99/04/22 12:20:59
Modified:docs fileio.txt
include apr_file_io.h
apr/file_io/unix filedup.c
Log:
A new file function to allow me to specify a file descriptor to be put into
an apr_file. I am still trying to figure out if this needs to be
rbb 99/04/12 08:25:53
Modified:apr/file_io/unix filedup.c
Log:
compiler didn't catch these last time I made them, or at least I missed it,
but
this commit will actually let the duplicate file function work.
Revision ChangesPath
1.3 +2 -2 apache-apr/apr/f
rbb 99/04/12 08:06:35
Modified:apr/file_io/unix filedup.c
Log:
Modified duplicatefile so we can close the original file after duplicating
without affecting the new file.
Submitted by: Brian Havard
Revision ChangesPath
1.2 +2 -2 apache-apr/apr/file_io/un
rbb 99/02/25 13:33:46
Modified:apr/file_io/unix Makefile open.c
Added: apr/file_io/unix filedup.c filestat.c
Log:
Added logic to copy apr file descriptos, and get stat information for
files.
Revision ChangesPath
1.3 +4 -3 apache-apr/apr/file_io/un