plugins.git
2017-05-03 Pengfei NiFix testings accross the project
2017-05-03 Pengfei NiAdd cniVersion to Result
2017-04-05 Dan Williamsspec/plugins: fix 'ip'->'ips' in the spec, bump to...
2017-03-22 Tom Denhamplugins/*: Don't error if the device doesn't exist
2017-03-13 Gabe Rosenhousepkg/ip: improve docstring for SetupVeth
2017-03-10 Gabe Rosenhousepkg/ip: SetupVeth returns net.Interface
2017-03-09 Jay Dunkelbergerpkg/ip: do not leak types from vendored netlink package
2017-03-01 Dan Williamsspec,libcni: add support for injecting runtimeConfig...
2017-02-27 Dan WilliamsMerge pull request #383 from dcbw/test-fixes
2017-02-27 Dan Williamspkg/types: misc current types testcase cleanups
2017-02-27 Dan Williamspkg/testutils: return errors after restoring stdout
2017-02-23 Aithalpkg/ip: refactored so that builds succeed on non-linux...
2017-02-23 Aithalpkg/ns, pkg/types: refactored non linux build fix code to
2017-02-20 Aithalpkg/ns: refactored so that builds succeed on non-linux...
2017-02-08 Gabe RosenhouseMerge pull request #361 from ofiliz/issue-360
2017-02-04 Onur Filizinvoke: Enable plugin file names with extensions
2017-02-03 Paulo Pirespkg/utils/sysctl/sysctl_linux.go: fix typo.
2017-02-03 Paulo Pirespkg/utils/sysctl/sysctl_linux.go: fix build tag.
2017-01-29 Onurspec, libcni, pkg/invoke: Use OS-agnostic separator...
2017-01-25 Dan Williamsspec/plugins: return interface details and multiple...
2017-01-25 Dan Williamspkg/ipam: add testcases
2017-01-25 Dan Williamsmacvlan/ipvlan: use common RenameLink method
2017-01-25 Dan Williamstypes: make Result an interface and move existing Resul...
2017-01-25 Dan Williamstestutils: pass netConf in for version operations;...
2017-01-23 Gabe Rosenhouseskel: adds PluginMainWithError which returns a *types...
2017-01-20 Dan Williamsapi,libcni: add network config list-based plugin chaining
2016-12-14 Dan Williamsall: assert internal objects implement interfaces
2016-11-17 Bryan BorehamExpand description of goroutine+netns problems
2016-10-25 Casey Callendrellotesting: test invocation of newer plugins with an older...
2016-10-17 Gabe Rosenhouseskel tests: correct name of CNI_CONTAINERID in tests...
2016-10-03 Gabe Rosenhousetesting: adds basic test of backwards compatibility
2016-09-19 Gabe Rosenhouseskel: use named constant for Incompatible CNI Version...
2016-09-19 Gabe Rosenhouseversioning: plugins require version match with config
2016-09-19 Gabe Rosenhouseversioning: add basic version decode for network config
2016-09-19 Gabe Rosenhouseskel: Plugins require a cniVersion in the NetConf
2016-09-06 Gabe Rosenhouseversioning: revert spec version to 0.2.0
2016-09-06 Gabe Rosenhouseversioning: misc cleanups
2016-09-02 Gabe Rosenhouseinvoke: better name and unit test coverage for GetVersi...
2016-09-02 Gabe Rosenhouseinvoke: correctly infer version for 0.1.0-vintage plugins
2016-09-02 Gabe Rosenhouseversioning: adds tooling to compile a program against...
2016-09-02 Gabe Rosenhousepkg/invoke: refactor plugin exec and backfill unit...
2016-09-02 Gabe Rosenhouseversioning: document meaning of 'Legacy' version support
2016-09-02 Gabe Rosenhouseversioning: plugins report a list of supported versions
2016-09-01 Gabe RosenhouseMerge pull request #293 from rosenhouse/backfill-invoke...
2016-08-31 Dan WilliamsMerge pull request #290 from asridharan/dcos
2016-08-31 Avinash Sridharanpkg/ns: fixed the check for network namespace path.
2016-08-31 Tom Denhampkg/ip: Ensure that SetupVeth returns correct hostVeth
2016-08-31 Gabe Rosenhouseinvoke: backfill tests for plugin execution
2016-08-12 Tom DenhamMerge pull request #267 from rosenhouse/version-cmd
2016-08-11 Prateek Gogiapkg/ip: Return correct error if container name provided...
2016-08-01 Stefan Junkerpkg/utils/hwaddr tests: cover v4 in v6 addr
2016-07-22 Stefan Junkerpkg/ip link_test: ensure SetHWAddrByIP has an effect
2016-07-22 Stefan Junkerpkg/ip: use iface name in SetHWAddrByIP
2016-07-22 Stefan Junkerpkg/ip tests: cover SetupVeth and DelLinkByName*
2016-07-22 Stefan Junkerplugins: set MAC addresses based on IP
2016-07-22 Stefan Junkerpkg/utils/hwaddr: migrate code from IPAM pkg
2016-07-22 Stefan Junkerpkg/ipam{,test}: improve error handling and tests
2016-07-22 Minhan Xiaadd tests for generateHardwardAddr
2016-07-22 Minhan Xiaconfigure mac address based on assigned ip
2016-07-15 Gabe Rosenhouseplugins: adds new no-op plugin that may be used as...
2016-07-14 Gabe Rosenhousemisc: fix up copyright dates
2016-07-14 Gabe Rosenhousepkg/skel: plugins now respond to VERSION command
2016-07-14 Gabe Rosenhousepkg/skel: improve error message for missing CNI_COMMAND...
2016-07-14 Gabe Rosenhousepkg/skel: missing env var log lines appear in stderr
2016-07-14 Gabe Rosenhousepkg/skel: refactor to use dependency injection
2016-06-14 Pengfei Nipkg/ns: fix misspelling in comment
2016-06-14 Stefan Junkerpkg/types: cover string for unmarshal tests
2016-06-09 Tom Denhampkg/types: Add UnmarshallableString type
2016-05-27 Stefan Junkerpkg/ns: introduce error types indicate NS verification
2016-05-27 Stefan Junkerskel/test: add case for empty NETNS
2016-05-27 Stefan Junkerplugins: don't require CNI_NETNS for DEL command
2016-05-27 Stefan Junkerpkg/skel: allow arg requriements specified by CMD
2016-05-26 Stefan Junkerpkg/ns: consider PROCFS during NS verification
2016-05-24 Stefan Junkerpkg/ns: test IsNSFS()
2016-05-24 Stefan Junkerpkg/ns: test case for rejecting a non-ns nspath
2016-05-24 Stefan Junkerpkg/ns: verify netns when initialized with GetNS
2016-05-24 Stefan Junkerpkg/ns: add tests cases for Close()'d NS
2016-05-24 Stefan Junkerpkg/ns: don't allow operations after Close()
2016-05-20 Dan Williamstestutils: add e2e testing helper code
2016-05-20 Dan Williamsns: add interface, use it, and fix thread-related names...
2016-05-19 Stefan JunkerMerge pull request #199 from dcbw/fix-bridge-tx-queue...
2016-05-19 Michael BridgenMerge pull request #200 from squaremo/simplify-readme
2016-05-19 Angus Leespkg/ns: evaluate syscall number at compile-time
2016-05-19 Angus Leespkg/ns: use correct syscall number on arm
2016-05-19 Stefan Junker*: appc/cni -> containernetworking/cni
2016-05-19 Piotr Skamrukpkg/utils: add functions to work with sysctl
2016-05-19 Gabe RosenhouseDocument use of goroutine and lockosthread in test...
2016-05-19 Dan Williamsns: fix reading net namespace in multi-threaded processes
2016-05-19 Gabe RosenhouseFix issues with MakeNetworkNS test helper
2016-05-19 Gabe RosenhouseAdd basic unit tests of testhelpers
2016-05-19 Gabe RosenhouseExtract inode inspection functions into testhelpers
2016-05-19 Gabe RosenhouseExtract testhelpers from loopback test suite
2016-05-06 Stefan Junker*: appc/cni -> containernetworking/cni
2016-04-22 Stefan JunkerMerge pull request #187 from appc/v0.3.0
2016-04-18 Zach GershmanMerge pull request #182 from rosenhouse/document-lockos...
2016-04-18 Dan Williamsns: fix reading net namespace in multi-threaded processes
2016-04-18 Gabe RosenhouseDocument use of goroutine and lockosthread in test...
2016-04-18 Gabe RosenhouseFix issues with MakeNetworkNS test helper
2016-04-18 Gabe RosenhouseAdd basic unit tests of testhelpers
2016-04-18 Gabe RosenhouseExtract inode inspection functions into testhelpers
next