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

Comparing libeio/Changes (file contents):
Revision 1.55 by root, Tue Feb 23 19:42:44 2016 UTC vs.
Revision 1.60 by root, Sat Jan 6 01:04:43 2018 UTC

75 (cygwin) provides them for a while now. 75 (cygwin) provides them for a while now.
76 - provide pread/pwrite implementations for win32. 76 - provide pread/pwrite implementations for win32.
77 - implement aio_realpath for windows. 77 - implement aio_realpath for windows.
78 - add EIO_FALLOC_FL_COLLAPSE_RANGE and EIO_FALLOC_FL_ZERO_RANGE. 78 - add EIO_FALLOC_FL_COLLAPSE_RANGE and EIO_FALLOC_FL_ZERO_RANGE.
79 - add EIO_FCNTL, EIO_IOCTL. 79 - add EIO_FCNTL, EIO_IOCTL.
80 - try to use SYMBOLIC_LINK_FLAG_ALLOW_UNPRIVILEGED_CREATE when creating
81 symlinks on windows.
82 - support a minimum of EIO_PATH_MIN (default: 8160) as PATH_MAX (including
83 trailing 0 byte) in readlink, realpath etc.
84 - generate ENAMETOOLONG if readlink overflow is detected.
85 - implement support for renameat2, and corresponding flags.
86 - add EIO_FALLOC_FL_INSERT_RANGE and EIO_FALLOC_FL_UNSHARE_RANGE.
87 - use posix_close if available or needed.
88 - save errno around close in ftruncateat, fstatvfsat and EIO_CLOSE.
89 - add EIO_SLURP convenience request.
90 - update configure.ac for newer autoconf/automake.
80 91
92

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines