COMMITS
/ registry/registry_test.go March 15, 2016
A
daemon: update: check len inside public function
Antonio Murdaca committed
March 8, 2016
D
Move registry service options to the daemon configuration.
David Calavera 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 11, 2015
T
Update Named reference with validation of conversions
Tonis Tiigi committed
December 4, 2015
T
Add own reference package wrapper
Tonis Tiigi 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 31, 2015
A
Vendor updated version of docker/distribution
Aaron Lehmann committed
October 9, 2015
D
Update distribution package
Derek McGowan committed
September 16, 2015
R
Prevent push and pull to v1 registries by filtering the available endpoints.
Richard Scothern committed
August 7, 2015
A
Remove unnecessary func parameter, add mirror endpoint test
Aidan Hobson Sayers committed
July 23, 2015
A
Fix uses of "int" where "int64" should be used instead
Aaron Lehmann committed
July 21, 2015
A
Improve documentation and golint compliance of registry package
Aaron Lehmann committed
February 12, 2015
D
Update graph to use vendored distribution client for the v2 codepath
Derek McGowan committed
May 17, 2015
T
remove pkg/transport and use the one from distribution
Tibor Vass committed
July 15, 2015
D
Set canonical name correctly
Derek McGowan committed
July 10, 2015
S
Allow one character repository name components
Stephen J Day committed
June 20, 2015
A
Remove dead code
Antonio Murdaca committed
June 17, 2015
S
Merge pull request #13070 from shishir-a412ed/cleanup_cmd_tag
Sebastiaan van Stijn committed
May 29, 2015
S
Use distribution's ValidateRepositoryName for remote name validation.
Shishir Mahajan committed
June 10, 2015
June 1, 2015
T
registry: debugTransport should print with testing.T.Log
Tibor Vass 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
May 13, 2015
L
Fix invalid tag name
Lei Jitang committed
April 27, 2015
D
trivial: typo cleanup
David Mackey committed
April 22, 2015
D
Move CLI config processing out from under registry dir
Doug Davis committed
March 29, 2015
A
Refactor utils/http.go, fixes #11899
Antonio Murdaca committed
March 2, 2015
S
Docker Tag command: Relax the restriction on namespace (username) length from 30 to 255 characters.
Shishir Mahajan 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 4, 2014
M
Allow hyphens in namespaces.
Matthew Riley committed
December 19, 2014
T
registry: remove accidentally added --insecure-registry feature
Tibor Vass committed
T
registry: add tests for unresolvable domain names in isSecure
Tibor Vass committed
November 16, 2014
D
Chnage LookupRemoteImage to return error
Daehyeok Mun committed
November 11, 2014
T
Add the possibility of specifying a subnet for --insecure-registry
Tibor Vass committed
T
registry: refactor registry.IsSecure calls into registry.NewEndpoint
Tibor Vass committed
J
registry: add tests for IsSecure
Johan Euphrosine committed
November 13, 2014
T
registry: parse INDEXSERVERADDRESS into a URL for easier check in isSecure
Tibor Vass committed
November 12, 2014
T
Put mock registry address in insecureRegistries for unit tests
Tibor Vass committed
E
registry: always treat 127.0.0.1 as insecure for all cases anytime anywhere
Erik Hollensbe committed
October 31, 2014
J
registry: default --insecure-registry to localhost and 127.0.0.1
Johan Euphrosine committed
October 11, 2014
T
Do not verify certificate when using --insecure-registry on an HTTPS registry
Tibor Vass committed
October 6, 2014
U
registry: lint
unclejack committed
August 26, 2014
V
registry: getting Endpoint ironned out
Vincent Batts committed
September 23, 2014
T
Replace get.docker.io -> get.docker.com and test.docker.io -> test.docker.com
Tibor Vass committed