summaryrefslogtreecommitdiff
path: root/pkg/plugins
Commit message (Expand)AuthorAgeFilesLines
* Fix panic in loading pluginsBrian Goff2016-03-252-11/+36
* *: fix response body leaksAntonio Murdaca2016-03-161-0/+1
* Call plugins with custom transports.David Calavera2016-03-024-21/+120
* Merge pull request #20686 from clintonskitson/bugfix/plugin_desc_leakDavid Calavera2016-02-291-4/+14
|\
| * Fixes plugin file descriptor leak on plugin discoveryClinton Kitson2016-02-261-4/+14
* | Close resp body on plugin call errorBrian Goff2016-02-241-0/+1
|/
* Fix some typos in comments and stringsStefan Weil2016-02-221-1/+1
* Add support for forwarding Docker client through SOCKS proxyAlexander Morozov2016-02-161-1/+3
* fix common misspellVictor Vieux2016-02-111-1/+1
* Windows CI: test-unit on pkg\pluginsJohn Howard2016-02-102-54/+65
* Apply context changes to the client.David Calavera2016-02-041-1/+1
* Add back compat for volume drivers `Get` and `Ls`Brian Goff2016-01-222-4/+36
* Bump plugin API versionBrian Goff2016-01-211-1/+1
* Don't error out on plugin err with jsonBrian Goff2016-01-061-5/+4
* Move responsibility of ls/inspect to volume driverBrian Goff2016-01-052-5/+78
* Remove usage of pkg sockets and tlsconfig.David Calavera2015-12-293-4/+4
* pkg: authorization: do not register the same pluginAntonio Murdaca2015-12-232-2/+1
* authZ: more fixesAntonio Murdaca2015-12-181-13/+4
* pkg: plugins: remove dead codeAntonio Murdaca2015-12-171-13/+5
* 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-052-5/+13
* Add user namespace (mapping) support to the Docker enginePhil Estes2015-10-091-2/+10
* Merge pull request #13777 from cpuguy83/graphdriver_extpointsJess Frazelle2015-10-082-12/+33
|\
| * Create extpoint for graphdriversBrian Goff2015-09-092-12/+33
* | Merge pull request #16494 from calavera/fix_plugin_url_schemeAlexandre Beslic2015-09-232-4/+26
|\ \
| * | Do not hardcode http as plugin URL scheme for secure connections.David Calavera2015-09-222-4/+26
| |/
* | Add README for pluginrpc-genBrian Goff2015-09-221-0/+68
|/
* Lint package pkg/plugins/pluginrpc-genVincent Demeester2015-09-054-18/+26
* Retry registering a volume driverStephen Rust2015-09-011-15/+34
* Add volume API/CLIBrian Goff2015-08-262-5/+13
* Don't globally lock on driver initializationDarren Shepherd2015-08-181-13/+28
* Lint on pkg/* packagesVincent Demeester2015-07-273-6/+49
* Merge pull request #13951 from calavera/plugins_pathSebastiaan van Stijn2015-07-173-82/+94
|\
| * Separate plugin sockets and specs.David Calavera2015-07-163-82/+94
* | time duration should be nano seconds, gccgo treats it as zeroroot2015-07-131-1/+1
* | Merge pull request #13835 from cpuguy83/gen-prcMichael Crosby2015-07-075-0/+553
|\ \ | |/ |/|
| * generate plugin clients via templateBrian Goff2015-06-105-0/+553
* | Plugins JSON spec.David Calavera2015-06-295-43/+128
|/
* Don't forget to clenaup tmpdir in TestFileSpecPlugin()Zefan Li2015-06-041-5/+1
* 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-212-5/+59
* Fixing a Typo in plugins mime-typeMadhu Venugopal2015-05-161-1/+1
* Allow to call back when a plugin is loaded.Madhu Venugopal2015-05-152-2/+16
* Remote plugins plumbing.David Calavera2015-05-155-0/+435