mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 16:10:02 +01:00
1df6d61208
64kb seems to be the magic number for getaddrinfo() to work on Macintosh.
20 lines
708 B
Plaintext
20 lines
708 B
Plaintext
Revision history for libeio
|
|
|
|
TODO: maybe add mincore support? available on at leats darwin, solaris, linux, freebsd
|
|
|
|
1.0
|
|
- 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.
|
|
|