Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-23 | Windows auto-update URL and dummy Windows update for testing. | Adam Ierymenko | |
2014-02-21 | Windows service auto-update work. | Adam Ierymenko | |
2014-02-16 | Boring stuff: update dates in copyrights across all files. | Adam Ierymenko | |
2014-02-16 | VERSION 0.7.0: another documentation update (no version change or code changes) | Adam Ierymenko | |
2014-02-16 | VERSION 0.7.0: updated docs (no version change) | Adam Ierymenko | |
See previous commit message for 0.7.0 release notes. | |||
2014-02-14 | VERSION 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-14 | Another Linux installer fix: do not clobber existing directory permissions! | Adam Ierymenko | |
2014-02-15 | Another little Linux installer fix. | Adam Ierymenko | |
2014-02-14 | Small fix to Linux installer. | Adam Ierymenko | |
2014-02-14 | Fix for GitHub issue #38: compute whether we are ONLINE a little differently | Adam Ierymenko | |
2014-02-14 | Clean up old init.d installation files on systemd systems if present. | Adam Ierymenko | |
2014-02-14 | Systemd support on Linux - GitHub issue #39 | Adam Ierymenko | |
2014-02-14 | Fix compiler warnings in Linux build. | Adam Ierymenko | |
2014-02-11 | VERSION 0.6.14: bug fixes, Unix device persistence | Adam 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-11 | Build fix on Linux with G++. | Adam Ierymenko | |
2014-02-11 | Possible bug fix in Topology, have to test... | Adam Ierymenko | |
2014-02-11 | Fix for GitHub issue #37: remember *nix device names. | Adam Ierymenko | |
2014-02-11 | A few little fixes in NodeConfig. | Adam Ierymenko | |
2014-02-11 | Add new Singapore supernode! | Adam Ierymenko | |
2014-02-10 | More local.conf stuff. | Adam Ierymenko | |
2014-02-10 | local.conf in NodeConfig | Adam Ierymenko | |
2014-02-08 | Finally 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-07 | Remove old updates from updates.d on Node startup. | Adam Ierymenko | |
2014-02-06 | Forgot to save solution file. | Adam Ierymenko | |
2014-02-06 | More 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-06 | Windows service work, remove old installer... not sure exactly what we're ↵ | Adam Ierymenko | |
going to use. | |||
2014-02-06 | Fix 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-05 | Fix copyright notice. | Adam Ierymenko | |
2014-02-05 | C++ service base stuff taken from MS public domain example project and ↵ | Adam Ierymenko | |
modified slightly. | |||
2014-02-05 | Delete C# service... going C++, probably integrating with core. | Adam Ierymenko | |
2014-02-05 | Add security notice the first time a user joins a public network. | Adam Ierymenko | |
2014-02-04 | VERSION 0.6.13: small bug fix, UI work | Adam 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-04 | Quick start rev. | Adam Ierymenko | |
2014-02-04 | Undo last commit... | Adam Ierymenko | |
2014-02-04 | Pull static image version of quick start guide. | Adam Ierymenko | |
2014-02-04 | Remove another script that doesn't really belong here. | Adam Ierymenko | |
2014-02-03 | Fix inverted sense bug in new skip-stale-relay logic. | Adam Ierymenko | |
2014-02-03 | VERSION 0.6.12: code cleanup in peers and IP address enumeration improvements | Adam 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-03 | Fix infinite loop bug introduced in last commit. | Adam Ierymenko | |
2014-02-03 | Add a simple but very nice mechanism for avoiding potentially dead supernodes. | Adam Ierymenko | |
2014-02-03 | Yank a code path it turns out we probably don't want. | Adam Ierymenko | |
2014-02-02 | Some work on background service that runs the actual zerotier-one process. | Adam Ierymenko | |
2014-02-02 | Windows installer work... | Adam Ierymenko | |
2014-02-02 | Make software update run a little more often for now. | Adam Ierymenko | |
2014-02-02 | So Linux has getifaddrs() too! Yay! | Adam Ierymenko | |
2014-02-01 | Private struct ifmaddrs for OSX cause struct ifmaddrs is missing too on OSX ↵ | Adam Ierymenko | |
10.6. | |||
2014-02-01 | Real implementation of ips() on OSX, now for Linux. | Adam Ierymenko | |
2014-02-01 | Remove submit script. | Adam Ierymenko | |
2014-02-01 | UI quick start guide. | Adam Ierymenko | |
2014-02-01 | Manually generate IPv6 link-local address only on Mac. | Adam Ierymenko | |