1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/archive
Alexander Larsson a4868e233c Implement UnTar via archive/tar
This replaces the shelling out to tar with a reimplementation of untar
based on the archive/tar code and the pre-existing code from ApplyLayer
to create real files from tar headers.

Docker-DCO-1.1-Signed-off-by: Alexander Larsson <alexl@redhat.com> (github: alexlarsson)
2014-01-14 11:21:29 +01:00
..
archive.go Implement UnTar via archive/tar 2014-01-14 11:21:29 +01:00
archive_test.go Allow drivers to implement ApplyDiff in Differ interface 2013-11-11 19:09:57 -08:00
changes.go Fix change detection when applying tar layers 2013-12-13 15:46:41 +01:00
changes_test.go small batch of edits/corrections to comments 2013-12-24 16:40:14 -08:00
diff.go archive: Extract createTarFile() from ApplyLayer 2014-01-14 11:21:07 +01:00
MAINTAINERS Move archive.go to sub package 2013-10-31 16:57:45 -07:00
stat_darwin.go archive: Implement ApplyLayer directly 2013-12-13 15:43:50 +01:00
stat_linux.go small batch of edits/corrections to comments 2013-12-24 16:40:14 -08:00