moby--moby/archive
Michael Crosby 8891e912b4 Return error for utils.Matches in archive
Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@docker.com> (github: crosbymichael)
2014-07-31 15:11:15 -07:00
..
testdata Add test for invalid tarball read 2014-05-15 15:45:40 -07:00
MAINTAINERS archive: add unclejack to MAINTAINERS 2014-07-25 02:07:40 +03:00
README.md Add readme file for the archive directory 2014-05-17 17:48:07 +00:00
archive.go Return error for utils.Matches in archive 2014-07-31 15:11:15 -07:00
archive_test.go update go import path and libcontainer 2014-07-24 22:19:50 +00:00
changes.go update go import path and libcontainer 2014-07-24 22:19:50 +00:00
changes_test.go Don't assume the file system has sub-second precision timestamp 2014-04-05 10:30:37 +09:00
common.go archive: add buffers to operations with tarballs 2014-07-21 23:20:21 +03:00
diff.go update go import path and libcontainer 2014-07-24 22:19:50 +00:00
time_linux.go UTIME_OMIT is only available on Linux 2014-04-29 09:08:33 +09:00
time_unsupported.go UTIME_OMIT is only available on Linux 2014-04-29 09:08:33 +09:00
wrap.go update go import path and libcontainer 2014-07-24 22:19:50 +00:00

README.md

This code provides helper functions for dealing with archive files.

TODO: Move this to either pkg or (if not possible) to utils.