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 (Collapse)Author
2018-08-26Fix stack corruption bug in the convenience read() and write() initialiser ↵Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
list based overloads.
2018-08-01Add preliminary symlink_handle implementation for POSIX.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-07-06More afio => llfioNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-07-03Lots more afio => llfio renamingNiall 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)
Rename unlink_on_close to unlink_on_first_close.
2018-04-14Rename file_handle::length() to maximum_extent()Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
Added example use case of reading all valid extents
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 ↵Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
initialiser list ones instead. Make an example of use cases, and use those snippets in the docs
2017-12-06Manually fixed up some lintNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-12-05Fix map_handle_create_close regression failure. Fix build breakage in ↵Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
programs from recent API changes.
2017-12-04Fix regression from recent changes. All is green now on Windows, POSIX ↵Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
probably needs a bit more work done to it.
2017-11-27Reworked the failure reporting in AFIO to use Outcome's fancy new payload ↵Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
adapting E types with custom lazy exception throw synthesis. Works very nicely, and is a big improvement.
2017-09-21Try again fix travisNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-09-20Hopefully this will fix travisNiall 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-07-29Fix warnings when built in Release. Fix failure to discover tests to run in CI.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-07-29Now fully compiling, although almost certainly not working.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-26DOES NOT BUILD wip more conversion of AFIO to Outcome v2Niall 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-13It's very nearly passing all tests on POSIX now, just child_process is ↵Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
failing to wait on child processes sometimes.
2017-04-12Finally fully compiling on Linux with GCC 6Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-04-05Fixed the code rot which had set into AFIO due to renaming caused by getting ↵Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
Outcome ready for Boost peer review.
2016-08-27Refactored code to handle bitfield and undoer now living in Boost-lite, and ↵Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
child_process now lives in KernelTest.
2016-08-26I believe all extant test failures are now fixed.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2016-08-23Fix cmake config error. Bumped cmake required to 3.1.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2016-08-22Made map_handle unit testing much more complete, and thus found and fixed a ↵Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
raft more bugs.
2016-08-22Added the ability to get the AFIO logger to immediately print to a std::ostream.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2016-08-19Added a kerneltest for map_handle, and found and fixed many more bugs in ↵Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
map_handle as a result.