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-07Fix path discovery, which was broken on ext filing systems. Yes, I deeply apo...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-10-17Lots of changes to support latest WG21 SG14 status code, as the erased code i...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-08-26Fix stack corruption bug in the convenience read() and write() initialiser li...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
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)
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)
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 program...Niall 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-27Reworked the failure reporting in AFIO to use Outcome's fancy new payload ada...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
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 failin...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
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)
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-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 r...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
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 map_...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)