summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-01-13Merge branch 'dev' of http://10.6.6.2/zerotier/ZeroTierOne into devAdam Ierymenko
2017-01-13Make sure to respond to GET_LATEST with the actual latest.Adam Ierymenko
2017-01-13Merge branch 'dev' of http://git.int.zerotier.com/ZeroTier/ZeroTierOne into devGrant Limberg
2017-01-13fix Android NDK buildGrant Limberg
2017-01-13Remove debug printfs in software updater. It works! At least for unix. Now ↵Adam Ierymenko
to test Windows.
2017-01-13SoftwareUpdate::apply()Adam Ierymenko
2017-01-12Cache downloaded updates to disk.Adam Ierymenko
2017-01-12.Adam Ierymenko
2017-01-12Fix to software update repeat downloads.Adam Ierymenko
2017-01-12Auto-apply updates if enabled.Adam Ierymenko
2017-01-12Build fixes.Adam Ierymenko
2017-01-12More software update work, and settings in local.conf.Adam Ierymenko
2017-01-11.Adam Ierymenko
2017-01-11.Adam Ierymenko
2017-01-11.Adam Ierymenko
2017-01-11.Adam Ierymenko
2017-01-11.Adam Ierymenko
2017-01-11.Adam Ierymenko
2017-01-11Can't send a user message to self.Adam Ierymenko
2017-01-11init fix.Adam Ierymenko
2017-01-11debug code.Adam Ierymenko
2017-01-11Wire up user message handling in OneService event handler.Adam Ierymenko
2017-01-11Software update stuff for test.Adam Ierymenko
2017-01-11Should fix Windows build.Adam Ierymenko
2017-01-11Software update stuff.Adam Ierymenko
2017-01-11Software update integration.Adam Ierymenko
2017-01-11Software update work.Adam Ierymenko
2017-01-11Software updater work.Adam Ierymenko
2017-01-10Refactor some JSON stuff for performance, and fix a build error.Adam Ierymenko
2017-01-10Comment out and disable old auto-update code.Adam Ierymenko
2017-01-09Merge branch 'dev' of http://10.6.6.2/zerotier/ZeroTierOne into devAdam Ierymenko
2017-01-09Wire up VERB_USER_MESSAGE in core.Adam Ierymenko
2017-01-09bring window to front if already openGrant Limberg
2017-01-09Merge branch 'winroute' into devGrant Limberg
2017-01-05Merge branch 'dev' of http://git.int.zerotier.com/ZeroTier/ZeroTierOne into devGrant Limberg
2017-01-05add 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-05remove commented out function declarationGrant Limberg
2017-01-05Potential fix for routing issue on WindowsGrant 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-03properly quote string arguments to copyutil in case there are spaces in the pathGrant Limberg
2016-12-23Windows installer updates.Adam Ierymenko
2016-12-23Update installer, etc., for Mac.Adam Ierymenko
2016-12-23Change org names, add makefile rule for Mac to build new UI.Adam Ierymenko
2016-12-23Remove dead Mac stuff.Adam Ierymenko
2016-12-23Retire old build farm (something new is coming) and update makefile for ↵Adam Ierymenko
linux to not auto-build doc.
2016-12-23Ship 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-23Bump to 1.1.17 for pre-1.2.0 beta.Adam Ierymenko
2016-12-22Auto-authorize new members on public networks properly.Adam Ierymenko
2016-12-22.Adam Ierymenko
2016-12-22Fix JSON parse bug in REDIRECT target.Adam Ierymenko
2016-12-22Add 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.