DockerCLI/vendor/github.com/containerd/continuity/fs
Sebastiaan van Stijn 293e239e18
vendor: update containerd/continuity efbc4488d8fe1bdc16bde3b2d2990d9b3a899165
full diff: 26c1120b8d...efbc4488d8

Relevant changes:

- sysx/xattr: fix and improve
    - fix getxattrAll: change initial buffer size to 128 to prevent unneeded
      iterations and change the logic to get the real size in case we get ERANGE
      rather than doubling the buffer)
    - improve listxattrAll; refactor for readability, prevent calling `listxattr()`
      twice. Handle condition when attributes size is changed in between the two
      calls to listxattr().
- Remove Windows' Readlink fork
    - Drops support for Go 1.12 and under
- Fix sameFile() to recognize empty files as the same
    - fixes "Empty files can diff as "modified" even when they're not"

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-07-28 17:12:12 +02:00
..
copy.go vendor: update containerd/continuity to 26c1120b8d4107d2471b93ad78ef7ce1fc84c4c4 2020-02-12 18:45:28 +01:00
copy_linux.go vendor: update containerd/continuity to 26c1120b8d4107d2471b93ad78ef7ce1fc84c4c4 2020-02-12 18:45:28 +01:00
copy_unix.go vendor: update containerd/continuity to 26c1120b8d4107d2471b93ad78ef7ce1fc84c4c4 2020-02-12 18:45:28 +01:00
copy_windows.go bump containerd/continuity 004b46473808b3e7a4a3049c20e4376c91eb966d 2019-04-13 03:09:18 +02:00
diff.go Update github.com/containerd/continuity 2019-02-02 13:31:09 +01:00
diff_unix.go Update github.com/containerd/continuity 2019-02-02 13:31:09 +01:00
diff_windows.go Update github.com/containerd/continuity 2019-02-02 13:31:09 +01:00
dtype_linux.go Update github.com/containerd/continuity 2019-02-02 13:31:09 +01:00
du.go Update github.com/containerd/continuity 2019-02-02 13:31:09 +01:00
du_unix.go Update github.com/containerd/continuity 2019-02-02 13:31:09 +01:00
du_windows.go Update github.com/containerd/continuity 2019-02-02 13:31:09 +01:00
hardlink.go Update github.com/containerd/continuity 2019-02-02 13:31:09 +01:00
hardlink_unix.go Update github.com/containerd/continuity 2019-02-02 13:31:09 +01:00
hardlink_windows.go Update github.com/containerd/continuity 2019-02-02 13:31:09 +01:00
path.go vendor: update containerd/continuity efbc4488d8fe1bdc16bde3b2d2990d9b3a899165 2020-07-28 17:12:12 +02:00
stat_darwinfreebsd.go vendor: update containerd/continuity to 26c1120b8d4107d2471b93ad78ef7ce1fc84c4c4 2020-02-12 18:45:28 +01:00
stat_linuxopenbsd.go vendor: update containerd/continuity to 26c1120b8d4107d2471b93ad78ef7ce1fc84c4c4 2020-02-12 18:45:28 +01:00
time.go Update github.com/containerd/continuity 2019-02-02 13:31:09 +01:00