containerd/content
Tobias Klauser df21828d27
content/local: use syscall.Timespec.Unix
Use the syscall method instead of repeating the type conversions for
the syscall.Stat_t Atim/Atimespec members. This also allows to drop the
//nolint: unconvert comments.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
2022-01-03 12:37:25 +01:00
..
local content/local: use syscall.Timespec.Unix 2022-01-03 12:37:25 +01:00
proxy contentproxy: ensure grpc stream is closed on commit 2021-03-18 22:46:49 -07:00
testsuite close Writer after use which may leak mem 2021-10-12 17:25:08 +08:00
adaptor_test.go tests: add test for adaptor 2021-05-05 17:39:39 +03:00
adaptor.go Fix exported comments enforcer in CI 2021-03-12 08:47:05 -08:00
content.go Add OpenReader to create ReaderAt interface 2021-03-08 12:04:58 -08:00
helpers_test.go Fix content copy to not ignore unexpected EOF 2021-09-09 10:01:51 -07:00
helpers.go feat: Errorf usage 2021-12-13 14:31:53 +08:00