moby--moby/archive
unclejack 76429cc11f archive: add a benchmark for TarUntar
Docker-DCO-1.1-Signed-off-by: Cristian Staretu <cristian.staretu@gmail.com> (github: unclejack)
2014-07-21 23:20:32 +03: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 archive: add buffers to operations with tarballs 2014-07-21 23:20:21 +03:00
archive_test.go archive: add a benchmark for TarUntar 2014-07-21 23:20:32 +03:00
changes.go archive: add buffers to operations with tarballs 2014-07-21 23:20:21 +03: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 archive: add buffers to operations with tarballs 2014-07-21 23:20:21 +03: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.