1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/pkg/archive
Vincent Demeester bcdce2a6b0 Merge pull request #27705 from dmcgowan/fix-27298
Ensure opaque directory permissions respected
2016-11-02 10:13:30 +01:00
..
testdata
archive.go Merge pull request #27705 from dmcgowan/fix-27298 2016-11-02 10:13:30 +01:00
archive_linux.go Ensure opaque directory permissions respected 2016-10-28 13:13:10 -07:00
archive_linux_test.go Ensure opaque directory permissions respected 2016-10-28 13:13:10 -07:00
archive_other.go Update archive package to support overlay whiteouts 2016-06-08 00:10:16 -07:00
archive_test.go fix racy tests in pkg/archive 2016-09-14 04:17:23 +00:00
archive_unix.go Don't create devices if in a user namespace 2016-08-12 16:26:58 -04:00
archive_unix_test.go Windows CI: test-unit on pkg\archive part 2 2016-02-12 15:40:41 -08:00
archive_windows.go
archive_windows_test.go Windows CI: test-unit on pkg\archive part 2 2016-02-12 15:40:41 -08:00
changes.go pkg/archive: remove unnecessary Archive and Reader type 2016-10-20 19:31:24 -07:00
changes_linux.go all: remove nil check for slices 2016-10-13 13:55:38 -07:00
changes_other.go
changes_posix_test.go pkg/archive/changes_posix_test.go: un-comment code line "defer os.RemoveAll(src)" 2016-10-10 05:23:24 -04:00
changes_test.go fix typos 2016-06-02 17:17:22 +08:00
changes_unix.go
changes_windows.go
copy.go pkg/archive: remove unnecessary Archive and Reader type 2016-10-20 19:31:24 -07:00
copy_unix.go
copy_unix_test.go Windows CI: test-unit on pkg\archive part 2 2016-02-12 15:40:41 -08:00
copy_windows.go
diff.go pkg/archive: remove unnecessary Archive and Reader type 2016-10-20 19:31:24 -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
README.md
time_linux.go
time_unsupported.go
utils_test.go pkg/archive: remove unnecessary Archive and Reader type 2016-10-20 19:31:24 -07:00
whiteouts.go
wrap.go pkg/archive: remove unnecessary Archive and Reader type 2016-10-20 19:31:24 -07:00
wrap_test.go

This code provides helper functions for dealing with archive files.