summaryrefslogtreecommitdiff
path: root/node
AgeCommit message (Expand)Author
2022-09-16Fix sanity checks overwriting custom policy parametersgrapexy
2022-09-14Add warm spare feature for balance modesJoseph Henry
2022-09-07Prevent re-armoring of packets when in multipath broadcast modeJoseph Henry
2022-09-07Forget links if QoS verbs fail to arriveJoseph Henry
2022-09-01Add logic short-circuit to avoid unnecessary bond rebuild logic when appropriateJoseph Henry
2022-08-29Fix nonsensical equality comparison which may prevent certain links from bein...Joseph Henry
2022-08-29Add missing <algorithm> include (#1709)Anders Jenbo
2022-08-09Fix integer format specifier compiler warningsJoseph Henry
2022-06-08Fix for ab-mode link failure, QoS metrics (WIP)Joseph Henry
2022-06-06Set version to correct 1.10.0.Adam Ierymenko
2022-05-18Fix link creation bug in active-backup modeJoseph Henry
2022-05-06Fix attribute placement for debugging functions (#1587)Joseph Henry
2022-05-06Remove attributes causing build failures on various platforms (#1587)Joseph Henry
2022-05-06Safely handle disappearing bonded interfaces (See issue #1587)Joseph Henry
2022-05-06Fix SEGV caused by format string on 32-bit platforms / armv7l, reported in #1...David Baird
2022-05-04Properly initialize active-backup path index as partial fix for #1587Joseph Henry
2022-04-27ALMOST compiles for ARM64 Windows, only remaining barrier is ring in zeroidc.Adam Ierymenko
2022-04-26Style fixJoseph Henry
2022-04-19Build fix.Adam Ierymenko
2022-04-19Several more SSO/OIDC related fixes, and bump version to 1.8.9.Adam Ierymenko
2022-04-19Fix a possible excessive memory use issue in controller and clean up a bunch ...Adam Ierymenko
2022-04-19A bit more auth cleanup in the local node.Adam Ierymenko
2022-04-19Clean up some credential push stuff.Adam Ierymenko
2022-04-19build fixAdam Ierymenko
2022-04-19Push credentials always if updated (client-side) and some controller-side cle...Adam Ierymenko
2022-04-19Restore sending of rejections but move it exclusively to a thread, widen netc...Adam Ierymenko
2022-04-17Check reference to failover path before use in active-backup scenarioJoseph Henry
2022-04-15Merge branch 'dev' of github.com:zerotier/ZeroTierOne into devAdam Ierymenko
2022-04-15Tighten certificate window and deprecate sending of revocations for ordinary ...Adam Ierymenko
2022-04-15Improve relationship between QOS timers and bucket sizesJoseph Henry
2022-04-14Oops forgot last part of that fix for MAC errors.Adam Ierymenko
2022-04-14Likely fix for invalid MAC problem.Adam Ierymenko
2022-03-31Fix ZT_SSO_SUPPORTED flag behavior. Allow disabling for embedded targets.Joseph Henry
2022-03-10Merge branch 'master' into devAdam Ierymenko
2022-03-09Bump the peer cache serialization version due to path changes, will cause pee...Adam Ierymenko
2022-03-02Dynamically scale bonded link monitor frequency according to alivenessJoseph Henry
2022-03-02Remove bonds for peers that have fully expired. Remove notion of bond healthJoseph Henry
2022-02-25More accurate accounting of bond layer overhead trafficJoseph Henry
2022-02-25Merge branch 'dev' of https://github.com/zerotier/zerotierone into devJoseph Henry
2022-02-25Merge pull request #1564 from zerotier/dev-whoamiJoseph Henry
2022-02-25Change ECHO divisor from 20 to 6Joseph Henry
2022-02-25Increase min failover to 500 ms and probe period to 1/3rd of failoverJoseph Henry
2022-02-21Change ECHO rate-limit divsor from 16 to 20Joseph Henry
2022-02-21Rate gate ECHO per Path instead of per PeerJoseph Henry
2022-02-17Proactively seek, enumerate, and distribute external surface addressesJoseph Henry
2022-02-17Force non-leaf peers into local active-backup bond when multipath is enabledJoseph Henry
2022-02-16Comment out debug tracesJoseph Henry
2022-02-15Rev roots.Adam Ierymenko
2022-02-08Remove stray debug traceJoseph Henry
2022-02-01for now, only enable sso on certain platformsGrant Limberg