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-04-20Remove all remaining mentions of async_file_handle (issue #78).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-06-22Finally implement fs_handle::link().Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
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)
2020-06-04First working edition of file_handle::clone_extents(). This was a surprisingl...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-05-29As I broke trunk last commit, push the wip files which fix trunk, even though...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-05-08Did a bit of tuning of null_multiplexer, added results for Linux.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-04-09More progress on merging resumable_io branch.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-04-03WiP merge of parts of the resumable_io branch into develop branch.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-02-26Fix all remaining PCH introduced build issues.Niall 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-08path_view now matches MSVC's std::filesystem::path for UNC paths.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-01-08extents() now returns an extent_pair, as per LEWG-I guidance.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)
2019-11-26First compiling edition of pipe_handle, though on Windows the rename and unli...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-11-20Add the try_X(), try_X_for() and try_X_until() overloads requested by WG21.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-11-19Implemented the WG21 recommendations for making `file_handle` model `SharedMu...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-11-18As per WG21 guidance, moved byte range locking API out of io_handle, and into...developNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-09-25LLFIO is now make installable and cmake find_package()-able, which should imp...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-11-12Rename cached_parent_handle_adapter into handle_adapter/cached_parent.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-14symlink_handle is finished and fully working on POSIX.Niall 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)