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

Comparing libeio/Changes (file contents):
Revision 1.57 by root, Tue Dec 27 09:58:44 2016 UTC vs.
Revision 1.60 by root, Sat Jan 6 01:04:43 2018 UTC

80 - try to use SYMBOLIC_LINK_FLAG_ALLOW_UNPRIVILEGED_CREATE when creating 80 - try to use SYMBOLIC_LINK_FLAG_ALLOW_UNPRIVILEGED_CREATE when creating
81 symlinks on windows. 81 symlinks on windows.
82 - support a minimum of EIO_PATH_MIN (default: 8160) as PATH_MAX (including 82 - support a minimum of EIO_PATH_MIN (default: 8160) as PATH_MAX (including
83 trailing 0 byte) in readlink, realpath etc. 83 trailing 0 byte) in readlink, realpath etc.
84 - generate ENAMETOOLONG if readlink overflow is detected. 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.
85 91
86 92

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines