![]() |
11 年 前 | |
---|---|---|
.. | ||
testdata | aedcb76adc Add test for invalid tarball read | 11 年 前 |
MAINTAINERS | 96d1e9bb5a Move archive.go to sub package | 11 年 前 |
README.md | 28fc387cf0 Add readme file for the archive directory | 11 年 前 |
archive.go | 4a3aefbb52 archive: add missing bytes package | 11 年 前 |
archive_test.go | aedcb76adc Add test for invalid tarball read | 11 年 前 |
changes.go | 359f8aca29 process directories in parallel in ChangesDirs | 11 年 前 |
changes_test.go | 794b5de749 Don't assume the file system has sub-second precision timestamp | 11 年 前 |
diff.go | 21b42dfcfd UTIME_OMIT is only available on Linux | 11 年 前 |
time_linux.go | 21b42dfcfd UTIME_OMIT is only available on Linux | 11 年 前 |
time_unsupported.go | 21b42dfcfd UTIME_OMIT is only available on Linux | 11 年 前 |
wrap.go | 2ca4e0ea60 Use a more defensive vendored archive/tar import path to make it clear this isn't upstream's released archive/tar | 11 年 前 |
This code provides helper functions for dealing with archive files.
TODO: Move this to either pkg
or (if not possible) to utils
.