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
2018-07-03Rename afio to llfio part 1 of manyNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-04-23Make errc AFIO namespace definedNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-04-14Rename file_handle::length() to maximum_extent()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)
2017-12-15More delintNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-12-06Refactored POSIX mapped_file_handle to match Windows one. Not tested yet though.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-12-05Fix map_handle_create_close regression failure. Fix build breakage in program...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-12-04Fix regression from recent changes. All is green now on Windows, POSIX probab...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-09-20handle::clone() can now optionally reopen the handle with new privs. Thanks t...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-09-10Now fully working on POSIXNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-09-10Now clang 5.0 with its Coroutines TS is out, added Coroutines TS detection to...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-09-09mapped_file_handle looks to be working well on Windows.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-09-08Made a start on mapped_file_handleNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)