plugins.git
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
2016-04-18 Gabe RosenhouseExtract testhelpers from loopback test suite
2016-04-07 Piotr Skamrukpkg/utils: add functions to work with sysctl
2016-04-01 Jonathan Boulle*: add missing license headers + check
2016-03-31 Stefan Junkerpkg/utils: correct the test's expected chain names
2016-03-31 Stefan Junker*: add comment to iptables rules for ipmasq
2016-03-31 Stefan Junkerpkg/utils: remove unneeded condition in tests
2016-03-31 Stefan Junkerpkg/utils: fix docstring
2016-03-31 Stefan Junkerpkg/utils: split and unexport constants
2016-03-31 Stefan Junkerpkg/utils: fix docstring
2016-03-31 Stefan Junkerpkg/utils: use constant for chain prefix
2016-03-31 Stefan Junkerpkg/utils: use name+id for hash and extend tests
2016-03-31 Abhishek Chandapkg: add a function to generate chain names
2016-03-21 Stefan Junkerpkg/types: add tests for args
2016-03-21 Stefan Junkerpkg/types: add IgnoreUnknown arg and logic
2016-03-18 Stefan Junkerpkg/skel: add rudimentary unit tests
2016-03-15 Gabe RosenhouseUpdate docstring on WithNetNS
2016-03-15 Gabe RosenhouseWithNetNS restores original namespace when callback...
2016-03-04 Michael BridgenAdd invoke.Delegate{Add,Del} for use by meta-plugins
2016-03-02 Stefan JunkerMerge pull request #120 from zachgersh/find-better...
2016-02-19 André Martinsadded the String method to Result type
2016-02-10 Zachary GershmanBetter error message when plugin cannot be found
2016-01-29 Stefan Junker*: reflect SPEC's DNS changes in implementation
2016-01-26 Alban Crequy*: add "dns" field to the configuration
2015-12-16 Derek Gonyeopkg/ip: fix typo in error message, s/iptabes/iptables/
2015-09-29 Eugene YakubovichChange copyright from CoreOS to CNI authors
2015-09-24 Stefan Junkerlink: switch to host netns to set up host veth end
2015-09-24 Stefan JunkerRevert "plugins/ptp: allow host veth to be UP"
2015-09-24 Stefan Junkerplugins/ptp: allow host veth to be UP
next