wrowe 00/11/10 07:19:53
Modified:src/lib/apr/file_io/unix filestat.c
src/lib/apr/include apr_file_io.h
Log:
Teaching new dogs old tricks... apr_stat must behave and never change
its finfo* argument if it fails... apr_stat/Unix must check the ENOENT
and ENOT
rbb 00/11/04 22:09:10
Modified:src/lib/apr/include apr_file_io.h
Log:
Fix a bit of docs with the new pipe timeout code.
Submitted by: Chris Pepper <[EMAIL PROTECTED]>
Revision ChangesPath
1.70 +2 -3 apache-2.0/src/lib/apr/include/apr_file_io.h
Index:
rbb 00/11/04 08:34:51
Modified:src CHANGES
src/ap ap_buckets_pipe.c
src/lib/apr/file_io/unix pipe.c
src/lib/apr/include apr_file_io.h
Log:
Make non-blocking reads from pipes work through the bucket interface.
Revision Chan