summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-03-06(1) Fix menu bar item font size on Windows, (2) fix for possible Windows ↵Adam Ierymenko
EthernetTap infinite loop while enumerating registry.
2014-03-05VERSION 0.7.1: small Linux compile fix on g++, does not merit new releaseAdam Ierymenko
2014-03-05VERSION 0.7.1: installation fixes, new supernodeAdam Ierymenko
This version contains fixes to Linux installation and deployment and adds a new supernode in Tokyo, Japan. It also has a working Windows installer, though a bit more testing is going to take place before Windows binaries are actually released.
2014-03-05Fix GitHub issue #45 - Linux install issuesAdam Ierymenko
2014-03-05New supernode: shoggoth.zerotier.com in Tokyo, Japan! This just about covers ↵Adam Ierymenko
the entire world for global low-latency peer location and relaying.
2014-03-05Revisions to Linux install script, and support for init.d or upstart systems ↵Adam Ierymenko
without chkconfig (Ubuntu).
2014-03-05Script to build UI against our own new precompiled Win32 static Qt binary, ↵Adam Ierymenko
which paradoxiclally results in a smaller executable than dynamic Qt and doesn't require us to bundle a million DLLs. Also update installer to reflect that. Finally, add a step to the installer to remove all instances of the tap device on full uninstall so as not to leave orphaned junk in your network connections or device manager. Looking good!
2014-03-04Disable SSE on 32-bit Windows builds since people might still be using old ↵Adam Ierymenko
school chips... x64 builds with SSE since pretty much all AMD64/x86_64 chips have it.
2014-03-04Build with /MT on Windows so we can stop having to install a ↵Adam Ierymenko
redistributable... makes installer less noisy but unfortunately makes binary bigger. Oh well.
2014-03-03Make sysV init script run as daemon, for GitHub issue #45Adam Ierymenko
2014-03-03-d switch for daemonizing on UnixAdam Ierymenko
2014-03-03Add option to install drivers in driver cache on Windows, needed for Windows ↵Adam Ierymenko
installer. Blech.
2014-02-28Add prerequisites (VS2012 redistributables) to installer.Adam Ierymenko
2014-02-28*nix build fixAdam Ierymenko
2014-02-28Add code to clean unused permanent tap interfaces on Windows (but not used yet).Adam Ierymenko
2014-02-28Installer work...Adam Ierymenko
2014-02-28Make AtomicCounter use <atomic> on Windows (eventually this will replace it ↵Adam Ierymenko
on other platforms), and some installer work.
2014-02-27Installer works, and fix for ugly fonts in pulldown menus in main windows in ↵Adam Ierymenko
UI. Also remove dummy installer, which we don't need anymore.
2014-02-27Installer work...Adam Ierymenko
2014-02-27Ignore a build dir.Adam Ierymenko
2014-02-27Windows service works now!Adam Ierymenko
2014-02-26Installer work, sign devcon.Adam Ierymenko
2014-02-26Windows auto-updater invocation works... time to try an installer!Adam Ierymenko
2014-02-24Fix for GitHub issue #40: updates.d not being cleared.Adam Ierymenko
2014-02-23ZT_OFFICIAL_RELEASE and ZT_AUTO_UPDATE in Windows build in Release mode.Adam Ierymenko
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.