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-07-13On POSIX, non-atomic renames were losing path tracking. Also, renameat2() ↵Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
was never being used on Linux. Both fixed. Finally, stat_t now compares each member item individually, instead of using memcmp().
2020-07-09stat_t's default constructor was actually modifying bytes, which was hurting ↵Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
directory enumeration performance quite considerably. Sorry.
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-29Use statx, when available, on Linux. This gives us birthtimes on Linux at ↵Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
long last!
2018-08-28Add stat_t::stamp() for stamping metadata onto an open handle.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)