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 (Expand)Author
2019-05-08Add VS2019 support, improve discard() support on older Windows, support Outco...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
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)
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 initia...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-11-27Reworked the failure reporting in AFIO to use Outcome's fancy new payload ada...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
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)
2017-09-25wip Replacing async_file_handle's i/o routines with ABI stable editions whichNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-09-23Add docs for io_service and async_file_handle. Thanks to @jamboree for remind...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
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)
2017-09-13Theoretically async_file_handle now supports the Coroutines TS. I have no way...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)