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
2021-03-15Fix inability to open directory junctions on Windows using `symlink_handle` (...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-07-09symlink_handle was completely broken on Linux if you specified a base directo...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-06-22Check for self-move in every move assignment operator.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-04-13Add the beginnings of porting over the Win IOCP implementation from the resum...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-03-18Builds once again on MacOS, but tests do not currently passNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-01-09Rename random_*() handle constructors to uniquely_named_*(), as per LEWG-I fe...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-01-07Rename parameterised clone() to reopen(), as per LEWG-I guidance.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-10-18Fix minor warnings.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-10-17Lots of changes to support latest WG21 SG14 status code, as the erased code i...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-09-03Add a CI test checking for non-inline symbols in the header only build.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-08-24Reworked directory_handle to use same io_request and read() pattern as all th...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-08-14symlink_handle is finished and fully working on POSIX.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-08-01Add preliminary symlink_handle implementation for POSIX.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-07-24i/o buffers now work as if they were span<byte>.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)