docs/archive
Alexander Larsson a96a26c62f Handle compressed tars in ApplyLayer
When pulling from a registry we get a compressed tar archive, so
we need to wrap the stream in the right kind of compress reader.

Unfortunately go doesn't have an Xz decompression method, but I
don't think any docker layers use that atm anyway.
2013-12-17 14:19:48 +01:00
..
MAINTAINERS Move archive.go to sub package 2013-10-31 16:57:45 -07:00
archive.go Handle compressed tars in ApplyLayer 2013-12-17 14:19:48 +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 Re-enable TestApplyLayer 2013-12-13 15:50:25 +01:00
diff.go Handle compressed tars in ApplyLayer 2013-12-17 14:19:48 +01:00
stat_darwin.go archive: Implement ApplyLayer directly 2013-12-13 15:43:50 +01:00
stat_linux.go archive: Implement ApplyLayer directly 2013-12-13 15:43:50 +01:00