cvs commit: apache-2.0/src/lib/apr/file_io/win32 filestat.c

2000-02-01 Thread stoddard
stoddard00/01/31 16:15:13 Modified:src/lib/apr/file_io/win32 filestat.c Log: Reimplement ap_stat using native Windows calls. This is good for a 10% performance boost serving a 500 byte static file. Revision ChangesPath 1.6 +66 -7

cvs commit: apache-2.0/src/lib/apr/file_io/win32 filestat.c

2000-01-17 Thread stoddard
stoddard00/01/17 15:34:40 Modified:src/lib/apr/file_io/win32 filestat.c Log: Port Ryan's fix to return errno to the Windows side of the house. Both functions need to be implemented as Windows native calls. And shouldn't ap_getfileinfo() be renamed to ap_fstat()? Revision