summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-06-13Some more bridging work... wiring up in Switch - GitHub issue #68Adam Ierymenko
2014-06-13Network memory for bridge-side multicast groups that we learn - GitHub issue #68Adam Ierymenko
2014-06-12Add flags to EXT_FRAME for better future proofness.Adam Ierymenko
2014-06-10Packet decoder work for EXT_FRAME for bridging - GitHub issue #68Adam Ierymenko
2014-06-10Bridge routing table - GitHub issue #68Adam Ierymenko
2014-06-10Bridging fields in Redis schema for netconf master.Adam Ierymenko
2014-06-10Bridging in NetworkConfig - GitHub Issue #68Adam Ierymenko
2014-06-10Protocol messages for bridging. GitHub issue #68Adam Ierymenko
2014-05-29Installer updates from 0.9.0 release -- only useful to me.Adam Ierymenko
2014-05-29VERSION 0.9.0: upgrade required!Adam Ierymenko
Version 0.9.0 adds a network-wide toggle for blanket broadcast (ff:ff:ff:ff:ff:ff), contains changes for compatibility with the new web site and netconf server code, and most importantly introduces unique non-conflicting MAC address schemes on a per-virtual-network basis. The MAC address change is necessary to support bridging, which is the next major feature to be added. It's not absolutely required, but it makes sure that things work properly in the (probably very rare) case that two virtual networks happen to be directly or indirectly bridged together. The MAC change means that 0.9.0 is a required update. Clients not updating will find themselves unable to communicate with older versions. The underlying protocol is the same, but MAC address resolution and routing will not work properly. Those running binary releases will be updated automatically, while those running from source must download and rebuild. This version also fixes two minor security issues, including one involving file permissions on non-English Windows versions.
2014-05-29Fix for GitHub issue #71Adam Ierymenko
2014-05-29Delete some obsolete stuff.Adam Ierymenko
2014-05-29Build fix for Windows setsockopt().Adam Ierymenko
2014-05-28Make UDP send and receive buffers as big as possible to reduce packet loss.Adam Ierymenko
2014-05-28Add lastSeen and identity to member record if not present.Adam Ierymenko
2014-05-27Re-enable exit on stream close in netconf service.Adam Ierymenko
2014-05-24Netconf fixes.Adam Ierymenko
2014-05-23Don't transmit broadcasts if enableBroadcast is false on a network.Adam Ierymenko
2014-05-23Windows build fixes for MAC changes (in tap driver), some comments and ↵Adam Ierymenko
cleanup in MAC.hpp.
2014-05-23Upgrade AIP for new version of Advanced Installer, bump to 0.9.0.Adam Ierymenko
2014-05-23GitHub issue #58 - options after path on command line were ignored, fixed.Adam Ierymenko
2014-05-23Default for private should be true.Adam Ierymenko
2014-05-23GitHub issue #67Adam Ierymenko
2014-05-23Fixed for Linux tap for GitHub Issue #69Adam Ierymenko
2014-05-23GitHub Issue #69 - make MAC assignment schema differ between virtual networks.Adam Ierymenko
2014-05-23Allow Redis DB# select.Adam Ierymenko
2014-05-22Remove old netconf code.Adam Ierymenko
2014-05-22Node redis module update.Adam Ierymenko
2014-05-21.Adam Ierymenko
2014-05-20Netconf testing and fixes.Adam Ierymenko
2014-05-19Another sanity check on filename for GitHub issue #72Adam Ierymenko
2014-05-19Redis schema updates and fix for GitHub issue #72Adam Ierymenko
2014-05-14Some Redis schema changes.Adam Ierymenko
2014-05-09ZT_USE_TESTNET define in makefiles.Adam Ierymenko
2014-05-09TESTNET supernodes need different addresses.Adam Ierymenko
2014-05-09Merge branch 'adamierymenko-dev' of ↵Adam Ierymenko
ssh://shub-niggurath.zerotier.com:222/git/ZeroTierOne into adamierymenko-dev
2014-05-09More netconf work... set ZT_HOME and chdir there on service launch.Adam Ierymenko
2014-05-08Add testnet ports and ZT_USE_TESTNET define for contacting the ↵Adam Ierymenko
test.zerotier.com net instead of the live net.
2014-05-08Make Service communicate via empty-line-delimited Dictionary objects instead ↵Adam Ierymenko
of the old size prefix way.
2014-05-08A little more cleanup in node code.Adam Ierymenko
2014-05-08Make certificate of membership works in node code!Adam Ierymenko
2014-05-08Clean out unused netconf fields, rename a few, work on new netconf server.Adam Ierymenko
2014-05-07Yet more work on netconf master, add redis docs.Adam Ierymenko
2014-05-06.Adam Ierymenko
2014-05-06Add mkcom functionality to zerotier-idtool for use by new NodeJS ↵Adam Ierymenko
netconf-master code.
2014-05-06New netconf...Adam Ierymenko
2014-05-05Some work on new netconf service...Adam Ierymenko
2014-05-05Retire old netconf mess.Adam Ierymenko
2014-04-18Cleanup, dead code removal, some pretty insignificant security stuff that's ↵Adam Ierymenko
based on recommendations.
2014-04-16Update GitHub READMEAdam Ierymenko