36fa22c821Fix a race condition in pull through cache population by removing the functionality of readers joining current downloads. Concurrent requests for the same blob will not block, but only the first instance will be comitted locally.
Richard Scothern
2015-09-18 16:11:35 -0700
515b9596e7Fix a race condition in pull through cache population by removing the functionality of readers joining current downloads. Concurrent requests for the same blob will not block, but only the first instance will be comitted locally.
Richard Scothern
2015-09-18 16:11:35 -0700
d5ca577ad1Allow hostname components in component names.
Matt Moore
2015-10-07 16:06:53 -0700
74c32a0a51Allow hostname components in component names.
Matt Moore
2015-10-07 16:06:53 -0700
4946d0d035Merge pull request #1072 from compnski/patch-1
Richard Scothern
2015-10-08 10:12:21 -0700
1c1917fd5aUpdate configuration.md
Jason Freidman
2015-10-06 16:23:04 -0700
0b543b4767change flag name to better follow the other flags that start with disable;
Jessica Frazelle
2015-10-06 15:45:32 -0700
a0007130cfMerge pull request #1076 from harche/patch-2
Richard Scothern
2015-10-07 10:09:15 -0700
4ff7656ba1Typo in command to check registry version
harche
2015-10-07 15:38:13 +0530
60edb40c29Merge pull request #16509 from HuKeping/search-problem
Vincent Demeester
2015-10-04 18:21:32 +0200
82965f6c84Fix docker search problem
Hu Keping
2015-09-22 19:44:40 +0800
89bedf1e7fMerge pull request #1048 from docker/docs-secure-default
Richard Scothern
2015-10-01 10:26:38 -0700
1039e2dc26Merge pull request #950 from jackpgriffin/master
Richard Scothern
2015-10-01 10:15:54 -0700
61a4a1362cMerge pull request #950 from jackpgriffin/master
Richard Scothern
2015-10-01 10:15:54 -0700
7f83bfd8afCorrect the default setting of s3's "secure" parameter in configuration.md
Aaron Lehmann
2015-09-30 18:41:06 -0700
ebaa771c3bPrevent push and pull to v1 registries by filtering the available endpoints. Add a daemon flag to control this behaviour. Add a warning message when pulling an image from a v1 registry. The default order of pull is slightly altered with this changset.
Richard Scothern
2015-09-16 10:42:17 -0700
d03c56129cMerge pull request #991 from mattmoor/expires_in_proposal
Richard Scothern
2015-09-25 15:23:28 -0700
07b05a72bbMerge pull request #999 from nakedible-p/patch-1
Richard Scothern
2015-09-25 15:23:03 -0700
794975e9e6Merge pull request #1014 from shyr/patch-3
Richard Scothern
2015-09-23 10:04:33 -0700
cbf83ecd31Add an "enabled" parameter under "readonly", and make it as if the mutable handlers don't exist when read-only mode is enabled
Aaron Lehmann
2015-08-06 18:02:43 -0700
a601f92336Add an "enabled" parameter under "readonly", and make it as if the mutable handlers don't exist when read-only mode is enabled
Aaron Lehmann
2015-08-06 18:02:43 -0700
df9758ba39Add a read-only mode as a configuration option
Aaron Lehmann
2015-08-06 10:34:35 -0700
c9bb330b71Add a read-only mode as a configuration option
Aaron Lehmann
2015-08-06 10:34:35 -0700
9fb5fe4fbbDon't return a nil array and a nil error if the Tags endpoint cannot be found Signed-off-by: Richard Scothern <richard.scothern@gmail.com>
Richard Scothern
2015-09-18 11:26:34 -0700
f36ab5a834Don't return a nil array and a nil error if the Tags endpoint cannot be found Signed-off-by: Richard Scothern <richard.scothern@gmail.com>
Richard Scothern
2015-09-18 11:26:34 -0700
b8a1ec4155Avoid returning nil, nil when fetching a manifest by tag by introducing a new error ErrManifestNotModified which can be checked by clients.
Richard Scothern
2015-09-18 11:00:44 -0700
924913b4c3Avoid returning nil, nil when fetching a manifest by tag by introducing a new error ErrManifestNotModified which can be checked by clients.
Richard Scothern
2015-09-18 11:00:44 -0700
ca7c845dc0Fixes#684
Matt Moore
2015-09-16 09:33:24 -0700
f8109a78f9Merge pull request #997 from xiekeyang/typo
Richard Scothern
2015-09-18 12:03:58 -0700