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
Tonis Tiigi 5c3d2d552b Implement incremental file sync using client session
Also exposes shared cache and garbage collection/prune
for the source data.

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
2017-06-22 11:52:35 -07:00
..
testdata
archive.go Implement incremental file sync using client session 2017-06-22 11:52:35 -07: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 Implement incremental file sync using client session 2017-06-22 11:52:35 -07:00
archive_unix_test.go
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 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 LCOW: Create layer folders with correct ACL 2017-06-20 19:50:12 -07:00
diff_test.go
example_changes.go
README.md
time_linux.go
time_unsupported.go
utils_test.go
whiteouts.go
wrap.go
wrap_test.go

This code provides helper functions for dealing with archive files.