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-07 22:42:47 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2018-06-07 22:42:47 +0300
commitd90d68f80799f036e1a8270d0637f079d3a2bb71 (patch)
tree1d5733bf7155435247dc8d20ab2635b94500a497 /Readme.md
parenta36490c2e5cfdeedb65bf82bed40e3de28caf557 (diff)
Tried getting the single header edition pruned down to a reasonable size, failed.
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/Readme.md b/Readme.md
index c68d3488..af12e391 100644
--- a/Readme.md
+++ b/Readme.md
@@ -17,8 +17,10 @@ Tarballs of source and prebuilt binaries for Linux x64, MacOS x64 and Windows x6
- [x] Fix all known bugs in Outcome, plus reorg source code in prep for `status_code`.
- [x] Scatter-gather buffers to use https://github.com/martinmoene/byte-lite
- [x] Make lazy the stat fetch during file/dir open.
-- [ ] Implement SG14 `status_code` as a standalone library and test in AFIO.
-- [ ] Single include generation now we're on `status_code` and it's safe.
+- [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?
- [ ] `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