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
2017-09-08Made a start on mapped_file_handleNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-09-05Added handle flags for disabling or maximising prefetching.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-09-05Implemented mmap based small file append. Insertion is now equally fast as fe...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-09-04AFIO now creates sparse files by default on Windows.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-09-04Added integrity benchmarks for toy key value store for NTFSNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-09-04Enabled integrity checking in toy key value store, was fairly amazed to see i...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-09-04Append-only mode didn't actually work on POSIX, fixed :)Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-09-04Hopefully restore working build on TravisNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-09-04Fix missing header on Linux, should compile now.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-09-04Added io_handle::max_buffers().Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-09-03Implemented key deletion into the toy key-value store.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-31Add the exploratory key-value store. Nobody should use it!Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-08-27Update storage profile database with latest results.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-08-27Fix segfaults on CINiall 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-21Flush all modified data and drop filesystem caches before benchmarking storag...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-08-21Added algorithm::mapped_view, and barrier_on_close for mapped sections.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-08-18Added results for desktop machine.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-08-18New latency results with the fixed toolNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-08-17Update benchmarks with results from actually working tests.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-08-17Eliminate the 2017 results as having been unreliable.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-17Fix incorrect printing of test failure. The former code was a logic error :(Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-08-17Reduce need for temporary files if not running those tests.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-08-17Get the programs compiling on POSIX.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-08-17Fix programs build when in non-sibling config, and have Travis test those are...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-08-10Upgraded programs/* to use Outcome v2.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-07-21We now use a proper custom NTSTATUS error code category on Windows instead of...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-05-03Relicenced under Apache 2.0 + Boost licenceNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-04-28Use cmake namespaced target aliases for indicating dependencies between libra...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2016-09-04Found a big problem where win_delete_on_last_close was causing opens of such ...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2016-08-27Refactored code to handle bitfield and undoer now living in Boost-lite, and c...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2016-08-27Much to my surprise, algorithm::shared_fs_mutex::memory_map almost nearly wor...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2016-08-26Fix failure to correctly pickup sibling boost-lite. Add cmake for AFIO progra...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2016-08-26fs_probe => fs-probeNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2016-08-26Cleaned out the old fs probe vcxproj filesNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2016-08-26Move fs_probe into programsNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)