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-08-21Reimplemented current_process_memory_usage() for Linux so it's a lot faster f...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2021-03-16wip dynamic_thread_pool_group, so far has Windows support only. Note that LLF...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-03-15Fix inability to open directory junctions on Windows using `symlink_handle` (...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-09-04Fix a subtle race condition in map_handle on Windows where if many threads ar...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-05-30Fix hang on Linux caused by statx implementation. Fix various compile failure...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-05-25Replace remove_all algorithm with reduce, which is implemented using the trav...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-05-22Implement algorithm::traverse(), a generic algorithm for traversing a directo...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-05-08Port process_handle over from kerneltest, long overdue doing this.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-04-13Tests now all pass on resumable i/o branch merge.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-04-10Merge from resumable i/o branch is generally now complete. Just need to write...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-03-30Finally implement the long awaited algorithm::remove_all(), a directory tree ...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-01-16Implement utils::current_process_memory_usage(), by which we discover failure...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-01-15Fix long standing issue #28 where Windows would fail to map a read only file ...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-11-27Lots more pipe_handle related changes, including an initial unit test. Still ...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-09-10Fix issue #27 Enumerating empty directories causes infinite loop on WindowsNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-12-15Fix failure to rebuild docs, and failure to build status_code edition.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-11-17Added combining_handle_adapter and xor_handle_adapter. These were written ove...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-10-19First attempt at fast_random_file_handle. I find it too slow.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-07-24i/o buffers now work as if they were span<byte>.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-07-12Split algorithm::mapped_span<T> into map_view<T> and mapped<T>, as per the TS...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-07-09Final bout of renaming before I rename the github repo.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-06-19Add single-header sanity check.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-04-08Fix broken programs, lack of regen of docsNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-04-06Added non-volatile memory support.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-09-25wip Replacing async_file_handle's i/o routines with ABI stable editions whichNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-09-15Path discovery is implemented and working well for Windows. POSIX not yet.Niall 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-08-27Added unit test for path_view.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-08-23updNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-08-23Once again fully compiling on FreeBSD. And using libc++ including its experim...Niall Douglas
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 a test for directory enumeration, which is now debugged.Niall 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-07-28Lots more fixes, test/shared_fs_mutex.cpp is now compiling. The rest is not.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-07-25DOES NOT BUILD wip conversion of AFIO to Outcome v2Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)