Joseph Henry
0fddebc791
Added ability to manually set secondary and tertiary ports in local.conf
8 years ago
Joseph Henry
76b4ec12a0
Vault-related amendments
8 years ago
Joseph Henry
0e4cfd897b
Multipath-related amendments from merge into edge
8 years ago
Adam Ierymenko
515d7962b0
Build fixes.
8 years ago
Adam Ierymenko
553101e8b5
merge dev
8 years ago
Joseph Henry
3cd0ab1b3b
Remove direct include of bits/sockaddr.h
8 years ago
Joseph Henry
e01c0adff2
Added ifdef checks to omit some ManagedRoute code in SDK builds
8 years ago
Adam Ierymenko
e75a093a8c
2018-07-27 -- Version 1.2.12
...
* Fixed a bug that caused exits to take a long time on Mac due to huge numbers of redundant attempts to delete managed routes.
* Fixed a socket limit problem on Windows that caused the ZeroTier service to run out of sockets, causing the UI and CLI to be unable to access the API.
* Fixed a threading bug in the ZeroTier Core, albeit one that never manifested on the regular ZeroTier One service/client.
* Fixed a bug that could cause the service to crash if an authorized local client accessed an invalid URL via the control API. (Not exploitable since you needed admin access anyway.)
8 years ago
Adam Ierymenko
dcffb042ff
Windows Advanced Installer to 1.2.12
8 years ago
Adam Ierymenko
d724af6a99
Replace Sao Paolo root with Buenos Aires in default planet def (will push to network too)
8 years ago
Adam Ierymenko
b30f423fc9
.
8 years ago
Adam Ierymenko
1fc14292fe
Version bumps.
8 years ago
Adam Ierymenko
fa7e7fc6f9
Revert fix for GitHub issue #600 because it causes route objects to build up forever (at least on Mac). Bleh. #600 is a rare issue and will need some other fix after reliable duplication.
8 years ago
Adam Ierymenko
5b114791e5
Fix a bug that caused a crash on empty HTTP requests (localhost only) and add a lightweight lock to the RX queue to prevent possible threads stepping on each other in parallel receive paths.
8 years ago
Adam Ierymenko
9bc11a369c
Merge branch 'dev' of http://10.6.6.2/zerotier/ZeroTierOne into dev
8 years ago
Adam Ierymenko
ac40f2191c
.
8 years ago
Joseph Henry
62a93c58fd
Added ifdefs surrounding usage of getifaddrs() on Android
8 years ago
Joseph Henry
65b0030342
Added basic QoS rule handling
8 years ago
Joseph Henry
f302fac423
Minor tweak to linux makefile
8 years ago
Adam Ierymenko
f94aea8119
Return error 503 if RethinkDB is down when built as RethinkDB-based controller.
8 years ago
Joseph Henry
28cb40529d
Rough draft of fq-codel implementation
8 years ago
Adam Ierymenko
37ae3b2b80
Remote debug printf.
8 years ago
Adam Ierymenko
73e4286fbf
Fix two controller bugs: filesystem bug and another possible infinite recursion bug.
8 years ago
Grant Limberg
4e6151ebd9
Added "Create and Join Network" menu item to windows system tray UI
8 years ago
Grant Limberg
fc225401a5
use easy mode for network creation
8 years ago
Joseph Henry
d74817f79f
Added blurb about allowTcpFallbackRelay to README
8 years ago
Joseph Henry
bdcdccfcc3
Improved path selection, more efficient traffic allocation, lower QoS/ACK overhead
8 years ago
Grant Limberg
352ec3430f
Add a define to set FD_SETSIZE=1024 on Windows
...
Default on Windows is extremely low at 64 and is the likely culprit behind the UI and CLI not being able to talk to the background service
8 years ago
Grant Limberg
978d2fcb56
Optimize C25519 and Poly1305 on Windows even in debug.
8 years ago
Joseph Henry
52264d5e28
Fixed aggregateLinkLatency(). Also changed unit for throughput from byte to bit
8 years ago
Joseph Henry
17fbb020e7
Added multipath field to zerotier-cli status output. Adjusted how path estimates are computed and cached
8 years ago
Joseph Henry
f8005b88ad
Minor cleanup. More efficient push() operation for RingBuffer
8 years ago
Joseph Henry
0faa655b83
Reduced how often relative path qualities and aggregate link allocations are computed
8 years ago
Joseph Henry
6fddf31db3
Improved rate limit logic for QoS/ACK packets. Also reduced how often processBackgroundPathMeasurements() is called
8 years ago
Adam Ierymenko
01257a461e
Merge branch 'dev' of github.com:zerotier/ZeroTierOne into dev
8 years ago
Adam Ierymenko
817b9d012e
Merge branch 'dev' of http://10.6.6.2/zerotier/ZeroTierOne into dev
8 years ago
Adam Ierymenko
04b3525e0f
Merge pull request #755 from skunkwerks/fix/c++-17-deprecation
...
fix clang C++17 deprecation when building with ZT_DEBUG=1
8 years ago
Adam Ierymenko
d55c732e19
Merge pull request #764 from Elfe/master
...
fix MAC address rule parsing as even/uneven switches at every colon
8 years ago
Adam Ierymenko
d223427e22
Merge pull request #773 from alexforencich/master
...
Add UFW firewall application preset
8 years ago
Adam Ierymenko
64856adc3c
Merge pull request #776 from Wykks/patch-1
...
Improve debian service requirements
8 years ago
Grant Limberg
7c53adbcfe
quieting things down unless ZT_TRACE is defined
8 years ago
Grant Limberg
dce9cb27c1
helps to have an ==0 on a strcmp
8 years ago
Grant Limberg
4199c56e99
cant compare character arrays with ==
8 years ago
Joseph Henry
9681fedbb4
Spellcheck sweep across codebase
8 years ago
Joseph Henry
b6d97af451
Added rate gates for QOS and ACK packets
8 years ago
Joseph Henry
a9ca26c698
Added TX queue cap for issue #769
8 years ago
Grant Limberg
9463d4abe4
Fix for issue #778
...
Double quote before member name in `/controller/network/network_id/member` API
8 years ago
Grant Limberg
b9975845ff
Merge branch 'rtnetlink' into edge
8 years ago
Grant Limberg
b22405b64b
rtnetlink integrated. no more callouts to iproute2
8 years ago
Grant Limberg
62210e57f1
helps to have an ==0 on a strcmp
8 years ago