containerd/content
Kevin Swiber b365fbecfd Ensure proper types for arguments to time.Unix.
When compiling for armv7, the type is `int32` for `Timespec.Sec` and
`Timespec.Nsec` in the syscall package. When passing these values
to `time.Unix`, the values must be converted to `int64`.

Signed-off-by: Kevin Swiber <kswiber@gmail.com>
2017-04-20 12:55:06 -07:00
..
content_test.go Rewrite imports for new github org 2017-04-03 14:05:44 -07:00
content.go services/content: move service client into package 2017-02-28 17:12:24 -08:00
helpers.go cmd/dist, cmd/ctr: end to end image pull 2017-03-21 13:08:23 -07:00
locks.go content: refactor content store for API 2017-02-21 13:10:22 -08:00
store_unix.go Ensure proper types for arguments to time.Unix. 2017-04-20 12:55:06 -07:00
store_windows.go Initial windows runtime work 2017-04-07 09:20:44 -07:00
store.go Initial windows runtime work 2017-04-07 09:20:44 -07:00
writer.go Rewrite imports for new github org 2017-04-03 14:05:44 -07:00