summaryrefslogtreecommitdiff
path: root/registry/registry.go
Commit message (Expand)AuthorAgeFilesLines
...
* Improve documentation and golint compliance of registry packageAaron Lehmann2015-07-241-11/+14
* Update graph to use vendored distribution client for the v2 codepathDerek McGowan2015-07-161-138/+56
* remove pkg/transport and use the one from distributionTibor Vass2015-07-161-2/+2
* Remove RC4 from the list of registry cipher suitesEric Windisch2015-06-291-0/+2
* Remove dead codeAntonio Murdaca2015-06-201-24/+0
* registry: debugTransport should print with testing.T.LogTibor Vass2015-06-011-5/+8
* Fix race in httpsRequestModifier.ModifyRequest when writing tlsConfigAntonio Murdaca2015-05-231-2/+8
* Windows: fix registry filepath and locationArnaud Porterie2015-05-191-5/+11
* Add transport package to support CancelRequestTibor Vass2015-05-181-62/+44
* requestdecorator: repurpose the package and rename to useragentTibor Vass2015-05-181-9/+9
* registry: Refactor requestfactory to use http.RoundTrippersTibor Vass2015-05-181-71/+151
* Increase default connection timeout to 30sJames Lal2015-05-181-2/+3
* Replace aliased imports of logrus, fixes #11762Antonio Murdaca2015-03-261-5/+5
* Rename package timeout to timeoutconn.Rik Nijessen2015-02-251-2/+2
* Move TimeoutConn to seperate pkg dir.Rik Nijessen2015-02-251-2/+2
* Moving NewIndexInfo, NewRepositoryInfo and associated helpers into config.goDon Kjer2015-01-081-187/+3
* Deprecating ResolveRepositoryNameDon Kjer2015-01-081-16/+135
* Allow hyphens in namespaces.Matthew Riley2015-01-051-3/+12
* validate image ID properly & before loadunclejack2014-12-111-2/+2
* registry: don't iterate through certsVincent Batts2014-11-041-21/+8
* Do not verify certificate when using --insecure-registry on an HTTPS registryTibor Vass2014-10-301-86/+55
* Refactor IsSecure changeMichael Crosby2014-10-301-25/+19
* make http usage for registry explicitunclejack2014-10-301-0/+49
* Use dual-stack Dialer when talking to registyGleb M Borisov2014-10-211-2/+6
* On Red Hat Registry Servers we return 404 on certification errors.Dan Walsh2014-10-201-1/+4
* Avoid fallback to SSL protocols < TLS1.0Daniel, Dao Quang Minh2014-10-151-1/+5
* Add provenance pull flow for official imagesDerek McGowan2014-10-011-0/+1
* registry: getting Endpoint ironned outVincent Batts2014-10-011-78/+0
* Refactor all pre-compiled regexp to package level varsPhil Estes2014-09-161-2/+2
* Merge pull request #7609 from ewindisch/max_imgnameMichael Crosby2014-09-081-0/+5
|\
| * Restrict repository names from matching hexadecimal stringsEric Windisch2014-08-271-0/+5
* | Style fixes for registry/registry.goAlexandr Morozov2014-08-261-31/+20
|/
* Extract log utils into pkg/logJosiah Kiehl2014-08-131-6/+7
* registry.Registry -> registry.SessionVincent Batts2014-08-131-672/+0
* Merge pull request #7324 from erikh/move_tarsumTibor Vass2014-07-311-1/+2
|\
| * utils/tarsum* -> pkg/tarsumErik Hollensbe2014-07-301-1/+2
* | Remove CheckSum from utils; replace with a TeeReaderErik Hollensbe2014-07-301-2/+3
|/
* Move parsing functions to pkg/parsers and the specific kernel handlingErik Hollensbe2014-07-291-1/+2
* move resumablerequestreader to pkgunclejack2014-07-291-1/+2
* update go import path and libcontainerVictor Vieux2014-07-241-2/+2
* Merge pull request #6727 from unclejack/improve_bytes_rangeVincent Batts2014-07-231-30/+20
|\
| * get layer: remove HEAD req & pass down responseunclejack2014-07-211-30/+20
* | Merge pull request #7050 from Aigeruth/fix/push_image_layer_registry_content_...Vincent Batts2014-07-211-0/+1
|\ \ | |/ |/|
| * Add Content-Type header in PushImageLayerRegistryGabor Nagy2014-07-161-0/+1
* | Add support for client certificates for registriesAlexander Larsson2014-06-131-52/+173
|/
* registry: remove unneeded time.Duration()Brandon Philips2014-06-081-3/+3
* Disable timeout for pushVictor Vieux2014-06-071-12/+11
* improve trusted location detectionVictor Vieux2014-06-071-1/+1
* only forward auth to trusted locationsVictor Vieux2014-06-051-1/+28
* resume pulling the layer on disconnectunclejack2014-06-021-3/+42