af6d01e79b
Mac fix (probably) for old versions that require tap.kext.
2020-11-26 00:36:52 -05:00
1ef3b2d526
Windows build.
2020-11-25 21:36:31 -05:00
1afd097445
Microsoft signed 32-bit Windows x86 driver.
2020-11-25 23:45:28 -05:00
52fad6e18f
Merge branch 'dev' of http://git.int.zerotier.com/ZeroTier/ZeroTierOne into dev
2020-11-25 23:35:47 -05:00
3f921c01a6
Merge branch 'dev' of http://git.int.zerotier.com/ZeroTier/ZeroTierOne into dev
2020-11-25 23:35:39 -05:00
eefe34354e
Embeddable MSI for new MS-signed X64 Windows tap driver.
2020-11-25 23:35:32 -05:00
5188c7d41f
com & com security already initialized by here
2020-11-25 20:06:43 -08:00
f2ba613fb5
line endings
2020-11-25 19:02:00 -08:00
6cfdd5b2c1
force eol=crlf for driver .inf files
2020-11-25 18:22:52 -08:00
f2cd7cd4eb
set deployment target for tap agent
2020-11-25 15:34:52 -08:00
0a8b692482
fix device binding & possible loopback issue on FreeBSD
2020-11-25 12:03:17 -08:00
1542163689
Merge branch 'dev' of http://git.int.zerotier.com/zerotier/ZeroTierOne
2020-11-25 14:28:48 -05:00
9d66d876f4
Likely fix for some alignment issues on ARM.
2020-11-25 14:28:41 -05:00
0456a71295
Windows feedback loop fix
2020-11-25 11:05:36 -08:00
70b1b4ecc7
Buffer<> has no .empty() method
2020-11-25 09:49:58 -08:00
bc4bd29488
Merge branch 'master' of github.com:zerotier/ZeroTierOne
2020-11-25 10:50:35 -05:00
f906eec42e
Merge branch 'dev' of http://git.int.zerotier.com/ZeroTier/ZeroTierOne into dev
2020-11-24 23:37:54 -05:00
73b5eadd3c
Windows X64 Microsoft-Signed Driver for Windows 10
2020-11-24 23:37:37 -05:00
1f8905dfc9
Merge pull request #1191 from athoik/armv7ve
...
Add support for armv7ve
2020-11-24 19:25:53 -05:00
4465d36db5
Merge pull request #1194 from gutleib/master
...
Add support for Elbrus-family CPU
2020-11-24 19:25:10 -05:00
d64c5a92c6
Merge pull request #1233 from dosuperuser/improvement/optimizations
...
Minor C++ optimizations
2020-11-24 19:24:36 -05:00
0ba358a3d4
Merge pull request #1294 from darkain/master
...
Add ZT_NO_UNALIGNED_ACCESS for ARMv6/7 on FreeBSD
2020-11-24 19:23:19 -05:00
86ff1e7cd2
another comparison fix
2020-11-24 14:12:30 -08:00
13d7e2f2b9
Merge branch 'dev' of github.com:zerotier/ZeroTierOne into dev
2020-11-24 17:02:17 -05:00
bad1e0d529
CentOS build fixes to build in Cent7.
2020-11-24 14:01:46 -08:00
6b21a4f494
fix dns equality check in Android
2020-11-24 13:51:00 -08:00
891815054c
Version bumps.
2020-11-24 16:27:19 -05:00
ce2fb18c02
Set MacOS version flag on assembly file.
2020-11-24 14:27:44 -05:00
2f359a43bf
1.6.1 notes
2020-11-23 20:17:09 -05:00
a1b72f0e1a
Merge branch 'dev' of github.com:zerotier/ZeroTierOne into dev
2020-11-23 14:54:39 -08:00
de308f05e0
missing break in InetAddress::ipScope()
2020-11-23 14:54:13 -08:00
ecfac0601a
Add new bond control commands to CLI
2020-11-23 09:59:28 -08:00
93ffd75b02
Add ZT_NO_UNALIGNED_ACCESS for ARMv6/7 on FreeBSD
...
Unaligned access caused SIGBUS errors on ARMv6 and ARMv7 targets under FreeBSD.
This was also the cause of the repeating TAP devices. Each time the SIGBUS happened, the service would auto-restart itself, create a new TAP device, and then crash again.
The particular place causing the SIGBUS was:
https://github.com/zerotier/ZeroTierOne/blob/master/node/Utils.hpp#L695
2020-11-21 13:30:31 -08:00
8af4eff43e
Merge branch 'dev' of https://github.com/zerotier/ZeroTierOne into dev
2020-11-20 20:34:54 -08:00
167645ba6d
Fix for musl libc.
2020-11-20 21:10:08 -05:00
baeab92737
VERSION 1.6.0
...
See RELEASE-NOTES.md for details.
1.6.0
2020-11-20 18:53:33 -05:00
24162fd490
Merge branch 'dev' of https://github.com/zerotier/ZeroTierOne into dev
2020-11-19 14:39:40 -08:00
95da2bcbcf
move CoUninitialize to the proper place at the end of the tap thread
2020-11-19 14:13:16 -08:00
a9e4fb0ed9
Fix multiple networks on Windows
2020-11-19 14:10:34 -08:00
45b092532e
Merge branch 'dev' of http://git.int.zerotier.com/zerotier/ZeroTierOne into dev
2020-11-19 13:44:03 -05:00
3ec932e194
MacOS ARM64 universal binary build fixes.
2020-11-19 13:43:57 -05:00
565bef05af
Release notes and version bumps.
2020-11-19 13:24:30 -05:00
a0c78da1ad
Revert "Tune thread count based on hardware concurrency."
...
This reverts commit 7b14aeb53e
.
2020-11-18 22:54:05 -05:00
7b14aeb53e
Tune thread count based on hardware concurrency.
2020-11-18 22:42:00 -05:00
f934a09baa
Build fix.
2020-11-18 22:32:57 -05:00
414c248cc5
Try another approach...
2020-11-18 22:26:06 -05:00
ca428233ba
Revert "Try another optimization in LinuxEthernetTap."
...
This reverts commit a390629371
.
2020-11-18 22:24:18 -05:00
3712f9b318
Revert "Shutdown fix."
...
This reverts commit 11545bdb5d
.
2020-11-18 22:24:09 -05:00
11545bdb5d
Shutdown fix.
2020-11-18 22:13:06 -05:00
a390629371
Try another optimization in LinuxEthernetTap.
2020-11-18 22:06:17 -05:00