summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-02-23Windows auto-update URL and dummy Windows update for testing.Adam Ierymenko
2014-02-21Windows service auto-update work.Adam Ierymenko
2014-02-16Boring stuff: update dates in copyrights across all files.Adam Ierymenko
2014-02-16VERSION 0.7.0: another documentation update (no version change or code changes)Adam Ierymenko
2014-02-16VERSION 0.7.0: updated docs (no version change)Adam Ierymenko
See previous commit message for 0.7.0 release notes.
2014-02-14VERSION 0.7.0: fix two bugs reported on GitHub, public binaries now in the wild!Adam Ierymenko
Version 0.7.0 commemorates public beta binaries now being in the wild for Mac and Linux platforms, though this actually happened a few days ago with 0.6.14. This version fixes two bugs. First, the Linux installer/updater now supports both systemd and regular SysV init. It will detect which your distro uses at install/update time and install the zerotier-one service accordingly. Secondly, this fixes an issue that caused the service to always show ONLINE in the GUI or 'zerotier-cli info' even if there was no net connection. The online status should be more reliably reported now.
2014-02-14Another Linux installer fix: do not clobber existing directory permissions!Adam Ierymenko
2014-02-15Another little Linux installer fix.Adam Ierymenko
2014-02-14Small fix to Linux installer.Adam Ierymenko
2014-02-14Fix for GitHub issue #38: compute whether we are ONLINE a little differentlyAdam Ierymenko
2014-02-14Clean up old init.d installation files on systemd systems if present.Adam Ierymenko
2014-02-14Systemd support on Linux - GitHub issue #39Adam Ierymenko
2014-02-14Fix compiler warnings in Linux build.Adam Ierymenko
2014-02-11VERSION 0.6.14: bug fixes, Unix device persistenceAdam Ierymenko
This version adds persistence of *nix device names (where possible), and fixes a possible crash in Topology.cpp that was introduced in a previous revision. It also adds a new supernode located in Singapore!
2014-02-11Build fix on Linux with G++.Adam Ierymenko
2014-02-11Possible bug fix in Topology, have to test...Adam Ierymenko
2014-02-11Fix for GitHub issue #37: remember *nix device names.Adam Ierymenko
2014-02-11A few little fixes in NodeConfig.Adam Ierymenko
2014-02-11Add new Singapore supernode!Adam Ierymenko
2014-02-10More local.conf stuff.Adam Ierymenko
2014-02-10local.conf in NodeConfigAdam Ierymenko
2014-02-08Finally found a Windows installer option that doesn't cost $500 or require ↵Adam Ierymenko
me to climb a huge learning curve just to do a basic software install.
2014-02-07Remove old updates from updates.d on Node startup.Adam Ierymenko
2014-02-06Forgot to save solution file.Adam Ierymenko
2014-02-06More Windows service work... it builds! Now to do a new installer and test. ↵Adam Ierymenko
Also fix a Windows compile warning in Switch.cpp.
2014-02-06Windows service work, remove old installer... not sure exactly what we're ↵Adam Ierymenko
going to use.
2014-02-06Fix a possible infinite loop in netconf service... in the long term need to ↵Adam Ierymenko
fix IP assignment logic period cause the current incarnation sucks.
2014-02-05Fix copyright notice.Adam Ierymenko
2014-02-05C++ service base stuff taken from MS public domain example project and ↵Adam Ierymenko
modified slightly.
2014-02-05Delete C# service... going C++, probably integrating with core.Adam Ierymenko
2014-02-05Add security notice the first time a user joins a public network.Adam Ierymenko
2014-02-04VERSION 0.6.13: small bug fix, UI workAdam Ierymenko
This is just a small bug fix and some UI work. Version bumps will be coming faster too to test auto-update.
2014-02-04Quick start rev.Adam Ierymenko
2014-02-04Undo last commit...Adam Ierymenko
2014-02-04Pull static image version of quick start guide.Adam Ierymenko
2014-02-04Remove another script that doesn't really belong here.Adam Ierymenko
2014-02-03Fix inverted sense bug in new skip-stale-relay logic.Adam Ierymenko
2014-02-03VERSION 0.6.12: code cleanup in peers and IP address enumeration improvementsAdam Ierymenko
This version ties up some stuff that remains in the core before binary release. It adds support for direct interface IP enumeration on *nix systems, as well as a fix for IPv6 link-local addresses on OSX. This also contains some cleanup in Peer and some improvements to help detect and route around dead or unreachable supernodes. Getting close!
2014-02-03Fix infinite loop bug introduced in last commit.Adam Ierymenko
2014-02-03Add a simple but very nice mechanism for avoiding potentially dead supernodes.Adam Ierymenko
2014-02-03Yank a code path it turns out we probably don't want.Adam Ierymenko
2014-02-02Some work on background service that runs the actual zerotier-one process.Adam Ierymenko
2014-02-02Windows installer work...Adam Ierymenko
2014-02-02Make software update run a little more often for now.Adam Ierymenko
2014-02-02So Linux has getifaddrs() too! Yay!Adam Ierymenko
2014-02-01Private struct ifmaddrs for OSX cause struct ifmaddrs is missing too on OSX ↵Adam Ierymenko
10.6.
2014-02-01Real implementation of ips() on OSX, now for Linux.Adam Ierymenko
2014-02-01Remove submit script.Adam Ierymenko
2014-02-01UI quick start guide.Adam Ierymenko
2014-02-01Manually generate IPv6 link-local address only on Mac.Adam Ierymenko