Commit graph

  • 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
  • 2312a0e491 Cereate a new registry object for each request (~session) Guillaume J. Charmes 2013-05-28 17:12:24 -0700
  • aa1796915d Merge pull request #699 from dotcloud/docker_login-fix Victor Vieux 2013-05-24 07:32:38 -0700
  • 6bd45ee686 fix docker login when same username Victor Vieux 2013-05-24 14:23:43 +0000
  • 9373c8e459 Update Push to reflect the correct API Guillaume J. Charmes 2013-05-16 14:33:29 -0700
  • 40ccd26d82 Remove hijack from api when not necessary Guillaume J. Charmes 2013-05-16 12:09:06 -0700
  • c8c892fec4 Disable registry unit tests Guillaume J. Charmes 2013-05-15 17:57:53 -0700
  • 5e6d1a0d56 Update tests to reflect new AuthConfig Guillaume J. Charmes 2013-05-15 17:31:11 -0700
  • 0933aa4424 Move authConfig from runtime to registry Guillaume J. Charmes 2013-05-15 17:17:33 -0700
  • 4a0228fd8e Allow to change login Guillaume J. Charmes 2013-05-15 13:39:24 -0700
  • a82a6bfdff Upload images only when necessary Guillaume J. Charmes 2013-05-15 13:22:57 -0700
  • ffa1e56748 Move httpClient within registry object Guillaume J. Charmes 2013-05-15 19:22:08 +0000
  • b5d8930631 Remove stdout from registry Guillaume J. Charmes 2013-05-15 18:50:52 +0000
  • a2e94b289c Refactor registry Push Guillaume J. Charmes 2013-05-15 18:30:40 +0000
  • 1b23cb09da Begin to implement push with new project structure Guillaume J. Charmes 2013-05-15 03:27:15 +0000
  • 36b58e5abf Split registry into subpackage Guillaume J. Charmes 2013-05-15 01:41:39 +0000