index
:
delta/docker.git
0.10
0.10.1-hotfixes
1.12.x
1.13.0-rc4-cherrypicks
1.13.x
17.03.x
17.04.x
17.05.x
19.03
20.10
22.06
23.0
24.0
6969-reponame-rest-api
b2d-install-rewrite
baserock/v1.0.1
baserock/v1.1.2
bump_v1.10.1
bump_v1.10.2
bump_v1.10.3
bump_v1.11.0
bump_v1.11.1
bump_v1.12.0
bump_v1.12.1
change_email
changelog-1.12.2
cherry-picks-1.12.2
cpuguy-test-sync
doc0.8.1
docs
docs-1.0
docs-1.1
docs-1.3.3
docs-1.4
docs-for-new-commands
fix-ben-redirect
fix-makefile-update-external
fix_registry_pushes
hotfix-0.9.2
icecrime-patch-1
jenkins-test-1
jenkins-test-2
jjh/ioctl-vhd
libn-bump
linkchecker-updates
market_release
master
merge_release_v1.2.0
moby
move-to-markdown
move_git_clone_client_side
moxiegirl-patch-1
moxiegirl-patch-README
name_label
nl
p2p_transfer
patch-bad-formatting
post-1.2.0-docs-update-1
post-1.2.0-docs_update-2
priv-repos
publish-compose-docs
real-master
release
release-0.10
release-0.9
release-1.3
release_v1.8.0
revert-11495-m3
revert-11572-skip-hello-world-test
revert-12383-patch-1
revert-12882-12824-uninstall-docs
revert-16228-ContextualizeEvents
revert-16556-10662-randomunix
revert-20566-20371-validate-hostname
revert-39415-master
shykes-new-docs-maintainers
stevvooe-patch-1
swarm
swarm-backend
swarm-cli
swarm-stack
typofix
v1.6.0
v1.8.2
github.com: dotcloud/docker.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugin
/
v2
/
plugin.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove unneeded "digest" alias for "go-digest"
Sebastiaan van Stijn
2022-03-04
1
-1
/
+1
*
gosec: G601: Implicit memory aliasing in for loop
Sebastiaan van Stijn
2021-06-10
1
-1
/
+3
*
Use containerd dist libs for plugin pull/pull
Brian Goff
2020-04-02
1
-0
/
+1
*
goimports: fix imports
Sebastiaan van Stijn
2019-09-18
1
-2
/
+2
*
Move plugin client creation to the extension point
Brian Goff
2018-05-25
1
-0
/
+45
*
Various code-cleanup
Sebastiaan van Stijn
2018-05-23
1
-1
/
+1
*
Fix typos: remove duplicated "the"
ohbarye
2018-05-17
1
-1
/
+1
*
Merge pull request #35829 from cpuguy83/no_private_mount_for_plugins
Sebastiaan van Stijn
2018-02-21
1
-10
/
+24
|
\
|
*
Ensure plugin returns correctly scoped paths
Brian Goff
2018-02-07
1
-4
/
+8
|
*
Plugins perform propagated mount in runtime spec
Brian Goff
2018-02-07
1
-6
/
+5
|
*
Use runtime spec modifier for metrics plugin hook
Brian Goff
2018-02-07
1
-0
/
+11
*
|
Add canonical import comment
Daniel Nephin
2018-02-05
1
-1
/
+1
|
/
*
Fix potential panic during plugin set.
Anusha Ragunathan
2017-11-28
1
-0
/
+6
*
Make plugin emit strongly typed, consumable events
Brian Goff
2017-07-06
1
-0
/
+2
*
Merge pull request #29564 from aaronlehmann/getter-types
Vincent Demeester
2017-01-10
1
-3
/
+3
|
\
|
*
plugingetter: Avoid all caps for constant declarations
Aaron Lehmann
2017-01-04
1
-3
/
+3
*
|
*: use opencontainers/go-digest package
Stephen J Day
2017-01-06
1
-1
/
+1
|
/
*
Implement content addressability for plugins
Tonis Tiigi
2016-12-23
1
-183
/
+14
*
fix devices in plugins
Victor Vieux
2016-12-15
1
-2
/
+2
*
Refcount graphdriver plugins properly
Brian Goff
2016-12-09
1
-0
/
+14
*
Merge pull request #26398 from tiborvass/plugin-fixes
Anusha Ragunathan
2016-12-09
1
-31
/
+36
|
\
|
*
plugins: container-rootfs-relative paths
Tibor Vass
2016-12-09
1
-31
/
+36
*
|
Fix race in setting plugin refcounts.
Anusha Ragunathan
2016-12-09
1
-3
/
+3
|
/
*
Make v2/Plugin accesses safe.
Anusha Ragunathan
2016-12-06
1
-26
/
+64
*
refactor plugin install
Victor Vieux
2016-12-02
1
-47
/
+0
*
Merge pull request #28601 from tiborvass/plugin-misc-fixes
Anusha Ragunathan
2016-11-22
1
-19
/
+79
|
\
|
*
plugins: misc fixes
Tibor Vass
2016-11-22
1
-21
/
+14
|
*
plugins: support for devices
Tibor Vass
2016-11-22
1
-9
/
+28
|
*
plugins: support for host networking
Tibor Vass
2016-11-21
1
-0
/
+28
|
*
plugins: linux capabilities and device creation
Tibor Vass
2016-11-21
1
-8
/
+28
*
|
Add HTTP client timeout.
Anusha Ragunathan
2016-11-21
1
-0
/
+1
|
/
*
support mounts, devices and args for docker plugin set
Victor Vieux
2016-11-10
1
-2
/
+50
*
rename plugin manifest
Victor Vieux
2016-11-10
1
-32
/
+32
*
support env for docker plugin set
Victor Vieux
2016-11-07
1
-12
/
+45
*
Fix stack overflow in ErrInAdequateCapacity.
Anusha Ragunathan
2016-10-28
1
-4
/
+6
*
Make experimental a runtime flag
Kenfe-Mickael Laventure
2016-10-24
1
-0
/
+240
*
Remove restartmanager from plugins
Tonis Tiigi
2016-10-07
1
-7
/
+6
*
Make graphdrivers work with pluginv2.
Anusha Ragunathan
2016-09-20
1
-242
/
+0
*
add check plugin is not used before rm
Victor Vieux
2016-09-15
1
-0
/
+1
*
Add engine-api types to docker
Michael Crosby
2016-09-07
1
-1
/
+1
*
Reorganize plugin package into sub packages.
Anusha Ragunathan
2016-08-27
1
-0
/
+261