COMMITS
/ api/client/search.go March 16, 2016
V
Update api/client file to use context
Vincent Demeester committed
February 8, 2016
D
Client credentials store.
David Calavera committed
February 3, 2016
A
Introduce a client-side version of resolveAuthConfig
Aaron Lehmann committed
January 5, 2016
D
Modify import paths to point to the new engine-api package.
David Calavera committed
December 15, 2015
D
Move registry.SearchResult types to api/types/registry.
Daniel Nephin committed
December 12, 2015
D
Move IndexInfo and ServiceConfig types to api/types/registry/registry.go
Daniel Nephin committed
D
Move AuthConfig to api/types
Daniel Nephin committed
D
Refactor ResolveAuthConfig to remove the builder dependency on cli code.
Daniel Nephin committed
December 7, 2015
D
Implement docker search with standalone client lib.
David Calavera committed
November 18, 2015
T
Update daemon and docker core to use new content addressable storage
Tonis Tiigi committed
November 9, 2015
A
Remove deprecated cli flags
Antonio Murdaca committed
October 8, 2015
L
Use consistent command description
Lei Jitang committed
October 4, 2015
V
Merge pull request #16509 from HuKeping/search-problem
Vincent Demeester committed
September 22, 2015
H
Fix docker search problem
Hu Keping committed
September 23, 2015
M
client/search: small logic fix
Ma Shimiao committed
May 5, 2015
T
cli: new daemon command and new cli package
Tibor Vass committed
July 3, 2015
M
api/client: close the returned io.ReadCloser
Ma Shimiao committed
May 14, 2015
J
api/client: Allow for multi-line usage help
Josh Hawn committed
April 26, 2015
A
Small if err cleaning
Antonio Murdaca committed
April 22, 2015
P
Fix golint errors in docker/api/client
Peggy Li committed
April 1, 2015
D
Add .docker/config.json and support for HTTP Headers
Doug Davis committed
March 29, 2015
A
Refactor utils/utils, fixes #11923
Antonio Murdaca committed
A
Refactor utils/flags.go, fixes #11892
Antonio Murdaca committed
April 3, 2015
D
Remove engine.Table from docker search and fix missing field
Doug Davis committed
Y
March 31, 2015
M
Remove jobs from registry.Service
Michael Crosby committed
January 12, 2015
D
Fix for issue 9922: private registry search with auth returns 401
Don Kjer committed
March 25, 2015
P
Add godoc-style docstrings to Cmd... methods
Peggy Li committed
J
api/client - The code for all cli commands are in one file #11610
Joey Gibson committed