COMMITS
/ registry/session.go March 16, 2016
A
*: fix response body leaks
Antonio Murdaca committed
March 1, 2016
D
Login update and endpoint refactor
Derek McGowan committed
K
Remove email address field from login
Ken Cochrane committed
January 26, 2016
D
Respond with 401 when there is an unauthorized error from the registry.
David Calavera 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 15, 2015
D
Move registry.SearchResult types to api/types/registry.
Daniel Nephin committed
December 14, 2015
V
Merge pull request #18644 from calavera/remove_timeout_func_dependency_from_api_lib
Vincent Demeester committed
D
Remove timeout shared function.
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 13, 2015
J
Fix typos found across repository
Justas Brazauskas committed
November 14, 2015
A
Improved push and pull with upload manager and download manager
Aaron Lehmann committed
November 18, 2015
T
Update daemon and docker core to use new content addressable storage
Tonis Tiigi committed
September 7, 2015
D
Make RegistryConfig a typed value in the api.
David Calavera committed
August 6, 2015
B
Better/more specific error messages on connect
Brian Goff 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
July 22, 2015
J
better i/o timeout error on pull
Jessica Frazelle committed
April 8, 2015
M
fix 8926: rmi dangling is unsafe when pulling
Ma Shimiao 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 16, 2015
T
Fix issue where Search API endpoint would panic due to empty AuthConfig
Tibor Vass committed
July 10, 2015
M
Add the X-Docker-Token header to the /v1/search requests.
Matt Moore committed
June 19, 2015
M
Unconditionally add AuthTransport.
Matt Moore committed
June 10, 2015
June 8, 2015
T
Do not set auth headers if 302
Tibor Vass committed
June 2, 2015
P
Merge pull request #13650 from jvgogh/master
Phil Estes committed
June 1, 2015
J
Upon HTTP 302 redirect do not include "Authorization" header on 'untrusted' registries.
Jeffrey van Gogh committed
A
Fix race condition in registry/session
Alexander Morozov committed
May 21, 2015
T
registry: fix auth bug
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
April 26, 2015
A
Small if err cleaning
Antonio Murdaca committed
April 23, 2015
J
Merge pull request #12417 from hashneo/patch-1
Jessie Frazelle committed
April 22, 2015
D
Move CLI config processing out from under registry dir
Doug Davis committed
April 19, 2015
R
Removes redundant else in registry/session.go
Rick Wieman committed
A
Refactor else branches
Antonio Murdaca committed
April 15, 2015
S
What if authConfig or factory is Null?
Steven Taylor committed
March 29, 2015
A
Refactor utils/utils, fixes #11923
Antonio Murdaca committed
A
Refactor utils/http.go, fixes #11899
Antonio Murdaca committed
March 26, 2015
A
Replace aliased imports of logrus, fixes #11762
Antonio Murdaca committed
January 12, 2015
D
Fix for issue 9922: private registry search with auth returns 401
Don Kjer committed
March 23, 2015
D
Add check for 404 on get repository data
Derek McGowan committed
March 14, 2015
Z
print detailed error info for docker pull
Zhang Wei committed
March 16, 2015
D
Quote registry error strings
Derek McGowan committed
January 31, 2015
L
delete duplicated word in registry/session.go
Liu Hua committed
December 12, 2014
J
Adds support for v2 registry login
Josh Hawn committed
January 9, 2015
Q
registry: fix minor type
Qiang Huang committed