moby--moby/pkg/archive
Alexander Morozov 213eab995a Fix vet warning
pkg/archive/archive_test.go:496: arg changes for printf verb %s of wrong type: []archive.Change

Signed-off-by: Alexander Morozov <lk4d4@docker.com>
2015-04-13 11:43:30 -07:00
..
testdata
README.md
archive.go Add test on archive.go (#11603) 2015-04-11 23:21:37 +02:00
archive_test.go Fix vet warning 2015-04-13 11:43:30 -07:00
archive_unix.go Changing bitflag checking style to preferred style. Fixes #11668 2015-03-24 21:09:25 -04:00
archive_unix_test.go pkg/archive: adjust chmod bits on windows 2015-03-04 14:10:37 -08:00
archive_windows.go Change windows default permissions to 755 not 711, read access for all poses little security risk and prevents breaking existing Dockerfiles 2015-03-20 21:54:33 -07:00
archive_windows_test.go Change windows default permissions to 755 not 711, read access for all poses little security risk and prevents breaking existing Dockerfiles 2015-03-20 21:54:33 -07:00
changes.go Replace aliased imports of logrus, fixes #11762 2015-03-26 23:22:04 +01:00
changes_posix_test.go pkg/archive: test that confirms hardlink ordering 2015-02-06 18:14:38 +01:00
changes_test.go pkg/archive: ignore mtime changes on directories 2015-03-17 10:53:34 -04:00
diff.go Fixed relative filepath check 2015-02-16 20:38:52 -06:00
diff_test.go
example_changes.go
time_linux.go
time_unsupported.go
utils_test.go
wrap.go

README.md

This code provides helper functions for dealing with archive files.