cni.git
2016-05-19 Tom DenhamRemove reference to policy on accepting PRs
2016-05-19 Piotr Skamrukmacvlan: set proxy_arp in time of creating interface
2016-05-19 Piotr Skamrukpkg/utils: add functions to work with sysctl
2016-05-19 Stefan JunkerREADME: clarify what CNI is
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-19 Brandon PhilipsREADME: add some material on what CNI isn't
2016-05-19 Brandon PhilipsREADME: add some more details on what CNI is
2016-04-08 Stefan Junkertravis: don't go get vet
2016-04-02 Stefan JunkerMerge pull request #173 from jonboulle/master
2016-04-01 Jonathan Boulle*: add missing license headers + check
2016-04-01 Michael BridgenMerge pull request #172 from squaremo/readme_more
2016-04-01 Michael Bridgendocs: add brief section on contributing, to README
2016-04-01 Michael Bridgendocs: cosmetic edits to README.md
2016-03-31 Stefan JunkerMerge pull request #168 from steveeJ/chain-len
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-31 Zach GershmanMerge pull request #171 from steveeJ/bump-cni
2016-03-31 Stefan Junkervendoring: bump coreos/go-iptables to 0.1.0
2016-03-31 Michael BridgenMerge pull request #170 from jonboulle/master
2016-03-31 Jonathan BoulleREADME: add Calico and Weave as CNI users
2016-03-31 Stefan JunkerMerge pull request #169 from philips/add-users
2016-03-30 Brandon PhilipsREADME: add a list of CNI users
2016-03-24 Zach GershmanMerge pull request #165 from dcbw/go15-vendor
2016-03-24 Dan Williamsscripts: fix build with go-1.5 after switch to vendor/
2016-03-23 Zach GershmanMerge pull request #158 from steveeJ/loadargs
2016-03-21 Stefan Junkerpkg/types: add tests for args
2016-03-21 Stefan JunkerGodeps: bump ginkgo for table extensions
2016-03-21 Stefan Junkerpkg/types: add IgnoreUnknown arg and logic
2016-03-21 Stefan Junkerplugins/host-local: only call LoadArgs() once
2016-03-21 Stefan JunkerMerge pull request #162 from zachgersh/remove-workspace
2016-03-21 zachgershbuild script: remove the _workspace from GOPATH
2016-03-20 Zach GershmanMerge pull request #161 from steveeJ/skel-tests
2016-03-18 Stefan Junkerpkg/skel: add rudimentary unit tests
2016-03-17 Stefan JunkerMerge pull request #156 from zachgersh/vendor
2016-03-17 Zach GershmanMerge pull request #157 from achanda/vet
2016-03-17 Zachary GershmanLet go tip fail, add vendor flag for 1.5
2016-03-16 Abhishek ChandaFix govet warnings
2016-03-16 Zachary GershmanMoves to official vendoring solution
2016-03-15 Zach GershmanMerge pull request #154 from rosenhouse/withnetns-errors
2016-03-15 Gabe RosenhouseUpdate docstring on WithNetNS
2016-03-15 Gabe RosenhouseWithNetNS restores original namespace when callback...
2016-03-15 Zach GershmanMerge pull request #146 from achanda/trusty
2016-03-14 Zach GershmanMerge pull request #153 from steveeJ/maintainer-add...
2016-03-14 Stefan JunkerMAINTAINERS: welcome Zach!
2016-03-09 Stefan JunkerMerge pull request #148 from steveeJ/coverage-batches
2016-03-05 Stefan Junkertravis & README: add coveralls coverage report
2016-03-04 Stefan JunkerMerge pull request #144 from squaremo/rename-delegate...
2016-03-04 Michael BridgenAdd invoke.Delegate{Add,Del} for use by meta-plugins
2016-03-03 Stefan JunkerMerge pull request #142 from steveeJ/fix-loopback-result
2016-03-03 Abhishek ChandaUse Ubuntu Trusty in travis
2016-03-02 Stefan JunkerMerge pull request #143 from zachgersh/more-tests
2016-03-02 Stefan Junkertests: loopback DEL
2016-03-02 zachgershAdds travis badge, now we have more tests
2016-03-02 zachgershMake sure invoke tests are running
2016-03-02 Stefan Junkertests: loopback stdout must be JSON
2016-03-02 Stefan Junkerplugins/loopback: take lo down on CmdDel
2016-03-02 Stefan Junkerplugins/loopback: return empty result
2016-03-02 Stefan JunkerMerge pull request #120 from zachgersh/find-better...
2016-03-02 Stefan JunkerMerge pull request #121 from zachgersh/loopback-plugin
2016-02-29 zachgershHandle namespaces with care
2016-02-29 Zachary GershmanCreate a plugin for up'ing a lo device
2016-02-29 Zachary GershmanAdds ginkgo / gomega as a dependency
2016-02-25 Stefan JunkerMerge pull request #135 from achanda/travis
2016-02-25 Abhishek ChandaTweak the travis file
2016-02-24 Stefan JunkerMerge pull request #132 from steveeJ/scripts
2016-02-24 Stefan JunkerMerge pull request #117 from kinvolk/alban/net-tuning
2016-02-23 Stefan Junkerscripts: add DEBUG option
2016-02-19 Stefan JunkerMerge pull request #107 from aanm/pretty-result
2016-02-19 André Martinsadded the String method to Result type
2016-02-18 Alban Crequynew plugin: tuning
2016-02-18 Stefan JunkerMerge pull request #108 from aanm/fix-ip-json-tag
2016-02-10 Zachary GershmanBetter error message when plugin cannot be found
2016-02-10 Stefan JunkerMerge pull request #119 from jonboulle/master
2016-02-10 Jonathan BoulleMAINTAINERS: remove Eugene from list
2016-01-31 André Martinsfixed ipam host-local IP json tag
2016-01-29 Stefan JunkerMerge pull request #105 from steveeJ/scripts
2016-01-29 Stefan Junkerscript/priv-net-run: improve shebang compatibility
2016-01-29 Stefan JunkerMerge pull request #103 from steveeJ/dns
2016-01-29 Stefan Junker*: reflect SPEC's DNS changes in implementation
2016-01-29 Stefan Junkerdocs/ptp: update example and DNS description
2016-01-29 Stefan JunkerSPEC: DNS information as dictionary, adding domain...
2016-01-27 Jonathan BoulleMerge pull request #104 from dcbw/revendor-go-iptables
2016-01-27 Dan WilliamsRevendor go-iptables to get --wait behavior
2016-01-27 Stefan JunkerMerge pull request #102 from steveeJ/scripts
2016-01-27 Stefan Junkerscripts/priv-net-run: print plugin results if DEBUG>0
2016-01-27 Stefan JunkerMerge pull request #101 from steveeJ/shebangs
2016-01-27 Stefan Junkerscripts: improve shebang compatibility
2016-01-27 Stefan JunkerMerge pull request #99 from kinvolk/alban/dns-config
next