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-10-08Long, long round of refactoring path_view to match latest P1030 draft normati...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-10-06Merge branch 'develop' of github.com:ned14/llfio into developNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-10-06Fix UB in status code config of LLFIO, whereby there was a cast to an object ...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-10-02Fix the LLFIO_DEADLINE_* macros not qualifying their errc::timed_out returns ...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-09-15Update quickcpplib bootstrap script to one which actually works.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-09-07Fix the poor performance of the previous commits fixing the race condition in...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-09-05Merge branch 'develop'Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-09-05Fix a bug in map_handle on Windows where under the last commit, NtUnmapViewOf...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-09-04Fix a subtle race condition in map_handle on Windows where if many threads ar...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-08-14Fix corner case bug which could cause mapped_file_handle::truncate() to not a...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-08-10Fix file_handle::clone_extents() not correctly detecting old Linux kernels mi...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-07-30Merge branch 'develop' of https://github.com/ned14/llfio into developNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-07-30Fix thread local log level to work properly across shared library boundaries.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-07-25Merged from develop branch as CDash reports all greenJenkins nedprod CI
2020-07-24Use syscalls instead of copy_file_range() issue #62.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-07-18Merged from develop branch as CDash reports all greenJenkins nedprod CI
2020-07-17Fix bug where on POSIX, process_handle::is_running() was inverted. Sorry.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-07-17Merged from develop branch as CDash reports all greenJenkins nedprod CI
2020-07-16Trap passing a non-writable handle into file_handle::clone_extents_to().Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-07-16Merged from develop branch as CDash reports all greenJenkins nedprod CI
2020-07-15Last commit was borked, fixed.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-07-15Fix non-atomic relink on Apple.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-07-14Merged from develop branch as CDash reports all greenJenkins nedprod CI
2020-07-13On POSIX, non-atomic renames were losing path tracking. Also, renameat2() was...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-07-11Merged from develop branch as CDash reports all greenJenkins nedprod CI
2020-07-10Fix build breakage from yesterday.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-07-10Merged from develop branch as CDash reports all greenJenkins nedprod CI
2020-07-09Add a contents() filesystem algorithm, used for calculating the contents of a...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-07-09Fix excessively strict same file comparison in clone_or_copy().Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-07-09stat_t's default constructor was actually modifying bytes, which was hurting ...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-07-09symlink_handle was completely broken on Linux if you specified a base directo...Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-07-09Implement operator/ and operator+ for path taking a path_view.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-07-09Started writing out the difference algorithm.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-07-09Merged from develop branch as CDash reports all greenJenkins nedprod CI
2020-07-08Minor updates to clone_or_copy().Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-07-06Merged from develop branch as CDash reports all greenJenkins nedprod CI
2020-07-05For Mac OS prebuilt binaries generation, don't use GNU specific options.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-07-05Merged from develop branch as CDash reports all greenJenkins nedprod CI
2020-07-05Fix failure to upload osx prebuilt binaries.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-07-05CI binary builds really really ought to work this time #60Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-07-05Merged from develop branch as CDash reports all greenJenkins nedprod CI
2020-07-05Try yet again to fix binary uploads #60Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-07-05Try again fix binary uploads #60Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-07-05Hopefully fix prebuilt binary uploads (#60)Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-07-04Merged from develop branch as CDash reports all greenJenkins nedprod CI
2020-07-03Fix bug in reduce() on POSIX which was causing random failure to reduce.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-07-03Yet more travis and appveyor bashingNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-07-03More travis bashing, more appveyor debug printingNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-07-03Try travis with GCC 9.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
2020-07-03Add more appveyor debug printingNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)