summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-06-24More build targets.Adam Ierymenko
2016-06-24More Linux Docker build farm targets.Adam Ierymenko
2016-06-24Merge branch 'dev' of http://10.6.6.2/zerotier/ZeroTierOne into devAdam Ierymenko
2016-06-24Bump version.Adam Ierymenko
2016-06-24Bump version.Adam Ierymenko
2016-06-24Changes for Debian packaging to prep for 1.1.6 interim.Adam Ierymenko
2016-06-24Don't back up sqlite db if it hasn't changed to prevent constant thrashing ↵Adam Ierymenko
on inactive controllers.
2016-06-24Forgot NDP emulation flag.Adam Ierymenko
2016-06-24Add 6plane assignment support to network controller, and cleanup.Adam Ierymenko
2016-06-24.Adam Ierymenko
2016-06-24Cleanup of 6plane stuff.Adam Ierymenko
2016-06-23IPv6 NDP emulation flag in NetworkConfig, and implement Docker-friendlyAdam Ierymenko
(and other host friendly) IPv6 /80 magic subnetting to allow massive multicast-free NDP emulated IPv6 networks where each host can have a /48 worth of IPv6 IPs for internal containers, VMs, etc. Alan Kay, thou art avenged. https://ivanovivan.wordpress.com/2010/09/13/alan-kay-quotes/
2016-06-23cli work...Adam Ierymenko
2016-06-23More new CLI work.Adam Ierymenko
2016-06-22.Adam Ierymenko
2016-06-22Outline of new CLI with ability to control controllers/central as well as ↵Adam Ierymenko
service.
2016-06-21Add network local.conf stuff to save network permission settings and wire it ↵Adam Ierymenko
all through via the JSON API. Default route and route management stuff just about done.
2016-06-21cleanupAdam Ierymenko
2016-06-21Plumbing for network setting control, and GitHub issue #330Adam Ierymenko
2016-06-21Comment cleanup.Adam Ierymenko
2016-06-21Route management now works on Windows, including default route override! ↵Adam Ierymenko
1.1.6 very close!
2016-06-21Windows builds again. And there was much rejoicing.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-21Add rule type to match a COM field of the peer by ID and value because this ↵Adam Ierymenko
will be powerful.
2016-06-21Fix Buffer<> version of Dictionary.get().Adam Ierymenko
2016-06-21Add a few technically unnecessary but feel-good paranoia bounds checks in ↵Adam Ierymenko
Dictionary.get().
2016-06-21Another fuzzing code fix.Adam Ierymenko
2016-06-21Comment cleanup and fuzzing improvements.Adam 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 ↵Adam Ierymenko
updates shadow routes so hopefully your link will stay up as you move around.
2016-06-16Default route population works on Mac!Adam Ierymenko
2016-06-16Report routes in locally joined network JSON.Adam Ierymenko
2016-06-17Linux bug fixes, small controller fix.Adam Ierymenko
2016-06-16Bug fix.Adam Ierymenko
2016-06-16Refactor controller for new merged format.Adam Ierymenko
2016-06-16New format now integrated, and it works.Adam Ierymenko
2016-06-16Remove netcon from dev branch. This is moving to its own new ZeroTierSDK ↵Adam Ierymenko
repo for future release under the SDK name.
2016-06-16Self test for dictionary, and fixes.Adam Ierymenko
2016-06-16devicemap now works again in OSXEthernetTapAdam Ierymenko
2016-06-16Big refactor mostly builds. We now have a uniform backward compatible netconf.Adam Ierymenko
2016-06-15New super-packed dictionary -- we are going back to a backward compatibile ↵Adam Ierymenko
format with the old netconf but in an embedded-friendly way. This is simpler.
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 ↵Adam Ierymenko
to attic.
2016-06-14Big refactor in service code to prep for plumbing through route management.Adam Ierymenko
2016-06-13Fix to routes config in controller API.Adam Ierymenko
2016-06-10Controller modifications for default route are ready to test. Will require ↵Adam Ierymenko
slight changes in ZeroTier Central when it goes live.
2016-06-10More controller work, and some RedHat fixes.Adam Ierymenko