COMMITS
/ registry/service.go March 14, 2016
V
Merge pull request #20970 from dmcgowan/login-oauth
Vincent Demeester committed
March 10, 2016
S
Merge pull request #21045 from calavera/registry_config_options
Sebastiaan van Stijn committed
March 8, 2016
D
Move registry service options to the daemon configuration.
David Calavera committed
March 9, 2016
A
fix some typos.
allencloud committed
February 23, 2016
D
Add support for identity token with token handler
Derek McGowan committed
March 1, 2016
D
Login update and endpoint refactor
Derek McGowan committed
February 18, 2016
A
Change APIEndpoint to contain the URL in a parsed format
Aaron Lehmann committed
January 4, 2016
D
Remove the use of dockerversion from the registry package
Daniel Nephin committed
January 5, 2016
D
Modify import paths to point to the new engine-api package.
David Calavera committed
December 4, 2015
A
Do not fall back to the V1 protocol when we know we are talking to a V2 registry
Aaron Lehmann committed
T
Add own reference package wrapper
Tonis Tiigi 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
November 18, 2015
T
Update daemon and docker core to use new content addressable storage
Tonis Tiigi 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 16, 2015
R
Prevent push and pull to v1 registries by filtering the available endpoints.
Richard Scothern committed
August 24, 2015
A
Merge pull request #15389 from aidanhs/aphs-simpler-pull-codepath
Alexander Morozov committed
August 7, 2015
V
typofix - https://github.com/vlajos/misspell_fixer
Veres Lajos committed
A
Remove unnecessary func parameter, add mirror endpoint test
Aidan Hobson Sayers committed
August 6, 2015
T
registry: Do not push to mirrors
Tibor Vass committed
July 24, 2015
T
registry: Change default endpoint on windows to a windows-specific one
Tibor Vass committed
July 28, 2015
D
Fix login and search TLS configuration
Derek McGowan committed
July 15, 2015
D
Use notary library for trusted image fetch and signing
Derek McGowan committed
July 21, 2015
A
Improve documentation and golint compliance of registry package
Aaron Lehmann committed
R
Remove v1 registry mirror configuration from LookupEndpoints.
Richard Scothern committed
R
Configure TLS for private registry mirrors.
Richard Scothern committed
February 12, 2015
D
Update graph to use vendored distribution client for the v2 codepath
Derek McGowan committed
May 16, 2015
T
Add transport package to support CancelRequest
Tibor Vass committed
May 14, 2015
T
registry: Refactor requestfactory to use http.RoundTrippers
Tibor Vass committed
April 22, 2015
D
Move CLI config processing out from under registry dir
Doug Davis committed
March 31, 2015
M
Remove jobs from registry.Service
Michael Crosby committed
March 26, 2015
A
Replace aliased imports of logrus, fixes #11762
Antonio Murdaca committed
March 25, 2015
A
Remove engine.Status and replace it with standard go error
Antonio Murdaca committed
December 12, 2014
J
Adds support for v2 registry login
Josh Hawn committed
January 7, 2015
D
Moving NewIndexInfo, NewRepositoryInfo and associated helpers into config.go
Don Kjer committed
October 7, 2014
D
Deprecating ResolveRepositoryName
Don Kjer committed
November 11, 2014
T
registry: refactor registry.IsSecure calls into registry.NewEndpoint
Tibor Vass committed
October 29, 2014
T
Fix login command
Tibor Vass committed
October 11, 2014
T
Do not verify certificate when using --insecure-registry on an HTTPS registry
Tibor Vass committed
August 20, 2014
M
Don't hard code true for auth job
Michael Crosby committed
August 16, 2014
U
make http usage for registry explicit
unclejack committed
August 26, 2014
V
registry: getting Endpoint ironned out
Vincent Batts committed
August 10, 2014
D
Expand hostname before passing it to NewRegistry()
Daniel Menet committed
August 9, 2014
D
Enable `docker search` on private docker registry.
Daniel Menet committed
August 7, 2014
V
registry.Registry -> registry.Session
Vincent Batts committed
July 24, 2014
V
update go import path and libcontainer
Victor Vieux committed
June 7, 2014
V
Disable timeout for push
Victor Vieux committed
April 27, 2014
S
Move 'search' to the registry subsystem
Solomon Hykes committed