summaryrefslogtreecommitdiff
path: root/registry/service.go
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #21045 from calavera/registry_config_optionsSebastiaan van Stijn2016-03-111-8/+13
|\ \
| * | Move registry service options to the daemon configuration.David Calavera2016-03-101-8/+13
| |/
* | fix some typos.allencloud2016-03-101-2/+2
|/
* Login update and endpoint refactorDerek McGowan2016-03-011-26/+29
* Change APIEndpoint to contain the URL in a parsed formatAaron Lehmann2016-02-171-7/+3
* Remove the use of dockerversion from the registry packageDaniel Nephin2016-01-151-6/+6
* Modify import paths to point to the new engine-api package.David Calavera2016-01-061-2/+2
* Do not fall back to the V1 protocol when we know we are talking to a V2 registryAaron Lehmann2015-12-161-9/+6
* Add own reference package wrapperTonis Tiigi2015-12-161-1/+1
* Move registry.SearchResult types to api/types/registry.Daniel Nephin2015-12-151-1/+1
* Move IndexInfo and ServiceConfig types to api/types/registry/registry.goDaniel Nephin2015-12-141-6/+8
* Move AuthConfig to api/typesDaniel Nephin2015-12-141-3/+2
* Update daemon and docker core to use new content addressable storageTonis Tiigi2015-11-241-14/+42
* Merge pull request #16509 from HuKeping/search-problemVincent Demeester2015-10-041-2/+9
|\
| * Fix docker search problemHu Keping2015-10-041-2/+9
* | Prevent push and pull to v1 registries by filtering the available endpoints.Richard Scothern2015-09-251-90/+17
|/
* Merge pull request #15389 from aidanhs/aphs-simpler-pull-codepathAlexander Morozov2015-08-241-18/+24
|\
| * Remove unnecessary func parameter, add mirror endpoint testAidan Hobson Sayers2015-08-071-18/+24
* | typofix - https://github.com/vlajos/misspell_fixerVeres Lajos2015-08-071-1/+1
|/
* registry: Do not push to mirrorsTibor Vass2015-08-061-15/+28
* registry: Change default endpoint on windows to a windows-specific oneTibor Vass2015-07-301-8/+11
* Fix login and search TLS configurationDerek McGowan2015-07-281-18/+1
* Use notary library for trusted image fetch and signingDerek McGowan2015-07-241-50/+1
* Improve documentation and golint compliance of registry packageAaron Lehmann2015-07-241-15/+22
* Remove v1 registry mirror configuration from LookupEndpoints.Richard Scothern2015-07-211-16/+0
* Configure TLS for private registry mirrors.Richard Scothern2015-07-211-2/+19
* Update graph to use vendored distribution client for the v2 codepathDerek McGowan2015-07-161-1/+194
* Add transport package to support CancelRequestTibor Vass2015-05-181-4/+8
* registry: Refactor requestfactory to use http.RoundTrippersTibor Vass2015-05-181-2/+3
* Move CLI config processing out from under registry dirDoug Davis2015-04-231-2/+4
* Remove jobs from registry.ServiceMichael Crosby2015-03-311-182/+19
* Replace aliased imports of logrus, fixes #11762Antonio Murdaca2015-03-261-4/+4
* Remove engine.Status and replace it with standard go errorAntonio Murdaca2015-03-251-24/+26
* Adds support for v2 registry loginJosh Hawn2015-01-151-17/+29
* Moving NewIndexInfo, NewRepositoryInfo and associated helpers into config.goDon Kjer2015-01-081-2/+2
* Deprecating ResolveRepositoryNameDon Kjer2015-01-081-12/+107
* registry: refactor registry.IsSecure calls into registry.NewEndpointTibor Vass2014-11-121-4/+2
* Fix login commandTibor Vass2014-10-301-1/+3
* Do not verify certificate when using --insecure-registry on an HTTPS registryTibor Vass2014-10-301-1/+4
* Don't hard code true for auth jobMichael Crosby2014-10-301-11/+11
* make http usage for registry explicitunclejack2014-10-301-1/+1
* registry: getting Endpoint ironned outVincent Batts2014-10-011-4/+7
* Expand hostname before passing it to NewRegistry()Daniel Menet2014-08-161-1/+1
* Enable `docker search` on private docker registry.Daniel Menet2014-08-161-0/+8
* registry.Registry -> registry.SessionVincent Batts2014-08-131-1/+1
* update go import path and libcontainerVictor Vieux2014-07-241-1/+1
* Disable timeout for pushVictor Vieux2014-06-071-1/+1
* Move 'search' to the registry subsystemSolomon Hykes2014-05-031-1/+51
* Move 'auth' to the registry subsystemSolomon Hykes2014-05-031-0/+54