summaryrefslogtreecommitdiff
path: root/api/client/pull.go
Commit message (Expand)AuthorAgeFilesLines
* Client credentials store.David Calavera2016-02-291-1/+1
* Apply context changes to the client.David Calavera2016-02-041-1/+3
* Introduce a client-side version of resolveAuthConfigAaron Lehmann2016-02-031-1/+1
* Send push information to trust code out-of-bandAaron Lehmann2016-01-081-1/+1
* Modify import paths to point to the new engine-api package.David Calavera2016-01-061-3/+3
* Clean up reference type switchesTonis Tiigi2015-12-161-17/+8
* Add own reference package wrapperTonis Tiigi2015-12-161-5/+4
* Move IndexInfo and ServiceConfig types to api/types/registry/registry.goDaniel Nephin2015-12-141-2/+1
* Move AuthConfig to api/typesDaniel Nephin2015-12-141-2/+2
* Refactor ResolveAuthConfig to remove the builder dependency on cli code.Daniel Nephin2015-12-111-1/+1
* Implement docker pull with standalone client lib.David Calavera2015-12-091-7/+29
* Update daemon and docker core to use new content addressable storageTonis Tiigi2015-11-241-10/+33
* Use consistent command descriptionLei Jitang2015-10-081-1/+1
* Documentation improvements and code cleanups for graph packageAaron Lehmann2015-07-301-1/+1
* Use notary library for trusted image fetch and signingDerek McGowan2015-07-241-10/+15
* cli: new daemon command and new cli packageTibor Vass2015-07-231-1/+2
* Unify docker commands' usage in man and helpMa Shimiao2015-07-021-1/+1
* api/client: Allow for multi-line usage helpJosh Hawn2015-06-101-1/+1
* Windows: Build load.goJohn Howard2015-05-121-2/+2
* Add .docker/config.json and support for HTTP HeadersDoug Davis2015-04-201-2/+0
* Refactor utils/flags.go, fixes #11892Antonio Murdaca2015-03-291-1/+1
* Fix for issue 9922: private registry search with auth returns 401Don Kjer2015-03-261-33/+2
* Add godoc-style docstrings to Cmd... methodsPeggy Li2015-03-251-0/+3
* api/client - The code for all cli commands are in one file #11610Joey Gibson2015-03-241-0/+77