Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-09 | Merge branch 'dev' of http://10.6.6.2/zerotier/ZeroTierOne into dev | Adam Ierymenko | |
2017-01-09 | Wire up VERB_USER_MESSAGE in core. | Adam Ierymenko | |
2017-01-09 | bring window to front if already open | Grant Limberg | |
2017-01-09 | Merge branch 'winroute' into dev | Grant Limberg | |
2017-01-05 | Merge branch 'dev' of http://git.int.zerotier.com/ZeroTier/ZeroTierOne into dev | Grant Limberg | |
2017-01-05 | add implementations of compareTo() and equals() for VirtualNetworkRoute(). | Grant Limberg | |
Android app was relying on these, but since they didn't exist, they didn't function properly | |||
2017-01-05 | remove commented out function declaration | Grant Limberg | |
2017-01-05 | Potential fix for routing issue on Windows | Grant Limberg | |
Move setting _initialized = true until after WindowsEthernetTap::threadMain() has actually created and brought up the adapter. Also in OneService::nodeVirtualNetworkConfigFunction(), wait up to 5 seconds for WindowsEthernatTap::isInitialized() to return true before attempting to configure the interface and managed routes. Without this, the adapter doesnt actually exist yet when trying to add routes | |||
2017-01-03 | properly quote string arguments to copyutil in case there are spaces in the path | Grant Limberg | |
2016-12-23 | Windows installer updates. | Adam Ierymenko | |
2016-12-23 | Update installer, etc., for Mac. | Adam Ierymenko | |
2016-12-23 | Change org names, add makefile rule for Mac to build new UI. | Adam Ierymenko | |
2016-12-23 | Remove dead Mac stuff. | Adam Ierymenko | |
2016-12-23 | Retire old build farm (something new is coming) and update makefile for ↵ | Adam Ierymenko | |
linux to not auto-build doc. | |||
2016-12-23 | Ship pre-build man pages. We stopped doing this for a bit due to nit-picky ↵ | Adam Ierymenko | |
Debian craziness but since we are not targeting core Debian at the moment bring it back. | |||
2016-12-23 | Bump to 1.1.17 for pre-1.2.0 beta. | Adam Ierymenko | |
2016-12-22 | Auto-authorize new members on public networks properly. | Adam Ierymenko | |
2016-12-22 | . | Adam Ierymenko | |
2016-12-22 | Fix JSON parse bug in REDIRECT target. | Adam Ierymenko | |
2016-12-22 | Add a workaround for an edge case in TEE/REDIRECT if we are the inbound ↵ | Adam Ierymenko | |
destination and teeing is only being done on the outbound side. | |||
2016-12-22 | Fix MATCH_RANDOM in controller. | Adam Ierymenko | |
2016-12-22 | Fix to characteristcs in rules engine. | Adam Ierymenko | |
2016-12-15 | Basic support for streaming of changes via stdout from controller. | Adam Ierymenko | |
2016-12-12 | Make allow management from a local.conf parameters. | Adam Ierymenko | |
2016-12-12 | Remove debug printf. | Adam Ierymenko | |
2016-12-12 | Add local.conf option to blacklist interfaces by name. | Adam Ierymenko | |
2016-12-12 | Remove debug printf | Adam Ierymenko | |
2016-12-12 | Merge branch 'dev' of http://10.6.6.2/zerotier/ZeroTierOne into dev | Adam Ierymenko | |
2016-12-12 | Use 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-09 | Dont 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-05 | Minor security: lock roots to only be reachable via World IPs. | Adam Ierymenko | |
2016-11-30 | Merge branch 'dev' of http://git.int.zerotier.com/ZeroTier/ZeroTierOne into dev | Grant Limberg | |
2016-11-30 | Store MTU as String instead of DWORD | Grant 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-30 | Kill some old debug code. | Adam Ierymenko | |
2016-11-30 | Merge branch 'dev' into systemtray | Grant Limberg | |
2016-11-29 | docs | Adam Ierymenko | |
2016-11-28 | use msbuild instead of devenv | Grant Limberg | |
2016-11-28 | rethrow windows build error | Grant Limberg | |
2016-11-28 | add windows build to Jenkinsfile | Grant Limberg | |
2016-11-28 | Change 'localhost' to 127.0.0.1 | Grant Limberg | |
@makerspherehq reported it not working as 'localhost' via Twitter | |||
2016-11-23 | . | Adam Ierymenko | |
2016-11-23 | Small fixes. | Adam Ierymenko | |
2016-11-23 | docs | Adam Ierymenko | |
2016-11-23 | docs and API stuff | Adam Ierymenko | |
2016-11-22 | Wire through external path lookup. Static paths should now work. | Adam Ierymenko | |
2016-11-22 | Fixes to allow usage of ZeroTierOne.h with a C compiler | Grant Limberg | |
2016-11-22 | use new ZT_Node_Callbacks struct in JNI | Grant Limberg | |
2016-11-22 | clear cached window positions when display settings change | Grant Limberg | |
2016-11-22 | cache window positions so we only have to move after open once. | Grant Limberg | |
2016-11-22 | Upgrade nlohmann::json | Adam Ierymenko | |