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-11-18As per WG21 guidance, moved byte range locking API out of io_handle, and into...developNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-10-09Remove use of .u8string() everywhere, as it is incompatible on C++ 20.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-09-25LLFIO is now make installable and cmake find_package()-able, which should imp...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-09-18Implement #34 Rename mode::truncate to truncate_existing, add mode::always_newNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-09-11Fix bad travis yamlNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-09-09Add flag::win_create_case_sensitive_directory and a program testing what code...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-06-13Merge branch 'develop' of github.com:ned14/boost.afio into developNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-06-13Rename fsyncs to barriers, as per P1031R2.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2019-05-24Rework how filled buffers are returned, so that 1M scatter-gather lists scale...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-11-12Rename cached_parent_handle_adapter into handle_adapter/cached_parent.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-07-12In status_code build, rename error_code to file_io_error to match TS wordingNiall 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-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-07-03Rename afio to llfio part 1 of manyNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)