Age | Commit message (Collapse) | Author |
|
|
|
network too)
|
|
|
|
|
|
forever (at least on Mac). Bleh. #600 is a rare issue and will need some other fix after reliable duplication.
|
|
add a lightweight lock to the RX queue to prevent possible threads stepping on each other in parallel receive paths.
|
|
|
|
|
|
|
|
|
|
|
|
recursion bug.
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
fix clang C++17 deprecation when building with ZT_DEBUG=1
|
|
fix MAC address rule parsing as even/uneven switches at every colon
|
|
Add UFW firewall application preset
|
|
Improve debian service requirements
|
|
|
|
|
|
|
|
Double quote before member name in `/controller/network/network_id/member` API
|
|
|
|
|
|
|
|
when building with `ZT_DEBUG=1` this hint produces a warning:
> node/Packet.cpp:335:43: error: 'register' storage class specifier is deprecated and incompatible with C++17 [-Werror,-Wdeprecated-register]
See http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/n4340
|
|
|
|
|
|
and a flag to disable use of Linux capabilities
|
|
|
|
|
|
an array rather than the proper value.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|