Grant Limberg
f2cd7cd4eb
set deployment target for tap agent
5 years ago
Grant Limberg
0a8b692482
fix device binding & possible loopback issue on FreeBSD
5 years ago
Adam Ierymenko
1542163689
Merge branch 'dev' of http://git.int.zerotier.com/zerotier/ZeroTierOne
5 years ago
Adam Ierymenko
9d66d876f4
Likely fix for some alignment issues on ARM.
5 years ago
Grant Limberg
0456a71295
Windows feedback loop fix
5 years ago
Grant Limberg
70b1b4ecc7
Buffer<> has no .empty() method
5 years ago
Adam Ierymenko
bc4bd29488
Merge branch 'master' of github.com:zerotier/ZeroTierOne
5 years ago
Adam Ierymenko
f906eec42e
Merge branch 'dev' of http://git.int.zerotier.com/ZeroTier/ZeroTierOne into dev
5 years ago
Adam Ierymenko
73b5eadd3c
Windows X64 Microsoft-Signed Driver for Windows 10
5 years ago
Adam Ierymenko
1f8905dfc9
Merge pull request #1191 from athoik/armv7ve
...
Add support for armv7ve
5 years ago
Adam Ierymenko
4465d36db5
Merge pull request #1194 from gutleib/master
...
Add support for Elbrus-family CPU
5 years ago
Adam Ierymenko
d64c5a92c6
Merge pull request #1233 from dosuperuser/improvement/optimizations
...
Minor C++ optimizations
5 years ago
Adam Ierymenko
0ba358a3d4
Merge pull request #1294 from darkain/master
...
Add ZT_NO_UNALIGNED_ACCESS for ARMv6/7 on FreeBSD
5 years ago
Grant Limberg
86ff1e7cd2
another comparison fix
5 years ago
Adam Ierymenko
13d7e2f2b9
Merge branch 'dev' of github.com:zerotier/ZeroTierOne into dev
5 years ago
Adam Ierymenko
bad1e0d529
CentOS build fixes to build in Cent7.
5 years ago
Grant Limberg
6b21a4f494
fix dns equality check in Android
5 years ago
Adam Ierymenko
891815054c
Version bumps.
5 years ago
Adam Ierymenko
ce2fb18c02
Set MacOS version flag on assembly file.
5 years ago
Adam Ierymenko
2f359a43bf
1.6.1 notes
5 years ago
Grant Limberg
a1b72f0e1a
Merge branch 'dev' of github.com:zerotier/ZeroTierOne into dev
5 years ago
Grant Limberg
de308f05e0
missing break in InetAddress::ipScope()
5 years ago
Joseph Henry
ecfac0601a
Add new bond control commands to CLI
5 years ago
Vincent Milum Jr
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
5 years ago
Joseph Henry
8af4eff43e
Merge branch 'dev' of https://github.com/zerotier/ZeroTierOne into dev
5 years ago
Adam Ierymenko
167645ba6d
Fix for musl libc.
5 years ago
Adam Ierymenko
baeab92737
VERSION 1.6.0
...
See RELEASE-NOTES.md for details.
5 years ago
Joseph Henry
24162fd490
Merge branch 'dev' of https://github.com/zerotier/ZeroTierOne into dev
5 years ago
Grant Limberg
95da2bcbcf
move CoUninitialize to the proper place at the end of the tap thread
5 years ago
Grant Limberg
a9e4fb0ed9
Fix multiple networks on Windows
5 years ago
Adam Ierymenko
45b092532e
Merge branch 'dev' of http://git.int.zerotier.com/zerotier/ZeroTierOne into dev
5 years ago
Adam Ierymenko
3ec932e194
MacOS ARM64 universal binary build fixes.
5 years ago
Adam Ierymenko
565bef05af
Release notes and version bumps.
5 years ago
Adam Ierymenko
a0c78da1ad
Revert "Tune thread count based on hardware concurrency."
...
This reverts commit 7b14aeb53e .
5 years ago
Adam Ierymenko
7b14aeb53e
Tune thread count based on hardware concurrency.
5 years ago
Adam Ierymenko
f934a09baa
Build fix.
5 years ago
Adam Ierymenko
414c248cc5
Try another approach...
5 years ago
Adam Ierymenko
ca428233ba
Revert "Try another optimization in LinuxEthernetTap."
...
This reverts commit a390629371 .
5 years ago
Adam Ierymenko
3712f9b318
Revert "Shutdown fix."
...
This reverts commit 11545bdb5d .
5 years ago
Adam Ierymenko
11545bdb5d
Shutdown fix.
5 years ago
Adam Ierymenko
a390629371
Try another optimization in LinuxEthernetTap.
5 years ago
Adam Ierymenko
e3e188109d
Build fix.
5 years ago
Adam Ierymenko
7cbbc38b89
Reduce mutex use in LinuxEthernetTap. Try to squeeze a bit more powah out of it.
5 years ago
Joseph Henry
bd1861ef4d
Merge branch 'dev' of https://github.com/zerotier/ZeroTierOne into dev
5 years ago
Adam Ierymenko
b152f9e1d3
Version 1.6.0 bump in version.h
5 years ago
Joseph Henry
24339092f7
Merge branch 'dev' of https://github.com/zerotier/ZeroTierOne into dev
5 years ago
Adam Ierymenko
4bd58d47cf
Revert "Try factoring out a mutex to see if its faster."
...
This reverts commit 982c32322b .
5 years ago
Adam Ierymenko
982c32322b
Try factoring out a mutex to see if its faster.
5 years ago
Adam Ierymenko
2fcc344299
Some buffer tuning.
5 years ago
Adam Ierymenko
3acd901c88
Build fixes.
5 years ago