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-07-03Add appveyor debug printing.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-07-03Try GCC 8 on TravisNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-07-03Fix perhaps the cause of appveyor failing.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-07-03Try reenabling ubuntu-toolchain-r in travis, as this old GCC 7.4 is really ki...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-07-03Add lots of debug printing to try and figure out why travis is failing.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-07-03Try working around Docker sometimes breaking current_path(), and disable spar...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-07-02Fix bug in clone_extents_to() on POSIX.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-06-25Merged from develop branch as CDash reports all greenJenkins nedprod CI
2020-06-24Try to work around the CI failure on Travis.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-06-22Disable the status code builds entirely on Mac OS.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-06-22Check for self-move in every move assignment operator.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-06-22Finally implement fs_handle::link().Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-06-22Disable both asan and ubsan on mac os ci.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-06-21Fix clone_extents() not working on Mac OS.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-06-21More CI fixes.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-06-21Fix incorrectness in traverse() under POSIX, and fix build failures on VS2017.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-06-21Shorten test time taken so CI passes again.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-06-19Apply specific commit from pr #58 to develop branch.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-06-13I *think* clone_extents is now debugged, at least on Windows anyway.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-06-11Weirdly, clone extents seems to be fully working this morning on POSIX, when ...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-06-10wip implementation of file_handle::clone_extents() for POSIX. Not debugged yet.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-06-06Merged from develop branch as CDash reports all greenJenkins nedprod CI
2020-06-05wip more work on clone_extents. There is a late stage failure in the partial ...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-06-05Merged from develop branch as CDash reports all greenJenkins nedprod CI
2020-06-04First working edition of file_handle::clone_extents(). This was a surprisingl...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-06-03Merged from develop branch as CDash reports all greenJenkins nedprod CI
2020-06-02Workarounds for latest MSVC. Won't compile on latest MSVC in C++ 20 due to ne...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-06-02Merged from develop branch as CDash reports all greenJenkins nedprod CI
2020-06-01Convert to latest Outcome v2.2 TRY operator.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-05-30Merged from develop branch as CDash reports all greenJenkins nedprod CI
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-29Suppress the warnings on POSIX. Workaround a move-only quirk on older GCCs.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-05-29As I broke trunk last commit, push the wip files which fix trunk, even though...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-05-29Use statx, when available, on Linux. This gives us birthtimes on Linux at lon...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-05-29Fix symbol collision in reduce.ipp, and multiple warnings.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-05-26Merged from develop branch as CDash reports all greenJenkins nedprod CI
2020-05-26Add another filesystem algorithm, summarize().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-23Merged from develop branch as CDash reports all greenJenkins nedprod CI
2020-05-22Add missing traverse.ipp file.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-05-22More performance improvements to traverse. Also tested using the same directo...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-05-22Merged from develop branch as CDash reports all greenJenkins nedprod CI
2020-05-22Implement algorithm::traverse(), a generic algorithm for traversing a directo...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-05-21Merged from develop branch as CDash reports all greenJenkins nedprod CI
2020-05-20Ever more io_uring multiplexer.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-05-20Merged from develop branch as CDash reports all greenJenkins nedprod CI
2020-05-19Merge branch 'develop' of https://github.com/ned14/llfio into developNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-05-19LLFIO_DISABLE_PATHS_IN_FAILURE_INFO didn't build, fixed.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-05-19Merge branch 'develop' of github.com:ned14/llfio into developNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-05-19Yet more work on io_uring test multiplexer.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)