Adam Ierymenko
7bde2c089d
Merge branch 'dev' of http://git.int.zerotier.com/zerotier/ZeroTierOne into dev
7 years ago
Adam Ierymenko
90631adb9b
Improve multithreading support for OneService (faster, dynamic adjustment of thread count based on HW concurrency).
7 years ago
Adam Ierymenko
f6450cd7e1
Cleanup and a minor performance improvement.
7 years ago
Adam Ierymenko
3b6b1d1674
Make incoming packet processor thread pool dynamic based on core count.
7 years ago
Grant Limberg
33d7b22abe
Merge branch 'dev' of http://git.int.zerotier.com/ZeroTier/ZeroTierOne into dev
7 years ago
Grant Limberg
2f9712e6a7
utility script to update public controllers
7 years ago
Adam Ierymenko
b937aeb857
cleanup
7 years ago
Grant Limberg
f3d8846df3
Merge branch 'dev' of http://git.int.zerotier.com/ZeroTier/ZeroTierOne into dev
7 years ago
Grant Limberg
2729db9555
exceptions
7 years ago
Adam Ierymenko
1cec4b1c4c
Raise thread count to 8
7 years ago
Adam Ierymenko
7048c77ebc
Merge branch 'dev' of http://git.int.zerotier.com/zerotier/ZeroTierOne into dev
7 years ago
Adam Ierymenko
c9c17eaddd
Retire RethinkDB, simple receive path multithreading.
7 years ago
Grant Limberg
f1b82b734a
Merge branch 'dev' of http://git.int.zerotier.com/ZeroTier/ZeroTierOne into dev
7 years ago
Grant Limberg
4c0e7aa8b0
more error checking
7 years ago
Adam Ierymenko
296e4616cc
Migrate Windows to use Visual Studio 2017 Community instead of 2015.
7 years ago
Adam Ierymenko
15649334a6
Do not use new "feth" devices for ZT traffic.
7 years ago
Adam Ierymenko
b3c2c0866f
Times should be int64_t, not uint64_t
7 years ago
Joseph Henry
c6ae81fac7
Added preprocessor check for __APPLE__ as an attempted fix for ticket #600
7 years ago
Joseph Henry
79086f0858
Merge branch 'dev' of http://git.int.zerotier.com/ZeroTier/ZeroTierOne into dev
7 years ago
Joseph Henry
c148a23df4
Added preprocessor check for ZT_NO_CAPABILITIES around header includes
7 years ago
Adam Ierymenko
c56831767e
Fix Mac tap agent abort on EINTR.
7 years ago
Adam Ierymenko
72a724f075
Clean up some stuff after new feth tap implementation, and comment agent file.
7 years ago
Adam Ierymenko
96e1df5854
Merge branch 'dev' of http://git.int.zerotier.com/zerotier/ZeroTierOne into dev
7 years ago
Adam Ierymenko
2e44b90f63
OSX no longer requires the kext due to feth black magic! The MacEthernetTapAgent must be installed in /Library/Application Support/ZeroTier/One for ZT to work now. Eventually this can let us do an app bundle, get rid of the pkg, and have ZT itself run with normal or reduced privileges. Also fixes GitHub issue #870 (at least for me) and may be faster than the old kext.
7 years ago
Grant Limberg
5a0adba798
Setup docker container to use jemalloc
8 years ago
Grant Limberg
761cc5c923
remove another noisy log line
8 years ago
Grant Limberg
f901b9dd6b
Merge branch 'dev' of http://git.int.zerotier.com/zerotier/ZeroTierOne into dev
8 years ago
Grant Limberg
d87fcca176
Fully operational pgsql controller
8 years ago
Grant Limberg
7c72653385
because Windows....
8 years ago
Joseph Henry
7dbccf08ae
Removed unnecessary block before get request. Possible bug fix for Synology NAS ticket #27
8 years ago
Adam Ierymenko
15d0aad3c0
Merge branch 'dev' of http://git.int.zerotier.com/zerotier/ZeroTierOne into dev
8 years ago
Adam Ierymenko
f0fc9b1766
Merge branch 'master' of http://git.int.zerotier.com/zerotier/ZeroTierOne into dev
8 years ago
Joseph Henry
7c0331997a
Ticket #739 - Fixed what appears to be a copy-paste error for machine type detection in linux makefile, added line for armv7hl
8 years ago
Joseph Henry
04de2302a7
More insightful errors for get command
8 years ago
Grant Limberg
1da1409db2
get rid of a noisy log line
8 years ago
Grant Limberg
c1ea1329c1
Merge branch 'dev' into libpq
8 years ago
Grant Limberg
417aa9547b
Working controller & docker container for GKE
8 years ago
Adam Ierymenko
60d5a3c631
Merge pull request #853 from darkain/dev
...
Fix IPv6 address string representation
8 years ago
Adam Ierymenko
7a42416a78
Merge pull request #822 from dschulz/controller-patch1-dschulz
...
Add functionality to erase members from networks using file backend i…
8 years ago
Adam Ierymenko
2a143a7505
Merge pull request #858 from tommyang/fix/mac-uninstall-script
...
macOS uninstall script: remove symlinks from the actual location
8 years ago
Grant Limberg
0510f85a8f
Merge branch 'dev' into libpq
8 years ago
Grant Limberg
5b222d0a09
cleanup connections after errors
8 years ago
Tommy Yang
88d879987d
Remove symlinks from the actual location
...
Binary symlinks are in `/usr/local/bin` instead of `/usr/bin` since commit 0cf4ddd
8 years ago
Joseph Henry
27c37a18f3
Merge branch 'dev' of http://git.int.zerotier.com/ZeroTier/ZeroTierOne into dev
8 years ago
Joseph Henry
b8268d894b
Changed home path for Synology
8 years ago
Vincent Milum Jr
79b47b055a
Only null terminate the first character
8 years ago
Vincent Milum Jr
8e260bae11
Correcting conversion to/from IP address / string
...
1) Use existing standard libraries to convert to/from IPv4/IPv6 strings and binary representation.
2) Move null terminator assignment InetAddress::toIpString to top of function, this way if ANY errors occurs that don't write content to the buffer, we're not passing a potentially dangerous buffer around.
8 years ago
Adam Ierymenko
af61ee6f3a
Merge pull request #836 from skunkwerks/feature/add-freebsd-debugs
...
add support for debug flags in FreeBSD
8 years ago
Adam Ierymenko
04d7a1df96
Merge pull request #837 from skunkwerks/feature/update-ext-json
...
update external JSON dependency to address libc++ compatibility
8 years ago
Adam Ierymenko
b9fd50e348
Merge pull request #845 from asbjornenge/docker-updates
...
Using multi-stage build for Dockerfile
8 years ago