Joseph Henry
e18d206248
Add warm spare feature for balance modes
4 years ago
Grant Limberg
2248b1f846
re-add ci failure notifications
4 years ago
Grant Limberg
58e19e86f4
update dockerfile.release
4 years ago
Sean OMeara
04d1862e3a
using sid for push builds
4 years ago
Sean OMeara
7ecfc37854
using sid for push builds
4 years ago
Sean OMeara
21d7806064
untrying Amazon Linux 2022
4 years ago
Sean OMeara
c5b2d6cbc8
untrying Amazon Linux 2022
4 years ago
Sean OMeara
75c7e501ef
trying Amazon Linux 2022
4 years ago
Sean OMeara
dba0931b58
trying Amazon Linux 2022
4 years ago
Sean OMeara
e0a7d6bfb9
tweaking
4 years ago
Adam Ierymenko
add854d31b
Merge pull request #1750 from zerotier/dev-dont-re-armor
...
Prevent re-armoring of packets when in multipath broadcast mode
4 years ago
Joseph Henry
66b70a8043
Prevent re-armoring of packets when in multipath broadcast mode
4 years ago
Joseph Henry
1d1843bf3b
Forget links if QoS verbs fail to arrive
4 years ago
Joseph Henry
0e23ba8f1a
Add logic short-circuit to avoid unnecessary bond rebuild logic when appropriate
4 years ago
Joseph Henry
b6074da498
Fix nonsensical equality comparison which may prevent certain links from being regarded as preferred in multipath scenarios
4 years ago
Anders Jenbo
7e92d478a1
Add missing <algorithm> include ( #1709 )
...
This is required for building under VS2017
4 years ago
Grant Limberg
a9ec057b91
Modify Dockerfile.release to support multi-arch builds
4 years ago
Grant Limberg
64a5e0d93f
sso error handling
4 years ago
Joseph Henry
ff670d044a
Fix integer format specifier compiler warnings
4 years ago
DQ
fac212fafa
Synology Docker: update entrypoint.sh ( #1704 )
...
* update entrypoint.sh
- propagate TERM/QUIT/INT signals
- add some basic logging
- check for unbound variables
- update "route helper"
- run as subshell, exit if zerotier-one is unavailable so pod can be restarted
- only call `zerotier-cli` once, avoids race conditions
- only add default routes if allowDefault is enabled for that network
- add some more error handling
- sleep after all networks are processed
* switch to polling ZT service at startup
Co-authored-by: Daniel Quinlan <dq@chaosengine.net>
4 years ago
Adam Ierymenko
e83c7e6691
Merge branch 'dev' of github.com:/zerotier/ZeroTierOne into dev
4 years ago
Adam Ierymenko
e0c4877d76
Merge branch 'dev' of http://git.int.zerotier.com/zerotier/ZeroTierOne into dev
4 years ago
Adam Ierymenko
457b5d2fe8
Windows build fixes, advanced installer upgrade
4 years ago
Grant Limberg
9cf8dacfbb
don't crash out of the controller heartbeat loop here
4 years ago
Grant Limberg
b5d7d71e1e
use connection pool instead of new connection for member status writes
...
redis plus plus has an annoying feature where it will open a new
connection for each tx or pipeline by default, rather than just fetching
an existing connection from the pool. Let's change that
4 years ago
Grant Limberg
6fdc7be502
redis connection pool tuning
4 years ago
Grant Limberg
8fe858c5c6
remove old unused CI stuff
4 years ago
Grant Limberg
0d7197381a
exit here on error
4 years ago
Adam Ierymenko
651f45fe29
Merge branch 'dev' of http://10.95.0.64/zerotier/ZeroTierOne into dev
4 years ago
Adam Ierymenko
02270e0e3d
Linux build fixes... may need to be reverted for new Drone CI but needed for old environment
4 years ago
Adam Ierymenko
cb692d73c8
1.10.1 version bumps
4 years ago
Grant Limberg
1300cf23c5
Use fixed copy of JWT library until upstream merges
4 years ago
Grant Limberg
3cb24410a8
yay case insensitive filesystems
4 years ago
Grant Limberg
be7ce4110e
Revert "Delete and re-add libpqxx-7.7.3 due to weird corruption."
...
This reverts commit e96515433d .
4 years ago
Grant Limberg
c07e4a8c01
Revert "Re-add..."
...
This reverts commit b1faebae4a .
4 years ago
Grant Limberg
ff8da9d246
Play with online notification timing again
4 years ago
Adam Ierymenko
b1faebae4a
Re-add...
4 years ago
Adam Ierymenko
e96515433d
Delete and re-add libpqxx-7.7.3 due to weird corruption.
4 years ago
Grant Limberg
5a8d2c3cb4
Set running flag to false if falling out of oidc run loop
4 years ago
Grant Limberg
183a9d7088
update controller image and some dependencies
4 years ago
Grant Limberg
c1384422c3
just sleep 1 second
4 years ago
Grant Limberg
ccc0ebd0f9
don't spam the logs quite as much on first startup
...
sleep the thread 1 second every round until we're actually updating
members
4 years ago
Grant Limberg
9d4336d296
redis connection tuning
4 years ago
Grant Limberg
17bc9d3085
redis thread now uses this_thread::yield()
4 years ago
Grant Limberg
436f481a34
fix log line
4 years ago
Grant Limberg
9e8215b213
adjust sleep between onlineNotification runs. Added timer to output
4 years ago
Grant Limberg
e958a83dd4
update central controller docker startup script
4 years ago
Grant Limberg
f44b122262
pg_isready can use SSL
4 years ago
Adam Ierymenko
26d1cf9186
Merge branch 'dev' of github.com:zerotier/ZeroTierOne into dev
4 years ago
Adam Ierymenko
895ee77c38
Commented out code to generates some AES-GMAC-SIV test vectors that are now part of the Rust code base to make sure it works right.
4 years ago