plugins.git
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: 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
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