distribution/docs
Solomon Hykes 8934560bbc Move 'auth' to the registry subsystem
This is the first step towards separating the registry subsystem from
the deprecated `Server` object.

* New service `github.com/dotcloud/docker/registry/Service`
* The service is installed by default in `builtins`
* The service only exposes `auth` for now...
* ...Soon to be followed by `pull`, `push` and `search`.

Docker-DCO-1.1-Signed-off-by: Solomon Hykes <solomon@docker.com> (github: shykes)
2014-05-03 00:37:06 +00:00
..
auth.go Merge auth package within registry 2014-03-10 17:16:58 -07:00
auth_test.go Merge auth package within registry 2014-03-10 17:16:58 -07:00
MAINTAINERS Add GitHub usernames to MAINTAINERS 2013-08-09 21:16:44 -04:00
registry.go Move 'auth' to the registry subsystem 2014-05-03 00:37:06 +00:00
registry_mock_test.go Added support for multiple endpoints in X-Docker-Endpoints header 2014-04-18 17:42:54 +02:00
registry_test.go Merge pull request #4607 from vbatts/vbatts-static_registry 2014-04-29 11:22:44 -07:00
service.go Move 'auth' to the registry subsystem 2014-05-03 00:37:06 +00:00