Adam Ierymenko
f2a03f68bd
Add code to clean unused permanent tap interfaces on Windows (but not used yet).
12 years ago
Adam Ierymenko
d997c1a32a
Installer work...
12 years ago
Adam Ierymenko
d27251ec4e
Make AtomicCounter use <atomic> on Windows (eventually this will replace it on other platforms), and some installer work.
12 years ago
Adam Ierymenko
9ae6403346
Installer works, and fix for ugly fonts in pulldown menus in main windows in UI. Also remove dummy installer, which we don't need anymore.
12 years ago
Adam Ierymenko
39d411ce0b
Installer work...
12 years ago
Adam Ierymenko
93fe848bb6
Ignore a build dir.
12 years ago
Adam Ierymenko
9d05897f7a
Windows service works now!
12 years ago
Adam Ierymenko
cbeb9c5236
Installer work, sign devcon.
12 years ago
Adam Ierymenko
2203958798
Windows auto-updater invocation works... time to try an installer!
12 years ago
Adam Ierymenko
268ec8d1e0
Fix for GitHub issue #40 : updates.d not being cleared.
12 years ago
Adam Ierymenko
093d745b86
ZT_OFFICIAL_RELEASE and ZT_AUTO_UPDATE in Windows build in Release mode.
12 years ago
Adam Ierymenko
655b6d1996
Windows auto-update URL and dummy Windows update for testing.
12 years ago
Adam Ierymenko
833a0621fa
Windows service auto-update work.
12 years ago
Adam Ierymenko
b5c3a92be2
Boring stuff: update dates in copyrights across all files.
12 years ago
Adam Ierymenko
78694bb2f5
VERSION 0.7.0: another documentation update (no version change or code changes)
12 years ago
Adam Ierymenko
297cfd86fa
VERSION 0.7.0: updated docs (no version change)
...
See previous commit message for 0.7.0 release notes.
12 years ago
Adam Ierymenko
43b2bf6c16
VERSION 0.7.0: fix two bugs reported on GitHub, public binaries now in the wild!
...
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.
12 years ago
Adam Ierymenko
aceb938e07
Another Linux installer fix: do not clobber existing directory permissions!
12 years ago
Adam Ierymenko
68f44fb932
Another little Linux installer fix.
12 years ago
Adam Ierymenko
e38619dd02
Small fix to Linux installer.
12 years ago
Adam Ierymenko
4ec7cd2760
Fix for GitHub issue #38 : compute whether we are ONLINE a little differently
12 years ago
Adam Ierymenko
b0277ab904
Clean up old init.d installation files on systemd systems if present.
12 years ago
Adam Ierymenko
87b26b0aaf
Systemd support on Linux - GitHub issue #39
12 years ago
Adam Ierymenko
01d13c153d
Fix compiler warnings in Linux build.
12 years ago
Adam Ierymenko
c17082a4f8
VERSION 0.6.14: bug fixes, Unix device persistence
...
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!
12 years ago
Adam Ierymenko
9acfd3eb73
Build fix on Linux with G++.
12 years ago
Adam Ierymenko
0ad84b8723
Possible bug fix in Topology, have to test...
12 years ago
Adam Ierymenko
3f912eb4ad
Fix for GitHub issue #37 : remember *nix device names.
12 years ago
Adam Ierymenko
f1b45f7df0
A few little fixes in NodeConfig.
12 years ago
Adam Ierymenko
29c18d4bde
Add new Singapore supernode!
12 years ago
Adam Ierymenko
33728840ec
More local.conf stuff.
12 years ago
Adam Ierymenko
cd339486b7
local.conf in NodeConfig
12 years ago
Adam Ierymenko
e54a34d8dd
Finally found a Windows installer option that doesn't cost $500 or require me to climb a huge learning curve just to do a basic software install.
12 years ago
Adam Ierymenko
d24b192f8c
Remove old updates from updates.d on Node startup.
12 years ago
Adam Ierymenko
0442d7e2d6
Forgot to save solution file.
12 years ago
Adam Ierymenko
5b97bb247e
More Windows service work... it builds! Now to do a new installer and test. Also fix a Windows compile warning in Switch.cpp.
12 years ago
Adam Ierymenko
8a7486577a
Windows service work, remove old installer... not sure exactly what we're going to use.
12 years ago
Adam Ierymenko
6d17993eb6
Fix a possible infinite loop in netconf service... in the long term need to fix IP assignment logic period cause the current incarnation sucks.
12 years ago
Adam Ierymenko
d0e5da2884
Fix copyright notice.
12 years ago
Adam Ierymenko
d5b50ee466
C++ service base stuff taken from MS public domain example project and modified slightly.
12 years ago
Adam Ierymenko
8031fe00c7
Delete C# service... going C++, probably integrating with core.
12 years ago
Adam Ierymenko
3f6152806f
Add security notice the first time a user joins a public network.
12 years ago
Adam Ierymenko
7fdca150a9
VERSION 0.6.13: small bug fix, UI work
...
This is just a small bug fix and some UI work. Version bumps will be
coming faster too to test auto-update.
12 years ago
Adam Ierymenko
165de71754
Quick start rev.
12 years ago
Adam Ierymenko
6b1a4b6e64
Undo last commit...
12 years ago
Adam Ierymenko
aaf0ef6b19
Pull static image version of quick start guide.
12 years ago
Adam Ierymenko
fb2745ba3b
Remove another script that doesn't really belong here.
12 years ago
Adam Ierymenko
d452ed7db8
Fix inverted sense bug in new skip-stale-relay logic.
12 years ago
Adam Ierymenko
8f5cd0a361
VERSION 0.6.12: code cleanup in peers and IP address enumeration improvements
...
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!
12 years ago
Adam Ierymenko
d7bc3c6f4a
Fix infinite loop bug introduced in last commit.
12 years ago