storage/pkg/archive
Miloslav Trmač f4597cfee5 Use range iterations
... for the trivial cases where the loop body does not reference
the iteration variable at all.

Signed-off-by: Miloslav Trmač <mitr@redhat.com>
2024-09-05 18:56:35 +02:00
..
testdata Move archive package into pkg/archive 2014-09-29 23:23:36 -07:00
README.md Update packages to match latest code in moby/pkg 2017-09-12 18:00:29 +00:00
archive.go Fix deprecated use of hdr.Xattrs (SA1019) 2024-06-26 20:12:43 +02:00
archive_19.go fix inconsitent go build tags 2022-11-02 20:51:27 +01:00
archive_110.go fix inconsitent go build tags 2022-11-02 20:51:27 +01:00
archive_bsd.go Add netbsd to the list of bsd-like OSes 2024-06-01 08:47:34 -04:00
archive_linux.go Fix deprecated use of hdr.Xattrs (SA1019) 2024-06-26 20:12:43 +02:00
archive_linux_test.go Ignore errcheck: error return value of `system.Umask` is not checked 2024-07-09 17:30:47 +02:00
archive_other.go fix inconsitent go build tags 2022-11-02 20:51:27 +01:00
archive_test.go Use range iterations 2024-09-05 18:56:35 +02:00
archive_unix.go pkg/archive: avoid user lookups when generating tarball 2024-02-23 09:21:03 +01:00
archive_unix_test.go Add user xattr to test TestTarUntarWithXattr 2024-06-26 22:02:00 +02:00
archive_windows.go Format sources with gofumpt 2023-05-26 16:17:31 -07:00
archive_windows_test.go Format sources with gofumpt 2023-05-26 16:17:31 -07:00
archive_zstd.go Revert "archive: use valyala/gozstd" 2022-01-17 16:16:46 +01:00
changes.go archive: use fileutils.{Le,E}xists() 2024-04-08 16:07:27 +02:00
changes_bsd_test.go Format sources with gofumpt 2023-05-26 16:17:31 -07:00
changes_linux.go Add some error context in Changes codepaths 2024-07-24 10:12:47 -04:00
changes_other.go Use range iterations 2024-09-05 18:56:35 +02:00
changes_posix_test.go Format sources with gofumpt 2023-05-26 16:17:31 -07:00
changes_test.go pkg/archive.statDifferent(): care about mtime for directories 2024-06-07 17:10:59 -04:00
changes_unix.go pkg/archive.statDifferent(): fix the previous change 2024-06-12 10:21:48 -04:00
changes_windows.go Format sources with gofumpt 2023-05-26 16:17:31 -07:00
copy.go archive: use fileutils.{Le,E}xists() 2024-04-08 16:07:27 +02:00
copy_unix.go fix inconsitent go build tags 2022-11-02 20:51:27 +01:00
copy_unix_test.go Format sources with gofumpt 2023-05-26 16:17:31 -07:00
copy_windows.go Windows - make docker cp functional 2015-08-06 11:22:38 -07:00
diff.go archive: use fileutils.{Le,E}xists() 2024-04-08 16:07:27 +02:00
diff_test.go Format sources with gofumpt 2023-05-26 16:17:31 -07:00
example_changes.go Format sources with gofumpt 2023-05-26 16:17:31 -07:00
fflags_bsd.go Format sources with gofumpt 2023-05-26 16:17:31 -07:00
fflags_unsupported.go pkg/archive: Add functions for managing file flags 2022-10-20 08:58:04 +01:00
filter.go archive: improve filter error reporting 2024-07-15 22:08:05 +02:00
filter_test.go archive: use pigz if available 2024-06-11 16:17:54 +02:00
time_linux.go Move archive package into pkg/archive 2014-09-29 23:23:36 -07:00
time_unsupported.go fix inconsitent go build tags 2022-11-02 20:51:27 +01:00
utils_test.go Format sources with gofumpt 2023-05-26 16:17:31 -07:00
whiteouts.go Fix typos found across repository 2015-12-13 18:04:12 +02:00
wrap.go Move to golang 1.18 and later 2023-04-03 15:26:54 -04:00
wrap_test.go Add missing error checks in tests 2022-10-14 17:17:54 +02:00

README.md

This code provides helper functions for dealing with archive files.