Commit graph

  • 77f6f32704 Removes \\n from debugf calls Victor Vieux 2013-10-25 17:50:40 -0700
  • e5dcf37f11 Merge pull request #2338 from proppy/patch-1 Michael Crosby 2013-10-22 14:48:12 -0700
  • 2f94790d67 registry: fix content-type for PushImageJSONIndex Johan Euphrosine 2013-10-22 11:56:48 -0700
  • 25a427b423 Merge branch 'release' Michael Crosby 2013-10-16 18:20:04 -0700
  • d089108114 Merge pull request #2255 from dotcloud/bump_0.6.4 Michael Crosby 2013-10-16 17:59:45 -0700
  • 8d77082c92 Fix some error cases where a HTTP body might not be closed Jonathan Rudenberg 2013-10-08 15:21:32 -0400
  • 3aedd7294a Merge pull request #2004 from kencochrane/master Victor Vieux 2013-09-25 09:46:15 -0700
  • cbb906e41f fix the error message so it is the same as the regex issue #1999 Ken Cochrane 2013-09-25 11:33:09 -0400
  • 38c0b8a3f1 Merge pull request #1949 from dotcloud/1895-registry-regex Michael Crosby 2013-09-20 14:03:50 -0700
  • 9c366e092d Modify repository name regex to match index Michael Crosby 2013-09-19 20:25:00 -0700
  • 96593dc278 Merge pull request #1908 from dotcloud/bump_v0.6.2 Daniel Mizyrycki 2013-09-18 11:21:51 -0700
  • 49736d5fc7 Prevent panic upon error pulling registry Guillaume J. Charmes 2013-09-16 16:18:25 -0700
  • ee38e49093 Login against private registry Marco Hennings 2013-09-03 20:45:49 +0200
  • 037e1bb1a3 Merge pull request #1628 from dotcloud/bump_0.6.0 Michael Crosby 2013-08-23 10:45:14 -0700
  • 3d099689cc Merge pull request #1473 from shin-/978-opaque-v2 Michael Crosby 2013-08-16 12:24:51 -0700
  • a7b3e7eb78 registry: removing opaqueRequest shin- 2013-07-03 17:24:43 +0200
  • 4ed0cb06e6 Merge pull request #1551 from dotcloud/hotfix_parallel_pull_display Victor Vieux 2013-08-15 04:43:26 -0700
  • ecd70a1948 hot fix display in parallel pull and go fmt Victor Vieux 2013-08-15 11:42:40 +0000
  • e55267bc99 Add GitHub usernames to MAINTAINERS Jonathan Rudenberg 2013-08-09 21:16:44 -0400
  • 856fce8c2c Merge pull request #1481 from titanous/fix-sprint Michael Crosby 2013-08-09 17:28:59 -0700
  • 42b6e56d19 Fix typo: fmt.Sprint -> fmt.Sprintf Jonathan Rudenberg 2013-08-09 19:52:05 -0400
  • 3fdac42b99 Merge pull request #1362 from dotcloud/registry_test Guillaume J. Charmes 2013-08-07 15:30:07 -0700
  • f1ead19f3f Merge pull request #1406 from dotcloud/1363-reduce_timeout-fix Victor Vieux 2013-08-06 04:22:44 -0700
  • 03c1bbbf65 Adapted tests to latest registry changes shin- 2013-08-05 20:28:05 +0200
  • 5ea461f300 Cleanup shin- 2013-08-05 19:07:23 +0200
  • da046e945f Mock access logs don't show up in non-debug mode shin- 2013-08-05 16:22:46 +0200
  • 7c3b31e5d4 gofmt shin- 2013-07-31 19:12:40 +0200
  • 4d9dcc3cba New registry unit tests remade from scratch, using the mock registry shin- 2013-07-31 19:07:31 +0200
  • 93877a859a Mock registry: Fixed a bug where the index validation path would return a 200 status code instead of the expected 204 shin- 2013-07-31 19:05:06 +0200
  • 04cbff8d35 registry: Fixed a bug where token and cookie info wouldn't be sent when using LookupRemoteImage(). Fixed a bug where no error would be reported when getting a non-200 status code in GetRemoteImageLayer() shin- 2013-07-31 19:03:14 +0200
  • 28f0f0ffb8 Disabled test server in the tests Sam Alba 2013-07-26 17:28:17 -0700
  • 34fc4b8407 Mocked registry: Added X-Docker-Size when fetching the layer Sam Alba 2013-07-25 12:57:09 -0700
  • 3ca4529fbe Fixed mocked registry Sam Alba 2013-07-24 19:22:36 -0700
  • 14cc9fcfda Implemented a Mocked version of the Registry server Sam Alba 2013-07-24 17:44:55 -0700
  • 0e12ec253d Merge pull request #1408 from dotcloud/1407-localhost_is_a_domain-fix Victor Vieux 2013-08-05 08:50:12 -0700
  • 67be3be855 Merge pull request #1382 from monnand/650-http-utils Victor Vieux 2013-08-05 08:49:12 -0700
  • fec63826b9 Always consider localhost as a domain name when parsing the FQN repos name Sam Alba 2013-08-04 17:59:12 -0700
  • 1fe03a4bf7 Reduce connect and read timeout when pinging the registry (fixes issue #1363) Sam Alba 2013-08-04 17:42:24 -0700
  • 95b4a0c32a Return JSONError for HTTPResponse error Michael Crosby 2013-07-30 22:48:20 +0000
  • 762dfbfced reqFactory in Registry Nan Monnand Deng 2013-08-02 03:08:08 -0400
  • 11cd5760f9 Return registy status code in error Michael Crosby 2013-07-24 03:01:24 +0000
  • 0b59dcfa2d Make sure the index also receives the checksums Guillaume J. Charmes 2013-07-22 16:44:34 -0700
  • 1c62adeda7 Handle extra-paremeter within checksum calculations Guillaume J. Charmes 2013-07-22 14:50:32 -0700
  • 4a818a5e73 Refactor checksum Guillaume J. Charmes 2013-07-17 12:13:22 -0700
  • 64a8dea9d7 Make sure the cookie is used in all registry queries Guillaume J. Charmes 2013-07-23 11:37:13 -0700
  • 262838e069 Rename: VersionChecker->VersionInfo. Nan Monnand Deng 2013-07-23 17:05:13 -0400
  • 5f13f19407 documentation. Nan Monnand Deng 2013-07-18 14:22:49 -0400
  • 4b7dbfbcc3 reduce the number of string copy operations. Nan Monnand Deng 2013-07-01 17:57:56 -0400
  • 14155d6031 format in the user agent header should follow RFC 2616 Nan Monnand Deng 2013-06-28 19:29:02 -0400
  • e9e0d3c1c5 Removed an unnecessary nil assignment Nan Monnand Deng 2013-06-28 18:46:25 -0400
  • 6a2aee3043 Removed an unnecessary error check. Nan Monnand Deng 2013-06-28 18:45:45 -0400
  • cf8afcf647 added client's kernel version Nan Monnand Deng 2013-06-28 17:48:37 -0400
  • 342460ed9a inserted setUserAgent in each HTTP request Nan Monnand Deng 2013-06-28 17:24:54 -0400
  • 2e95c379d1 Added version checker interface Nan Monnand Deng 2013-06-28 17:12:12 -0400
  • 358574ab57 Hardened repos name validation Sam Alba 2013-07-09 16:46:55 -0700
  • bf8d59a1d4 Fixed potential security issue (never try http on official index when polling the endpoint). Also fixed local repos name when pulling index.docker.io/foo/bar Sam Alba 2013-07-09 11:30:12 -0700
  • a9e04fa4a5 Merge pull request #1144 from dotcloud/standalone_registry Guillaume J. Charmes 2013-07-05 15:56:48 -0700
  • 67115ec479 fmt.Errorf instead of errors.New Sam Alba 2013-07-05 14:56:56 -0700
  • 98060903a9 Fixed ping URL Sam Alba 2013-07-05 14:55:48 -0700
  • 16fa043e34 Allowing namespaces in standalone registry Sam Alba 2013-07-05 14:30:43 -0700
  • c6068feffa Restoring old changeset lost by previous merge Sam Alba 2013-07-05 12:37:07 -0700
  • 6549d83e08 Merging from master Sam Alba 2013-07-05 12:27:10 -0700
  • ec6d1d6020 Adding support for nicer URLs to support standalone registry (+ some registry code cleaning) Sam Alba 2013-07-05 12:20:58 -0700
  • 745148c4aa Merge pull request #1111 from cespare/style-fixes Guillaume J. Charmes 2013-07-03 14:46:05 -0700
  • 7df93a5ab3 Implement several golint suggestions, including: Caleb Spare 2013-07-02 15:27:22 -0700
  • 7e215123fe fix two obvious bugs??? Tobias Schwab 2013-07-02 22:07:02 +0000
  • 258cbb06c9 Resolve conflict Sam Alba 2013-06-28 12:32:41 -0700
  • 03a77bd851 Fixed issue in registry.GetRemoteTags shin- 2013-06-28 18:42:37 +0200
  • 259eeb382c Remove https prefix from registry Guillaume J. Charmes 2013-06-05 15:12:50 -0700
  • e1d8d0245f Rolled back of previous commit (skip cert verification) shin- 2013-05-29 11:39:31 -0700
  • dc97156c83 Skip certificate check (don't error out on self-signed certs) shin- 2013-05-29 11:24:50 -0700
  • 7a664e6a5f Tentative support for independent registries shin- 2013-05-24 10:37:34 -0700
  • 0d85570c9b URL schemes of both Registry and Index are now consistent Sam Alba 2013-06-27 17:55:17 -0700
  • 580d393d3c Merge branch 'master' into simpler-build-upload Solomon Hykes 2013-06-20 14:19:09 -0700
  • 93f9b75094 Merge pull request #941 from dotcloud/makefile_test_subpackages Guillaume J. Charmes 2013-06-20 11:18:37 -0700
  • f60888cc3b rebase master Victor Vieux 2013-06-20 13:56:36 +0000
  • 3238f3ea49 Use opaque requests when we need to preserve urlencoding in registry requests shin- 2013-06-19 13:48:49 -0700
  • 7e78627908 hotfix: nil pointer uppon some registry error Guillaume J. Charmes 2013-06-19 11:07:36 -0700
  • ff418e9c36 gofmt and test sub directories in makefile Victor Vieux 2013-06-19 14:50:58 +0000
  • c7e86e5eab use go 1.1 cookiejar and revome ResetClient Victor Vieux 2013-06-17 18:13:40 +0000
  • 508e152416 Merge branch 'master' into improve_progressbar_pull Guillaume J. Charmes 2013-06-14 12:01:40 -0700
  • c7e63191fd Merge pull request #868 from dotcloud/postupload-endpoints-header Guillaume J. Charmes 2013-06-14 11:53:54 -0700
  • 95606a4363 Merge branch 'master' into postupload-endpoints-header Guillaume J. Charmes 2013-06-14 11:50:58 -0700
  • 7c76c4689d Merge pull request #751 from dotcloud/660-auth_client-feature Guillaume J. Charmes 2013-06-13 11:52:40 -0700
  • ca71aa4f8d Send X-Docker-Endpoints header when validating the images upload with the index at the end of a push shin- 2013-06-10 11:21:56 -0700
  • deddb3c757 Make the progressbar take the image size into consideration Guillaume J. Charmes 2013-06-06 18:16:16 -0700
  • 55205e23b6 bump to master Victor Vieux 2013-06-05 10:23:45 +0000
  • e9ef3f43b7 Merge pull request #808 from dotcloud/795-lintify Guillaume J. Charmes 2013-06-04 14:20:38 -0700
  • ead91d946e linted names Victor Vieux 2013-06-04 18:00:22 +0000
  • 767c90c252 Merge pull request #810 from dotcloud/proxy-fix Sam Alba 2013-06-04 08:46:40 -0700
  • 93c7079f89 fix proxy Victor Vieux 2013-06-04 15:44:27 +0000
  • f9d88d8246 bump to master Victor Vieux 2013-06-04 14:00:18 +0000
  • f085aa4adc drop/omit Victor Vieux 2013-06-04 13:51:12 +0000
  • 30421a801d Merge pull request #797 from dotcloud/registry-fix-missing-body-close Sam Alba 2013-06-03 14:43:50 -0700
  • b9e67a8884 Disabled HTTP keep-alive in the default HTTP client for Registry calls Sam Alba 2013-06-03 14:42:21 -0700
  • 6189c3cb0b Minor changes in registry.go Guillaume J. Charmes 2013-06-03 12:20:52 -0700
  • fc340ec966 Fixed missing Body.Close when doing some HTTP requests. It should improve some request issues. Sam Alba 2013-06-03 12:14:57 -0700
  • e6cc4ff646 move auth to the client WIP Victor Vieux 2013-05-30 15:39:43 +0000
  • e742b3efb6 Merge pull request #739 from dotcloud/push_issue-1 Guillaume J. Charmes 2013-05-29 09:22:12 -0700
  • 3e3a7c03ae Documented who decides what and how. Solomon Hykes 2013-05-28 19:39:09 -0700