moby--moby/pkg/system
Stefan J. Wernli 041a9510c6 Fixing 'docker save' on Windows.
Save was failing file integrity checksums due to bugs in both
Windows and Docker. This commit includes fixes to file time handling
in tarexport and system.chtimes that are necessary along with
the Windows platform fixes to correctly support save. With this
change, sysfile_backups for windowsfilter driver are no longer
needed, so that code is removed.

Signed-off-by: Stefan J. Wernli <swernli@microsoft.com>
2016-02-08 18:08:49 -08:00
..
chtimes.go Fixing 'docker save' on Windows. 2016-02-08 18:08:49 -08:00
chtimes_test.go
chtimes_unix.go Fixing 'docker save' on Windows. 2016-02-08 18:08:49 -08:00
chtimes_unix_test.go Fixing 'docker save' on Windows. 2016-02-08 18:08:49 -08:00
chtimes_windows.go Fixing 'docker save' on Windows. 2016-02-08 18:08:49 -08:00
chtimes_windows_test.go
errors.go
events_windows.go
filesys.go
filesys_windows.go
lstat.go
lstat_unix_test.go
lstat_windows.go
meminfo.go
meminfo_linux.go Replace pkg/units with docker/go-units. 2015-12-16 12:26:49 -05:00
meminfo_unix_test.go Replace pkg/units with docker/go-units. 2015-12-16 12:26:49 -05:00
meminfo_unsupported.go
meminfo_windows.go
mknod.go
mknod_windows.go
path_unix.go builder: remove container package dependency 2015-12-15 17:24:07 +01:00
path_windows.go builder: remove container package dependency 2015-12-15 17:24:07 +01:00
stat.go
stat_freebsd.go
stat_linux.go
stat_solaris.go Fix downstream client API build errors on Solaris 2015-12-30 18:25:42 -05:00
stat_unix_test.go
stat_unsupported.go Fix downstream client API build errors on Solaris 2015-12-30 18:25:42 -05:00
stat_windows.go
syscall_unix.go
syscall_windows.go
umask.go
umask_windows.go
utimes_darwin.go
utimes_freebsd.go
utimes_linux.go
utimes_unix_test.go
utimes_unsupported.go
xattrs_linux.go
xattrs_unsupported.go