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>2018-06-19 22:29:26 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2018-06-19 22:29:26 +0300
commit305934b3c3b97e476e018ca6a210df923ad5546a (patch)
tree3811433fd30c565c6bc15947d3f2da4b56b55740 /Readme.md
parent5854802f283de2b9c5026ea1a905ffdde1b09034 (diff)
Did a bit more work on trying to get the single file header edition working. Fair bit left to go on it I'd say.
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/Readme.md b/Readme.md
index 74bf5d8a..ccbd90ff 100644
--- a/Readme.md
+++ b/Readme.md
@@ -19,8 +19,7 @@ Tarballs of source and prebuilt binaries for Linux x64, MacOS x64 and Windows x6
- [x] Make lazy the stat fetch during file/dir open.
- [x] Implement SG14 `status_code` as a standalone library and test in AFIO.
- [x] Single include generation now we're on `status_code` and it's safe.
-- [ ] Implement `SIGBUS`/`EXCEPTION_IN_PAGE_ERROR` RAII catcher.
- - Is `io_service` reference counting the signal handler install?
+- [x] Implement `SIGBUS`/`EXCEPTION_IN_PAGE_ERROR` RAII catcher.
- [ ] `atomic_append` isn't actually being tested in shared_fs_mutex
- [ ] Implement a non-toy ACID key-value BLOB store and send it to Boost for peer review.
- [ ] For this need to implement a file-based B+ tree. And for that, need to