moby/pkg/archive
Douglas Curtis cd7489f2b7 Replacing os.Lstat with os.Stat to determine directory status in CopyInfoDestinationPath
Signed-off-by: Douglas Curtis <dougcurtis1@gmail.com>

Commenting out tests for now

Signed-off-by: Doug Curtis <dougcurtis1@gmail.com>

Added unit test for CopyInfoDestionationPath.

Signed-off-by: Doug Curtis <dougcurtis1@gmail.com>

Removing integration-cli test case additions

Signed-off-by: Doug Curtis <dougcurtis1@gmail.com>

Removing extra spaces between archive_unix_test.go test cases

Signed-off-by: Doug Curtis <dougcurtis1@gmail.com>

Fixed gofmt issues in archive_unix_test.go

Signed-off-by: Doug Curtis <dougcurtis1@gmail.com>
2017-08-15 23:19:42 +00:00
..
testdata Move archive package into pkg/archive 2014-09-29 23:23:36 -07:00
archive.go Update logrus to v1.0.1 2017-07-31 13:16:46 -07:00
archive_linux.go [project] change syscall to /x/sys/unix|windows 2017-07-11 08:00:32 -04:00
archive_linux_test.go use testify to check error for test unit test of archive package 2017-08-09 10:27:01 +08:00
archive_other.go Update archive package to support overlay whiteouts 2016-06-08 00:10:16 -07:00
archive_test.go use testify to check error for test unit test of archive package 2017-08-09 10:27:01 +08:00
archive_unix.go [project] change syscall to /x/sys/unix|windows 2017-07-11 08:00:32 -04:00
archive_unix_test.go Replacing os.Lstat with os.Stat to determine directory status in CopyInfoDestinationPath 2017-08-15 23:19:42 +00:00
archive_windows.go Remove ToHost and replace it with IDMappings.ToHost 2017-06-07 11:44:34 -04:00
archive_windows_test.go Remove unused functions from archive. 2017-06-07 11:44:33 -04:00
changes.go Update logrus to v1.0.1 2017-07-31 13:16:46 -07:00
changes_linux.go [project] change syscall to /x/sys/unix|windows 2017-07-11 08:00:32 -04:00
changes_other.go Windows: Docker build starting to work 2015-06-17 10:41:28 -07:00
changes_posix_test.go Add functional support for Docker sub commands on Solaris 2016-11-07 09:06:34 -08:00
changes_test.go Replacing os.Lstat with os.Stat to determine directory status in CopyInfoDestinationPath 2017-08-15 23:19:42 +00:00
changes_unix.go [project] change syscall to /x/sys/unix|windows 2017-07-11 08:00:32 -04:00
changes_windows.go Tidy pkg\system *stat* functions 2017-04-05 16:01:53 -07:00
copy.go Replacing os.Lstat with os.Stat to determine directory status in CopyInfoDestinationPath 2017-08-15 23:19:42 +00:00
copy_unix.go Windows - make docker cp functional 2015-08-06 11:22:38 -07:00
copy_unix_test.go use testify to check error for test unit test of archive package 2017-08-09 10:27:01 +08:00
copy_windows.go Windows - make docker cp functional 2015-08-06 11:22:38 -07:00
diff.go Update logrus to v1.0.1 2017-07-31 13:16:46 -07:00
diff_test.go Windows CI: test-unit on pkg\archive part 2 2016-02-12 15:40:41 -08:00
example_changes.go Update logrus to v1.0.1 2017-07-31 13:16:46 -07:00
README.md Move archive package into pkg/archive 2014-09-29 23:23:36 -07:00
time_linux.go Move archive package into pkg/archive 2014-09-29 23:23:36 -07:00
time_unsupported.go Move archive package into pkg/archive 2014-09-29 23:23:36 -07:00
utils_test.go pkg/archive: remove unnecessary Archive and Reader type 2016-10-20 19:31:24 -07:00
whiteouts.go Fix typos found across repository 2015-12-13 18:04:12 +02:00
wrap.go pkg/archive: remove unnecessary Archive and Reader type 2016-10-20 19:31:24 -07:00
wrap_test.go use testify to check error for test unit test of archive package 2017-08-09 10:27:01 +08:00

This code provides helper functions for dealing with archive files.