COMMITS
/ api/client/login.go March 16, 2016
V
Update api/client file to use context
Vincent Demeester committed
February 24, 2016
A
Change Docker client to support OAuth-based flow for login
Aaron Lehmann committed
March 3, 2016
D
Merge pull request #20824 from runcom/fix-creds-store
David Calavera committed
March 2, 2016
A
api: client: fix login/logout with creds store
Antonio Murdaca committed
March 1, 2016
A
cliconfig: credentials: support getting all auths
Antonio Murdaca committed
K
Remove email address field from login
Ken Cochrane committed
February 8, 2016
D
Client credentials store.
David Calavera committed
February 3, 2016
A
Remove unnecessary call to /info
Arnaud Porterie committed
A
Enable cross-platforms logout from Registry
Arnaud Porterie committed
February 1, 2016
A
Enable cross-platforms login to Registry
Arnaud Porterie committed
January 28, 2016
L
forbid login of a null-string username
Liu Hua committed
January 27, 2016
D
Always prompt for a password when asking for credentials.
David Calavera committed
January 5, 2016
D
Modify import paths to point to the new engine-api package.
David Calavera 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
December 4, 2015
D
Implement docker login with standalone client lib.
David Calavera committed
November 5, 2015
J
Windows: Fix docker login
John Howard committed
October 8, 2015
L
Use consistent command description
Lei Jitang committed
September 9, 2015
H
Use TrimSpace to instead of Trim
Hu Keping committed
July 21, 2015
A
Improve documentation and golint compliance of registry package
Aaron Lehmann committed
May 5, 2015
T
cli: new daemon command and new cli package
Tibor Vass committed
February 12, 2015
D
Update graph to use vendored distribution client for the v2 codepath
Derek McGowan committed
July 10, 2015
J
Windows: Remove meaningless warnings on docker info
John Howard committed
July 3, 2015
M
api/client: close the returned io.ReadCloser
Ma Shimiao committed
June 15, 2015
J
Merge pull request #13869 from jlhawn/multi_line_help_usage
Josh Hawn committed
May 14, 2015
J
api/client: have cli.call() return headers
Josh Hawn committed
J
api/client: Allow for multi-line usage help
Josh Hawn committed
April 22, 2015
D
Move CLI config processing out from under registry dir
Doug Davis committed
April 1, 2015
D
Add .docker/config.json and support for HTTP Headers
Doug Davis committed
March 29, 2015
A
Refactor utils/flags.go, fixes #11892
Antonio Murdaca 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