summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-07-27Windows Advanced Installer to 1.2.12Adam Ierymenko
2018-07-25Replace Sao Paolo root with Buenos Aires in default planet def (will push to ↵Adam Ierymenko
network too)
2018-07-25.Adam Ierymenko
2018-07-25Version bumps.Adam Ierymenko
2018-07-20Revert 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-20Fix 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-20Merge branch 'dev' of http://10.6.6.2/zerotier/ZeroTierOne into devAdam Ierymenko
2018-07-20.Adam Ierymenko
2018-07-19Added ifdefs surrounding usage of getifaddrs() on AndroidJoseph Henry
2018-07-11Added basic QoS rule handlingJoseph Henry
2018-07-11Minor tweak to linux makefileJoseph Henry
2018-07-11Return error 503 if RethinkDB is down when built as RethinkDB-based controller.Adam Ierymenko
2018-07-10Rough draft of fq-codel implementationJoseph Henry
2018-07-03Remote debug printf.Adam Ierymenko
2018-07-03Fix two controller bugs: filesystem bug and another possible infinite ↵Adam Ierymenko
recursion bug.
2018-06-28Added "Create and Join Network" menu item to windows system tray UIGrant Limberg
2018-06-28use easy mode for network creationGrant Limberg
2018-06-22Added blurb about allowTcpFallbackRelay to READMEJoseph Henry
2018-06-22Improved path selection, more efficient traffic allocation, lower QoS/ACK ↵Joseph Henry
overhead
2018-06-21Add a define to set FD_SETSIZE=1024 on WindowsGrant 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-21Optimize C25519 and Poly1305 on Windows even in debug.Grant Limberg
2018-06-14Fixed aggregateLinkLatency(). Also changed unit for throughput from byte to bitJoseph Henry
2018-06-14Added multipath field to zerotier-cli status output. Adjusted how path ↵Joseph Henry
estimates are computed and cached
2018-06-13Minor cleanup. More efficient push() operation for RingBufferJoseph Henry
2018-06-12Reduced how often relative path qualities and aggregate link allocations are ↵Joseph Henry
computed
2018-06-12Improved rate limit logic for QoS/ACK packets. Also reduced how often ↵Joseph Henry
processBackgroundPathMeasurements() is called
2018-06-12Merge branch 'dev' of github.com:zerotier/ZeroTierOne into devAdam Ierymenko
2018-06-12Merge branch 'dev' of http://10.6.6.2/zerotier/ZeroTierOne into devAdam Ierymenko
2018-06-12Merge pull request #755 from skunkwerks/fix/c++-17-deprecationAdam Ierymenko
fix clang C++17 deprecation when building with ZT_DEBUG=1
2018-06-12Merge pull request #764 from Elfe/masterAdam Ierymenko
fix MAC address rule parsing as even/uneven switches at every colon
2018-06-12Merge pull request #773 from alexforencich/masterAdam Ierymenko
Add UFW firewall application preset
2018-06-12Merge pull request #776 from Wykks/patch-1Adam Ierymenko
Improve debian service requirements
2018-06-11quieting things down unless ZT_TRACE is definedGrant Limberg
2018-06-11helps to have an ==0 on a strcmpGrant Limberg
2018-06-11cant compare character arrays with ==Grant Limberg
2018-06-07Spellcheck sweep across codebaseJoseph Henry
2018-06-07Added rate gates for QOS and ACK packetsJoseph Henry
2018-06-07Added TX queue cap for issue #769Joseph Henry
2018-06-05Fix for issue #778Grant Limberg
Double quote before member name in `/controller/network/network_id/member` API
2018-06-04Merge branch 'rtnetlink' into edgeGrant Limberg
2018-06-04rtnetlink integrated. no more callouts to iproute2Grant Limberg
2018-06-04helps to have an ==0 on a strcmpGrant Limberg
2018-06-04cant compare character arrays with ==Grant Limberg
2018-06-01Added auto-escalation to multipath if both peers support it. Improved ↵Joseph Henry
QoS/ACK tracking. Related bug fixes
2018-05-31Improve debian service requirementsGuillaume de Jabrun
2018-05-30Add UFW firewall application presetAlex Forencich
2018-05-30Added VERB_ACK and VERB_QOS_MEASUREMENT, refined notion of path qualityJoseph Henry
2018-05-30Merge branch 'dev' into edgeAdam Ierymenko
2018-05-26fix MAC address rule parsing as even/uneven switches at every colonKarsten Elfenbein
2018-05-25comment out addInterface/removeInterface code for nowGrant Limberg
We already have ioctl based code to do this