ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libeio/Changes
(Generate patch)

Comparing libeio/Changes (file contents):
Revision 1.46 by root, Tue Mar 27 18:54:45 2012 UTC vs.
Revision 1.52 by root, Thu May 9 03:03:24 2013 UTC

65 - fix memory leak when reaping threads. 65 - fix memory leak when reaping threads.
66 - use utime now uses nanosecond resolution on posix 2008 systems. 66 - use utime now uses nanosecond resolution on posix 2008 systems.
67 - allow taking advantage of posix 2008 xxxat functions and fdopendir 67 - allow taking advantage of posix 2008 xxxat functions and fdopendir
68 by implementing a working directory abstraction. 68 by implementing a working directory abstraction.
69 - make readahead emulation behave more like actual readahead by never failing. 69 - make readahead emulation behave more like actual readahead by never failing.
70 - added EIO_LSEEK (untested).
71 - added EIO_FALLOC_FL_PUNCH_HOLE.
72 - wtf. etp_proc returned 0, and no compiler ever complained.
73 - remove pread/pwrite emulation, as the only system that lacked them
74 (cygwin) provides them for a while now.
75 - provide pread/pwrite implementations for win32.
76 - implement aio_realpath for windows.
70 77

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines