summaryrefslogtreecommitdiff
path: root/osdep
AgeCommit message (Expand)Author
2016-10-16Run as nonroot user on Linux (with CAP_NET_ADMIN and CAP_NET_RAW added).Michał Zieliński
2016-10-07Fix size of neighbor solicitation structGrant Limberg
2016-10-04fix typo in assert sizeGrant Limberg
2016-09-30Merge branch 'dev' of http://10.6.6.2/zerotier/ZeroTierOne into devAdam Ierymenko
2016-09-30Network delete fix.Adam Ierymenko
2016-09-30Add IPv6 Neighbor Discovery code. Not yet tested.Grant Limberg
2016-09-29Minor tweaks to member code in controller, and fix Linux build.Adam Ierymenko
2016-09-14No, definitely have to back out GitHub issue #385 (non-bisected routes) since...Adam Ierymenko
2016-09-13Route management bug fixes.Adam Ierymenko
2016-09-13Implement relay policy, and setting multicast limit to 0 now disables multica...Adam Ierymenko
2016-09-13Try a version of GitHub issue #385 (non-bifurcated default if not present) on...Adam Ierymenko
2016-09-12Back out of GitHub issue #385 for now and maybe for this release. Would be ni...Adam Ierymenko
2016-09-09Just always do route bifurcation on Linux for now... basically the old behavior.Adam Ierymenko
2016-09-08Do not bifurcate if not replacing an existing route. (Still need to tie up Li...Adam Ierymenko
2016-08-16More controller work -- it builds!Adam Ierymenko
2016-07-28More rules engine work: key/value pair matching for microsegmentation.Adam Ierymenko
2016-07-26Fix for running under MUSL libc (e.g. Alpine Linux)Adam Ierymenko
2016-07-21sys/sysctl.h is required on OSX and probably other BSDAdam Ierymenko
2016-07-21Merge pull request #348 from the-maldridge/remove-sysctlAdam Ierymenko
2016-07-12More OSX IPv6 fixes.Adam Ierymenko
2016-07-12Do not shadow our own route twice on Mac if there is no default route. (Fix f...Adam Ierymenko
2016-07-07Tiny fixes to LinuxEthernetTapAdam Ierymenko
2016-07-06Remove explicit sys/sysctl.h includesMichael Aldridge
2016-06-23More new CLI work.Adam Ierymenko
2016-06-21Comment cleanup.Adam Ierymenko
2016-06-21Route management now works on Windows, including default route override! 1.1....Adam Ierymenko
2016-06-21Default route override and route management in general now works in Linux.Adam Ierymenko
2016-06-21GitHub issue #338Adam Ierymenko
2016-06-21GitHub issue #339Adam Ierymenko
2016-06-21Make Dictionary templatable so it can be used where we want a higher capacity.Adam Ierymenko
2016-06-17Tying up default route and route mgmt loose ends. It now periodically updates...Adam Ierymenko
2016-06-16Default route population works on Mac!Adam Ierymenko
2016-06-17Linux bug fixes, small controller fix.Adam Ierymenko
2016-06-16devicemap now works again in OSXEthernetTapAdam Ierymenko
2016-06-16Build fixes.Adam Ierymenko
2016-06-15Default route ready to test on Mac.Adam Ierymenko
2016-06-15ManagedRoute, which applies C++ RAII to injected routes. Move RoutingTable to...Adam Ierymenko
2016-06-14Big refactor in service code to prep for plumbing through route management.Adam Ierymenko
2016-06-08Support yet another old version of http-parser for CentOS/EPEL.Adam Ierymenko
2016-06-08Fix include for system json-parser.Adam Ierymenko
2016-06-08Fix build against Debian version of libhttp-parser -- its old but it will work.Adam Ierymenko
2016-06-08Remove warnings, more Debian stuff, remove obsolete ui/ stuff.Adam Ierymenko
2016-04-06RoutingTable build fixes.Adam Ierymenko
2016-04-06Consolidate routing table code.Adam Ierymenko
2016-04-06Put routing table code back in osdep/Adam Ierymenko
2016-04-06.Adam Ierymenko
2016-04-05Binder for Windows, and use Binder to get local interface addresses to advert...Adam Ierymenko
2016-04-05OneService now binds all ports to specific local interfaces instead of wildca...Adam Ierymenko
2016-04-05More refactoring and prep for explicit interface bindings (for default route ...Adam Ierymenko
2016-04-05Fix Cluster to send from a designated endpoint address instead of wildcard.Adam Ierymenko