distribution/registry
Patrick Devine 74563efe98 Catalog for V2 API Implementation
This change adds a basic catalog endpoint to the API, which returns a list,
or partial list, of all of the repositories contained in the registry.  Calls
to this endpoint are somewhat expensive, as every call requires walking a
large part of the registry.

Instead, to maintain a list of repositories, you would first call the catalog
endpoint to get an initial list, and then use the events API to maintain
any future repositories.

Signed-off-by: Patrick Devine <patrick.devine@docker.com>
2015-07-21 21:45:14 -07:00
..
api Catalog for V2 API Implementation 2015-07-21 21:45:14 -07:00
auth Move challenge http status code logic 2015-06-17 18:23:55 -07:00
client Catalog for V2 API Implementation 2015-07-21 21:45:14 -07:00
handlers Catalog for V2 API Implementation 2015-07-21 21:45:14 -07:00
listener [Server] Listen and serve on a unix socket 2015-05-11 16:00:14 +03:00
middleware Rename top level registry interface to namespace 2015-04-09 19:21:33 -07:00
storage Catalog for V2 API Implementation 2015-07-21 21:45:14 -07:00
doc.go Integrate layer info cache with registry and storage 2015-04-02 20:15:16 -07:00