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
2020-10-08Long, long round of refactoring path_view to match latest P1030 draft ↵Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
normative wording. Not done yet however, so this is a wip commit.
2020-07-03Fix perhaps the cause of appveyor failing.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-07-03Add lots of debug printing to try and figure out why travis is failing.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-07-02Fix bug in clone_extents_to() on POSIX.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-06-21Fix clone_extents() not working on Mac OS.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-06-21Shorten test time taken so CI passes again.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-06-13I *think* clone_extents is now debugged, at least on Windows anyway.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-06-11Weirdly, clone extents seems to be fully working this morning on POSIX, when ↵Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
it was not yesterday morning. Still, the randomised test is passing ...
2020-06-10wip implementation of file_handle::clone_extents() for POSIX. Not debugged yet.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-06-05wip more work on clone_extents. There is a late stage failure in the partial ↵Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
extents cloning test, round 29.
2020-06-04First working edition of file_handle::clone_extents(). This was a ↵Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
surprisingly hard function to write. Not implemented yet for POSIX. Also fixed a raft of bugs, such that on Windows the kernel caching and flags were not being stored in the handle during construction, and that mapped_file_handle::barrier_completed() caused a stack overflow.
2020-05-30Fix hang on Linux caused by statx implementation. Fix various compile ↵Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
failures on older compilers.
2020-05-29As I broke trunk last commit, push the wip files which fix trunk, even ↵Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
though they're not ready yet.