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
2018-07-03Rename afio to llfio part 1 of manyNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-06-18Fix unguarded use of iostreams. Hopefully this will fix Linux Travis.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-06-08Add CI testing of both status_code and error_code editions of AFIO.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-06-07AFIO core library now compiles clean using experimental status_code, unit tes...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-05-27Use new POSIX-delete syscall when on Windows 10 1709 or later.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-04-23Make errc AFIO namespace definedNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-04-14Rename file_handle::length() to maximum_extent()Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-04-11Convert AFIO over to use std::byte for buffers instead of char.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-04-08Replace single buffer convenience overloads of read() and write() with initia...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-01-25First round of delinting Windows codepathsNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-01-25AFIO is finally completely delinted on POSIX. Only took a few months :). Tomo...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-01-22Another round of clang-tidy --fixesNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-12-15More delintNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-09-24Restore Visual Studio support. Many, many, many thanks to @jamboree for telli...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-09-01On Windows we could not open byte range locks on an append-only file, fixed.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-08-31Minor fixes.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-08-26ADL hooking erroneous results wasn't actually working quite right, now it is....Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-08-25Reenable the shared_fs_mutex testing on Travis as it might be working :)Niall Douglas
2017-08-24Added empty read and write latency tests.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-08-24Fix bug where we couldn't work with files in the root of a Windows drive.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-08-23Working once again on MSVC, albeit their internal unreleased version. Thanks ...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-08-23Added filesystem response time testing to storage_profile with various warm o...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-08-21Flush all modified data and drop filesystem caches before benchmarking storag...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-08-17Fixed storage_profile using non-aligned offsets in latency test.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-08-17Looks like the direct i/o storage_profile tests never actually worked :(Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-08-17Always join threads before reporting errors from them in storage_profileNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-08-17Add checking for i/o errors in storage_profile tests.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-08-17Change how quickccplib dependencies are found.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-08-11Fixed the miscalculation of QD16 latencies in storage_profile.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-08-11Added fs_handle::parent_path_handle()Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-08-10Added i/o latency benchmarking to storage_profileNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-07-27Significantly tightened up the trivial and layout requirements for the scatte...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-07-14First attempt at a port to QuickCppLib and Outcome v2 (it's not working yet)Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-07-13Preparation for quickcpplib and outcome v2 portNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)