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-16more wipNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-03-16Implement dynamic_thread_pool_group::io_aware_work_item.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-03-16Add statfs_t::f_iosinprogress and statfs_t::f_ioswaittime whichNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-02-15Port LLFIO to latest Outcome, whose TRY operation now uses value semantics fo...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-02-02Fix lots of warnings on x86 windows.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-10-08Long, long round of refactoring path_view to match latest P1030 draft normati...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-09-05Fix a bug in map_handle on Windows where under the last commit, NtUnmapViewOf...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-07-16Trap passing a non-writable handle into file_handle::clone_extents_to().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-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-06-01Convert to latest Outcome v2.2 TRY operator.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-04Fix race in section_handle singleton name generation on Windows.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-07Replace scoped_undo with a C++ 20 <scope> implementation.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-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-10-07Rebase wip branch onto develop branch.Niall 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)
2019-09-19creation::always_new now passing all tests on Windows as well.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-09-18Implement #34 Rename mode::truncate to truncate_existing, add mode::always_newNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-09-09Add flag::win_create_case_sensitive_directory and a program testing what code...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-06-13Rename fsyncs to barriers, as per P1031R2.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)
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)