-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[pull] master from restic:master #82
Commits on Aug 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 696c18e - Browse repository at this point
Copy the full SHA 696c18eView commit details -
Generalize fuse snapshot dirs implemetation
+ allow "/" in tags and snapshot template
Configuration menu - View commit details
-
Copy full SHA for 57f4003 - Browse repository at this point
Copy the full SHA 57f4003View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1751afa - Browse repository at this point
Copy the full SHA 1751afaView commit details -
Configuration menu - View commit details
-
Copy full SHA for f678f7c - Browse repository at this point
Copy the full SHA f678f7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2db7733 - Browse repository at this point
Copy the full SHA 2db7733View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a6fa60 - Browse repository at this point
Copy the full SHA 0a6fa60View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0269381 - Browse repository at this point
Copy the full SHA 0269381View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a6d313 - Browse repository at this point
Copy the full SHA 6a6d313View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e3f05c - Browse repository at this point
Copy the full SHA 1e3f05cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e43be84 - Browse repository at this point
Copy the full SHA e43be84View commit details -
Configuration menu - View commit details
-
Copy full SHA for 420ddc0 - Browse repository at this point
Copy the full SHA 420ddc0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a44258 - Browse repository at this point
Copy the full SHA 8a44258View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7e2892 - Browse repository at this point
Copy the full SHA d7e2892View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b076cd - Browse repository at this point
Copy the full SHA 1b076cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 324935c - Browse repository at this point
Copy the full SHA 324935cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 176b387 - Browse repository at this point
Copy the full SHA 176b387View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f3b2be - Browse repository at this point
Copy the full SHA 7f3b2beView commit details -
Configuration menu - View commit details
-
Copy full SHA for eaf4360 - Browse repository at this point
Copy the full SHA eaf4360View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55a11c1 - Browse repository at this point
Copy the full SHA 55a11c1View commit details -
repository: StreamPack in parts if there are too large gaps
For large pack sizes we might be only interested in the first and last blob of a pack file. Thus stream a pack file in multiple parts if the gaps between requested blobs grow too large.
Configuration menu - View commit details
-
Copy full SHA for 7266f07 - Browse repository at this point
Copy the full SHA 7266f07View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82c268c - Browse repository at this point
Copy the full SHA 82c268cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 38becfc - Browse repository at this point
Copy the full SHA 38becfcView commit details -
debug: support roundtripper logging also for release builds
Different from debug builds do not use the eofDetectRoundTripper if logging is disabled.
Configuration menu - View commit details
-
Copy full SHA for 1ed775e - Browse repository at this point
Copy the full SHA 1ed775eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b3cdee6 - Browse repository at this point
Copy the full SHA b3cdee6View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3e48da - Browse repository at this point
Copy the full SHA a3e48daView commit details
Commits on Aug 7, 2022
-
fuse: Redesign snapshot dirstruct
Cleanly separate the directory presentation and the snapshot directory structure. SnapshotsDir now translates the dirStruct into a format usable by the fuse library and contains only minimal special case rules. All decisions have moved into SnapshotsDirStructure which now creates a fully preassembled tree data structure.
Configuration menu - View commit details
-
Copy full SHA for caa1798 - Browse repository at this point
Copy the full SHA caa1798View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83b4c50 - Browse repository at this point
Copy the full SHA 83b4c50View commit details -
Merge pull request #3826 from MichaelEischer/debug-log-for-release
Debug log for release build
Configuration menu - View commit details
-
Copy full SHA for 09497ae - Browse repository at this point
Copy the full SHA 09497aeView commit details -
Merge pull request #2913 from aawsome/mount-snapshot-slashes
mount: Make snapshots dir structure customizable
Configuration menu - View commit details
-
Copy full SHA for 74ae760 - Browse repository at this point
Copy the full SHA 74ae760View commit details -
Configuration menu - View commit details
-
Copy full SHA for cfa80e2 - Browse repository at this point
Copy the full SHA cfa80e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b7291b - Browse repository at this point
Copy the full SHA 0b7291bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b9b4c5 - Browse repository at this point
Copy the full SHA 0b9b4c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for b82f482 - Browse repository at this point
Copy the full SHA b82f482View commit details -
restic: Use stable sorting in snapshot policy
sort.Sort is not guaranteed to be stable. Go 1.19 has changed the sorting algorithm which resulted in changes of the sort order. When comparing snapshots with identical timestamp but different paths and tags lists, there is not meaningful order among them. So just keep their order stable.
Configuration menu - View commit details
-
Copy full SHA for f3fdc66 - Browse repository at this point
Copy the full SHA f3fdc66View commit details -
Merge pull request #3036 from greatroar/refactor-fuse
Clean up internal/fuse
Configuration menu - View commit details
-
Copy full SHA for 8fa64a8 - Browse repository at this point
Copy the full SHA 8fa64a8View commit details -
Merge pull request #3731 from metalsp0rk/feature/min-packsize-flag
Feature: min packsize flag
Configuration menu - View commit details
-
Copy full SHA for 2930a10 - Browse repository at this point
Copy the full SHA 2930a10View commit details -
Merge pull request #3850 from lbausch/go1.19
Update tests to Go 1.19
Configuration menu - View commit details
-
Copy full SHA for 9ad3ad5 - Browse repository at this point
Copy the full SHA 9ad3ad5View commit details