plugins.git
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-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
2015-09-18 Eugene Yakubovichbug fix: exec of DEL cmd caused JSON decode error
2015-09-16 Michael BridgenFactor an API out into a module
2015-09-08 Neil Wilsonplugin/ipam: correct formatting of error message
2015-09-08 Neil WilsonIPAM plugin: improve error messages
2015-09-07 Jonathan Boulleplugin/ipam: fix typo in error message
2015-09-05 Stefan JunkerCNI_ARGS: use ';' to split args as documented
2015-09-03 Stefan Junkerhost-local: allow ip request via CNI_ARGS
2015-07-13 Eugene Yakubovichenable net.ipv4.ip_forward in plugins that need it
2015-06-12 Eugene YakubovichNo more path rewriting
2015-06-09 Eugene YakubovichPropagate json error object to the caller
2015-05-21 Eugene Yakubovichadd DHCP IPAM plugin
2015-05-08 Eugene YakubovichMerge pull request #9 from eyakubovich/errors
2015-05-08 Eugene Yakubovichreport errors via JSON
2015-05-08 Eugene YakubovichDo not use netns as ID or for entropy
2015-04-27 Eugene YakubovichAdd plugin code