moby--moby/archive
Tibor Vass dfbb291c40 Merge pull request #7016 from LK4D4/fix_some_cleanups_in_archive
Some resource clean ups in archive
2014-07-14 13:26:47 -04:00
..
testdata Add test for invalid tarball read 2014-05-15 15:45:40 -07:00
MAINTAINERS Add Tibor Vass as maintainer 2014-07-11 12:28:11 +00:00
README.md Add readme file for the archive directory 2014-05-17 17:48:07 +00:00
archive.go Some resource clean ups in archive 2014-07-14 21:11:48 +04:00
archive_test.go Revert "improve untar when using files instead of directories. Specifies behavior on non-existant targets." 2014-07-08 12:26:59 -07:00
changes.go reuse timestamp, don't call time.Now() 3 times 2014-05-31 03:03:51 +03:00
changes_test.go Don't assume the file system has sub-second precision timestamp 2014-04-05 10:30:37 +09:00
diff.go ignore lchown error on docker cp 2014-05-21 00:23:17 +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 Use a more defensive vendored archive/tar import path to make it clear this isn't upstream's released archive/tar 2014-02-27 09:43:44 -07: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.