Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2017-08-03 15:05:22 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2017-08-03 15:05:22 +0300
commit7097eb9dd2b9fbd52c702e4dd4b19c0f01a0e0dc (patch)
tree6b912e524a43a7704e7bec13ab77d0a5a91a36d2 /release_notes.md
parent8329870c9634d3baadb7ed19db5d248b8e2281df (diff)
Made construction of all the handle types constexpr now path is no longer stored.
Diffstat (limited to 'release_notes.md')
-rw-r--r--release_notes.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/release_notes.md b/release_notes.md
index c640ec3d..2b7407d7 100644
--- a/release_notes.md
+++ b/release_notes.md
@@ -87,8 +87,6 @@ Todo:
| | ✔ | | NT kernel path support (32,768 path limit).
| ✔ | ✔ | ✔ | Synchronous universal scatter-gather i/o.
| ✔ (POSIX AIO support) | ✔ | ✔ | Asynchronous universal scatter-gather i/o.
-| | | | BSD and OS X kqueues optimised `io_service`
-| ✔ | | | Linux KAIO support for native async `O_DIRECT` i/o
| ✔ | ✔ | ✔ | i/o deadlines and cancellation.
| | ✔ | ✔ | Retrieving and setting the current maximum extent (size) of an open file.
| | ✔ | ✔ | Retrieving the current path of an open file irrespective of where it has been renamed to by third parties.
@@ -109,6 +107,9 @@ Todo:
| --------- | --------| ----- | --- |
| | | | Directory handles and very fast directory enumeration ported over from AFIO v1.
| ✔ | | | Extended attributes support.
+| ✔ | | | Coroutines TS integration for `async_file_handle`. Use example: https://gist.github.com/anonymous/a67ba4695c223a905ff108ed8b9a342f
+| | | | BSD and OS X kqueues optimised `io_service`
+| ✔ | | | Linux KAIO support for native async `O_DIRECT` i/o
| | | | Reliable directory hierarchy deletion algorithm.
| | | | Reliable directory hierarchy copy algorithm.
| ✔ | | | Reliable directory hierarchy update (two and three way) algorithm.