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
AgeCommit message (Collapse)Author
2018-07-06More afio => llfioNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-07-03Lots more afio => llfio renamingNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-05-27Use new POSIX-delete syscall when on Windows 10 1709 or later.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
Rename unlink_on_close to unlink_on_first_close.
2018-04-11Convert AFIO over to use std::byte for buffers instead of char.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-04-08Replace single buffer convenience overloads of read() and write() with ↵Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
initialiser list ones instead. Make an example of use cases, and use those snippets in the docs
2017-11-27Reworked the failure reporting in AFIO to use Outcome's fancy new payload ↵Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
adapting E types with custom lazy exception throw synthesis. Works very nicely, and is a big improvement.
2017-09-26Fixed racy hang in coroutines unit test.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-09-26Implemented refactor of async_file_handle on POSIX.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
Reenabled Coroutines TS support which is now working very nicely.
2017-09-25wip Replacing async_file_handle's i/o routines with ABI stable editions whichNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
optionally don't allocate memory. Working on Windows, POSIX still to do.
2017-09-23Add docs for io_service and async_file_handle. Thanks to @jamboree for ↵Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
reminding me to do this.
2017-09-13Reworked Coroutines TS support so i/o is initiated immediately, not on co_await.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
Refreshed the free functions.
2017-09-13Theoretically async_file_handle now supports the Coroutines TS. I have no ↵Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
way of testing it until MSVC stops ICEing on AFIO (VS2017 15.5 they say)