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-10-17Lots of changes to support latest WG21 SG14 status code, as the erased code ↵Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
is now move-only, which in turn requires the async i/o completion handlers to all use rvalue refs instead of lvalue refs. This helped find and fix a fair few inefficient corner cases along the way, which is great.
2018-08-26Fix stack corruption bug in the convenience read() and write() initialiser ↵Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
list based overloads.
2018-08-24Reworked directory_handle to use same io_request and read() pattern as all ↵Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
the other handles.
2018-07-11Finished renaming all AFIO => LLFIO, I think at least.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-07-03Rename afio to llfio part 1 of manyNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)