summaryrefslogtreecommitdiff
path: root/pkg/plugins/client.go
Commit message (Expand)AuthorAgeFilesLines
* refactor: move from io/ioutil to io and os packageEng Zer Jun2021-08-271-2/+1
* Add canonical import commentDaniel Nephin2018-02-051-1/+1
* Add timeouts for volume plugin opsBrian Goff2018-01-161-4/+41
* Update logrus to v1.0.1Derek McGowan2017-07-311-1/+1
* Increase the Coverage of pkg/pluginsRaja Sami2017-06-121-4/+4
* Do not reuse a http.Request after a failure in callWithRetryFelix Abecassis2017-05-261-5/+5
* Add HTTP client timeout.Anusha Ragunathan2016-11-211-6/+23
* Revert "Add default timeout to pkg/plugins/client"Antonio Murdaca2016-09-201-3/+1
* Add default timeout to pkg/plugins/clientChun Chen2016-09-121-1/+3
* plugins: experimental support for new plugin managementTibor Vass2016-06-141-5/+7
* authz: cleanupsAntonio Murdaca2016-06-121-1/+1
* Fix panic in loading pluginsBrian Goff2016-03-231-1/+1
* *: fix response body leaksAntonio Murdaca2016-03-161-0/+1
* Call plugins with custom transports.David Calavera2016-03-021-17/+37
* Close resp body on plugin call errorBrian Goff2016-02-241-0/+1
* Add support for forwarding Docker client through SOCKS proxyAlexander Morozov2016-02-161-1/+3
* Apply context changes to the client.David Calavera2016-02-041-1/+1
* Add back compat for volume drivers `Get` and `Ls`Brian Goff2016-01-221-4/+3
* Bump plugin API versionBrian Goff2016-01-211-1/+1
* Don't error out on plugin err with jsonBrian Goff2016-01-061-5/+4
* Remove usage of pkg sockets and tlsconfig.David Calavera2015-12-291-2/+2
* authZ: more fixesAntonio Murdaca2015-12-181-13/+4
* pkg: plugins: fix and better handle errorsAntonio Murdaca2015-12-151-3/+18
* pkg/plugins/client.go: don't try to encode os decode if it's nilLei Jitang2015-12-051-5/+9
* Add user namespace (mapping) support to the Docker enginePhil Estes2015-10-091-2/+10
* Merge pull request #13777 from cpuguy83/graphdriver_extpointsJess Frazelle2015-10-081-11/+32
|\
| * Create extpoint for graphdriversBrian Goff2015-09-091-11/+32
* | Do not hardcode http as plugin URL scheme for secure connections.David Calavera2015-09-221-4/+10
|/
* Add volume API/CLIBrian Goff2015-08-261-3/+12
* Lint on pkg/* packagesVincent Demeester2015-07-271-2/+6
* time duration should be nano seconds, gccgo treats it as zeroroot2015-07-131-1/+1
* Plugins JSON spec.David Calavera2015-06-291-19/+12
* Merge pull request #13577 from WeiZhang555/httpClosePhil Estes2015-05-291-0/+1
|\
| * bug fix: close http response body no longer in useZhang Wei2015-05-291-0/+1
* | return error when failed to read http response bodyZhang Wei2015-05-291-1/+1
|/
* Volumes refactor and external plugin implementation.David Calavera2015-05-211-4/+16
* Fixing a Typo in plugins mime-typeMadhu Venugopal2015-05-161-1/+1
* Allow to call back when a plugin is loaded.Madhu Venugopal2015-05-151-1/+1
* Remote plugins plumbing.David Calavera2015-05-151-0/+100