summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-12-22Fix MATCH_RANDOM in controller.Adam Ierymenko
2016-12-22Fix to characteristcs in rules engine.Adam Ierymenko
2016-12-15Basic support for streaming of changes via stdout from controller.Adam Ierymenko
2016-12-12Make allow management from a local.conf parameters.Adam Ierymenko
2016-12-12Remove debug printf.Adam Ierymenko
2016-12-12Add local.conf option to blacklist interfaces by name.Adam Ierymenko
2016-12-12Remove debug printfAdam Ierymenko
2016-12-12Merge branch 'dev' of http://10.6.6.2/zerotier/ZeroTierOne into devAdam Ierymenko
2016-12-12Use an alternative method for enumerating interface addresses on Linux to ↵Adam Ierymenko
avoid poor performance of getifaddrs() when there are many network namespaces.
2016-12-09Dont write IPv6 addresses to IPv4 sections of registry TCPIP settings.Grant Limberg
Also, dont add the prefix length to the IP addresses in there. Appears to fix Github Issue #357. Still waiting on some info from Microsoft for confirmation of a few things.
2016-12-05Minor security: lock roots to only be reachable via World IPs.Adam Ierymenko
2016-11-30Merge branch 'dev' of http://git.int.zerotier.com/ZeroTier/ZeroTierOne into devGrant Limberg
2016-11-30Store MTU as String instead of DWORDGrant Limberg
WindowsEthernetTap was storing the MTU for the ZeroTier Adapter as a DWORD. When changing the value from the network adapter settings UI, it was stored as a string. Updated the call when creating the adapter to store it as a string as windows expects.
2016-11-30Kill some old debug code.Adam Ierymenko
2016-11-30Merge branch 'dev' into systemtrayGrant Limberg
2016-11-29docsAdam Ierymenko
2016-11-28use msbuild instead of devenvGrant Limberg
2016-11-28rethrow windows build errorGrant Limberg
2016-11-28add windows build to JenkinsfileGrant Limberg
2016-11-28Change 'localhost' to 127.0.0.1Grant Limberg
@makerspherehq reported it not working as 'localhost' via Twitter
2016-11-23.Adam Ierymenko
2016-11-23Small fixes.Adam Ierymenko
2016-11-23docsAdam Ierymenko
2016-11-23docs and API stuffAdam Ierymenko
2016-11-22Wire through external path lookup. Static paths should now work.Adam Ierymenko
2016-11-22Fixes to allow usage of ZeroTierOne.h with a C compilerGrant Limberg
2016-11-22use new ZT_Node_Callbacks struct in JNIGrant Limberg
2016-11-22clear cached window positions when display settings changeGrant Limberg
2016-11-22cache window positions so we only have to move after open once.Grant Limberg
2016-11-22Upgrade nlohmann::jsonAdam Ierymenko
2016-11-22Replace long callback arg list with struct, and implement path whitelisting, ↵Adam Ierymenko
path blacklisting, and local.conf support for roles.
2016-11-21Fix a deadlock in federation/upstream code.Adam Ierymenko
2016-11-21Expose relay policy in node settings.Adam Ierymenko
2016-11-21hacky way to set window position but it worksGrant Limberg
2016-11-21Allow relay policy setting in local.confAdam Ierymenko
2016-11-21hyperlinks in the about page are clickableGrant Limberg
2016-11-21Make parse failure of local.conf non-fatal in case people have ancient files ↵Adam Ierymenko
sitting around.
2016-11-21fill out the about viewGrant Limberg
2016-11-21local.conf and support for virtual role definitionAdam Ierymenko
2016-11-21Merge branch 'dev' into systemtrayGrant Limberg
2016-11-21dont close the network list. just hide it so its reusableGrant Limberg
2016-11-18Move split() to OSUtils since it is not used in core.Adam Ierymenko
2016-11-18wired up the startup registry key to the registryGrant Limberg
2016-11-18add a checkbox for startup option in preferencesGrant Limberg
2016-11-18Merge branch 'systemtray' of ↵Grant Limberg
http://git.int.zerotier.com/ZeroTier/ZeroTierOne into systemtray
2016-11-18copy node ID by clicking on node ID menu itemGrant Limberg
2016-11-18copy node ID by clicking on node ID menu itemGrant Limberg
2016-11-18proper shutdownGrant Limberg
2016-11-18Merge branch 'dev' into systemtrayGrant Limberg
2016-11-18fixed an issue where sometimes network data wouldnt be updatedGrant Limberg