0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-29 23:16:30 +01:00
nodejs/deps/libeio/Changes

13 lines
350 B
Plaintext
Raw Normal View History

2009-04-03 13:43:03 +02:00
Revision history for libeio
TODO: maybe add mincore support? available on at leats darwin, solaris, linux, freebsd
1.0
- added EIO_STACKSIZE.
2009-04-03 13:43:03 +02:00
- 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.