--- libeio/Changes 2011/06/29 10:32:55 1.32 +++ libeio/Changes 2011/07/14 18:30:09 1.38 @@ -6,7 +6,10 @@ TODO: make mtouch/readdir maybe others cancellable in-request TODO: fadvise request 1.0 + - fix a deadlock where a wakeup signal could be missed when + a timeout occured at the same time. - use nonstandard but maybe-working-on-bsd fork technique. + - use fewer time() syscalls when waiting for new requests. - fix a path-memory-leak in readdir when using the wrappers (reported by Thomas L. Shinnick). - support a max_idle value of 0. @@ -49,4 +52,8 @@ large transfers, using a heuristic. - use libecb, and apply lots of minor space optimisations. - disable sendfile on darwin, broken as everything else. + - add realpath request and implementation. + - cancelled requests will still invoke their request callbacks. + - add fallocate. + - do not acquire any locks when forking.