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
2019-09-12Add CI building on ARM, as people have asked for it (issue #37)Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-11-07Add dedicated build page, hopefully help solving issues #13 and #14.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-08-31Large, huge and massive page support for POSIX.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-08-31Add large, huge and massive page support, for Windows. POSIX support is coming.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-08-23Add rudimentary usage instructions.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-11Finished renaming all AFIO => LLFIO, I think at least.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-06-22Move signal reraising code into quickcpplib::signal_guard.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-06-18Move prebuilt binaries to dedi5, as dedi4 is shortly to be decommissioned.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-06-08Fix AFIO programs, which had got broke once again.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-04-06Added non-volatile memory support.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-02-02Fixed quite a lot of stuff on OS X, and now the async i/o is working correctlyNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com
2017-12-04Fix regression from recent changes. All is green now on Windows, POSIX probab...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-11-22Implemented algorithm::trivial_vector, not debugged it yet.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-11-20updNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-09-29updNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-09-28updNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-09-27Fix broken front page in docsNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-09-27Move to develop/master branchingNiall 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-20Fix UB where we were accidentally storing a directory_handle as a path_handle...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-09-13Reworked Coroutines TS support so i/o is initiated immediately, not on co_await.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-09-13Fix typo in release_notesNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-09-13Theoretically async_file_handle now supports the Coroutines TS. I have no way...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-09-12Toy key value store now used mapped_file_handle for inserts too. Performance ...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-09-10Now clang 5.0 with its Coroutines TS is out, added Coroutines TS detection to...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-09-08Made a start on mapped_file_handleNiall 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-28Minor fixes to safe_byte_ranges, but will need to wait to tonight with a prop...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-25Reenable the shared_fs_mutex testing on Travis as it might be working :)Niall Douglas
2017-08-23updNiall 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-16updNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-08-16KernelTest now requires C++ 17 for its aggregate tuple, so made only the test...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-08-13Ported over directory_handle from AFIO v1 for Windows, POSIX still to come.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-08-11Update that front page once againNiall 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-09Front page table yet againNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-08-09Fix broken tableNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-08-09Update latencies tableNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-08-06updNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)