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
2020-11-19Fix bug in path_view::parent_path() where "/x.txt" was not returning "/" as t...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-11-11Even more debug printing for clang path view.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-11-11Breakout github action workflow into individual flows.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-11-10Hopefully this ought to fix all outstanding failures on new github actions CINiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-10-29Update the cdash URLs to use https, which cdash now insists upon. Also remove...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-07-05Try yet again to fix binary uploads #60Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-05-14Reduce how much the remove_all test tests on Mac OS.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
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-08-23Add rudimentary usage instructions.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-19Did a bit more work on trying to get the single file header edition working. ...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-07Tried getting the single header edition pruned down to a reasonable size, fai...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-04-15Stop fetching inode metadata on handle open, now fetch it lazy on demand.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2018-04-11Fix up programs to use std::byte buffers.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-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
2018-01-15updNiall 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-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-27Move to develop/master branchingNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-09-20handle::clone() can now optionally reopen the handle with new privs. Thanks t...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-09-20travisNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-09-18Added a new free function construct<T>() through which handle implementations...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-09-17Path discovery is implemented and working on POSIX.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-09-12Toy key value store now used mapped_file_handle for inserts too. Performance ...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-08-28Add testing of new safe_byte_ranges, both via processes and via threads.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-08-18updated notes on transaction key store designNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-08-15Ported directory_handle for POSIX from AFIO v1.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-08-03Finally got round to implementing the free function injection script, so now ...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-08-03Tidy up the make_free_function marker. Replace QUICKCPPLIB_CONSTEXPR with con...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-07-29Finish renaming to AFIO.Niall 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-04-19Fix mistake in ReadmeNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-04-19Freshen Readme and release notesNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2017-04-09Replaced all direct mention of POSIX error codes with their equivalent error ...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2016-10-18updNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2016-10-08updNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2016-10-07Fix bad headings markup in ReadmeNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2016-10-07Reorganised the Readme, rationalising and eliminating duplicates in the todo ...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2016-09-12Minor fixes from writing CppCon slidesNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2016-08-26Fix failure to correctly pickup sibling boost-lite. Add cmake for AFIO progra...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-14Fixed accidental failure to import in cmake our dependent libraries which was...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2016-08-13Travis should push source tarballs always as Linux build not finished yet.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)