Sha256: 44fc7b24b359fac81cd28bed25be6d52bf1e148e5a19f9a0f472a9254dbbf59b

Contents?: true

Size: 1.92 KB

Versions: 1

Compression:

Stored size: 1.92 KB

Contents

Revision history for libeio

TODO: maybe add mincore support? available on at least darwin, solaris, linux, freebsd
TODO: openbsd requires stdint.h for intptr_t - why posix?

1.0
	- use nonstandard but maybe-working-on-bsd fork technique.
	- support a max_idle value of 0.
	- support setting of idle timeout value (eio_set_idle_timeout).
        - readdir: correctly handle malloc failures.
        - readdir: new flags argument, can return inode
          and possibly filetype, can sort in various ways.
        - readdir: stop immediately when cancelled, do
          not continue reading the directory.
        - fix return value of eio_sendfile_sync.
        - include sys/mman.h for msync.
	- added EIO_STACKSIZE.
	- added msync, mtouch support (untested).
        - added sync_file_range (untested).
        - fixed custom support.
        - use a more robust feed-add detection method.
	- "outbundled" from IO::AIO.
        - eio_set_max_polltime did not properly convert time to ticks.
        - tentatively support darwin in sendfile.
        - fix freebsd/darwin sendfile.
        - also use sendfile emulation for ENOTSUP and EOPNOTSUPP
          error codes.
        - add OS-independent EIO_MT_* and EIO_MS_* flag enums.
        - add eio_statvfs/eio_fstatvfs.
        - add eio_mlock/eio_mlockall and OS-independent MCL_* flag enums.
        - no longer set errno to 0 before making syscalls, this only lures
          people into the trap of believing errno shows success or failure.
        - "fix" demo.c so that it works as non-root.
        - suppoert utimes seperately from futimes, as some systems have
          utimes but not futimes.
        - use _POSIX_MEMLOCK_RANGE for mlock.
        - do not (errornously) overwrite CFLAGS in configure.ac.
        - mknod used int3 for dev_t (ยง2 bit), not offs (64 bit).
        - fix memory corruption in eio_readdirx for the flags
          combination EIO_READDIR_STAT_ORDER | EIO_READDIR_DIRS_FIRST.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
eio-0.1 ext/libeio/Changes