Граф коммитов

2 Коммитов

Автор SHA1 Сообщение Дата
Stephen J Day 002fcc738c client: plumb net/context.Context through entire API
In general, `net/context.Context` should be the first argument to
methods that may be on a request call chain. While some API methods had
context, many did not, making support inconsistent. Applications that
require full plumbing of context, such as those that rely on
cancellation for resource cleanup, would be incompatible with
inconsistent plumbing. The change takes a first pass at adding context
through the entire API.

Signed-off-by: Stephen J Day <stephen.day@docker.com>
2016-03-08 13:30:37 -08:00
Vincent Demeester 6052572f38 Update file names according to their types…
… to follow the actual naming pattern.

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2016-02-07 09:16:49 +01:00