moby--moby/pkg/archive
Daniel Nephin acdbc285e2 Fix vfs unit test and port VFS to the new IDMappings
The test was failing because TarOptions was using a non-pointer for
ChownOpts, which meant the check for nil was never true, and
createTarFile was never using the hdr.UID/GID

Signed-off-by: Daniel Nephin <dnephin@docker.com>
2017-06-07 11:44:34 -04:00
..
testdata
README.md
archive.go Fix vfs unit test and port VFS to the new IDMappings 2017-06-07 11:44:34 -04:00
archive_linux.go
archive_linux_test.go
archive_other.go
archive_test.go Remove unused functions from archive. 2017-06-07 11:44:33 -04:00
archive_unix.go pkg/{chroot,}archive: clean up a few small issues 2017-03-30 16:37:54 +03:00
archive_unix_test.go
archive_windows.go Respect tar entries modes when rewriting them on Windows 2017-05-02 11:36:43 +02:00
archive_windows_test.go Remove unused functions from archive. 2017-06-07 11:44:33 -04:00
changes.go Convert tarAppender to the newIDMappings. 2017-06-07 11:44:34 -04:00
changes_linux.go
changes_other.go
changes_posix_test.go
changes_test.go
changes_unix.go
changes_windows.go Tidy pkg\system *stat* functions 2017-04-05 16:01:53 -07:00
copy.go
copy_unix.go
copy_unix_test.go
copy_windows.go
diff.go
diff_test.go
example_changes.go
time_linux.go
time_unsupported.go
utils_test.go
whiteouts.go
wrap.go
wrap_test.go

README.md

This code provides helper functions for dealing with archive files.