Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-24 | add support for debug flags in FreeBSD | Dave Cottlehuber | |
2018-08-09 | Vault-related amendments | Joseph Henry | |
2018-08-09 | Multipath-related amendments from merge into edge | Joseph Henry | |
2018-08-09 | Build fixes. | Adam Ierymenko | |
2018-08-09 | merge dev | Adam Ierymenko | |
2018-08-03 | Remove direct include of bits/sockaddr.h | Joseph Henry | |
2018-08-02 | Add functionality to erase members from networks using file backend in ↵ | Diego Schulz | |
controller microservice Signed-off-by: Diego Schulz <dschulz@gmail.com> | |||
2018-08-01 | Added ifdef checks to omit some ManagedRoute code in SDK builds | Joseph Henry | |
2018-07-27 | 2018-07-27 -- Version 1.2.12 | Adam Ierymenko | |
* 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.) | |||
2018-07-27 | Windows Advanced Installer to 1.2.12 | Adam Ierymenko | |
2018-07-25 | Replace Sao Paolo root with Buenos Aires in default planet def (will push to ↵ | Adam Ierymenko | |
network too) | |||
2018-07-25 | . | Adam Ierymenko | |
2018-07-25 | Version bumps. | Adam Ierymenko | |
2018-07-20 | Revert fix for GitHub issue #600 because it causes route objects to build up ↵ | Adam Ierymenko | |
forever (at least on Mac). Bleh. #600 is a rare issue and will need some other fix after reliable duplication. | |||
2018-07-20 | Fix a bug that caused a crash on empty HTTP requests (localhost only) and ↵ | Adam Ierymenko | |
add a lightweight lock to the RX queue to prevent possible threads stepping on each other in parallel receive paths. | |||
2018-07-20 | Merge branch 'dev' of http://10.6.6.2/zerotier/ZeroTierOne into dev | Adam Ierymenko | |
2018-07-20 | . | Adam Ierymenko | |
2018-07-19 | Added ifdefs surrounding usage of getifaddrs() on Android | Joseph Henry | |
2018-07-11 | Added basic QoS rule handling | Joseph Henry | |
2018-07-11 | Minor tweak to linux makefile | Joseph Henry | |
2018-07-11 | Return error 503 if RethinkDB is down when built as RethinkDB-based controller. | Adam Ierymenko | |
2018-07-10 | Rough draft of fq-codel implementation | Joseph Henry | |
2018-07-03 | Remote debug printf. | Adam Ierymenko | |
2018-07-03 | Fix two controller bugs: filesystem bug and another possible infinite ↵ | Adam Ierymenko | |
recursion bug. | |||
2018-06-28 | Added "Create and Join Network" menu item to windows system tray UI | Grant Limberg | |
2018-06-28 | use easy mode for network creation | Grant Limberg | |
2018-06-22 | Added blurb about allowTcpFallbackRelay to README | Joseph Henry | |
2018-06-22 | Improved path selection, more efficient traffic allocation, lower QoS/ACK ↵ | Joseph Henry | |
overhead | |||
2018-06-21 | Add a define to set FD_SETSIZE=1024 on Windows | Grant Limberg | |
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 | |||
2018-06-21 | Optimize C25519 and Poly1305 on Windows even in debug. | Grant Limberg | |
2018-06-14 | Fixed aggregateLinkLatency(). Also changed unit for throughput from byte to bit | Joseph Henry | |
2018-06-14 | Added multipath field to zerotier-cli status output. Adjusted how path ↵ | Joseph Henry | |
estimates are computed and cached | |||
2018-06-13 | Minor cleanup. More efficient push() operation for RingBuffer | Joseph Henry | |
2018-06-12 | Reduced how often relative path qualities and aggregate link allocations are ↵ | Joseph Henry | |
computed | |||
2018-06-12 | Improved rate limit logic for QoS/ACK packets. Also reduced how often ↵ | Joseph Henry | |
processBackgroundPathMeasurements() is called | |||
2018-06-12 | Merge branch 'dev' of github.com:zerotier/ZeroTierOne into dev | Adam Ierymenko | |
2018-06-12 | Merge branch 'dev' of http://10.6.6.2/zerotier/ZeroTierOne into dev | Adam Ierymenko | |
2018-06-12 | Merge pull request #755 from skunkwerks/fix/c++-17-deprecation | Adam Ierymenko | |
fix clang C++17 deprecation when building with ZT_DEBUG=1 | |||
2018-06-12 | Merge pull request #764 from Elfe/master | Adam Ierymenko | |
fix MAC address rule parsing as even/uneven switches at every colon | |||
2018-06-12 | Merge pull request #773 from alexforencich/master | Adam Ierymenko | |
Add UFW firewall application preset | |||
2018-06-12 | Merge pull request #776 from Wykks/patch-1 | Adam Ierymenko | |
Improve debian service requirements | |||
2018-06-11 | quieting things down unless ZT_TRACE is defined | Grant Limberg | |
2018-06-11 | helps to have an ==0 on a strcmp | Grant Limberg | |
2018-06-11 | cant compare character arrays with == | Grant Limberg | |
2018-06-07 | Spellcheck sweep across codebase | Joseph Henry | |
2018-06-07 | Added rate gates for QOS and ACK packets | Joseph Henry | |
2018-06-07 | Added TX queue cap for issue #769 | Joseph Henry | |
2018-06-05 | Fix for issue #778 | Grant Limberg | |
Double quote before member name in `/controller/network/network_id/member` API | |||
2018-06-04 | Merge branch 'rtnetlink' into edge | Grant Limberg | |
2018-06-04 | rtnetlink integrated. no more callouts to iproute2 | Grant Limberg | |