index
:
infinitytier.git
main
Fork of ZeroTier (mirror of https://github.com/vyos/infinitytier.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
node
/
Switch.cpp
Age
Commit message (
Expand
)
Author
2018-08-09
merge dev
Adam Ierymenko
2018-07-20
Fix a bug that caused a crash on empty HTTP requests (localhost only) and add...
Adam Ierymenko
2018-07-10
Rough draft of fq-codel implementation
Joseph Henry
2018-06-07
Added TX queue cap for issue #769
Joseph Henry
2018-05-30
Added VERB_ACK and VERB_QOS_MEASUREMENT, refined notion of path quality
Joseph Henry
2018-05-01
Introduced basic multipath support
Joseph Henry
2018-02-09
A few fixes dicatated by valgrind.
Adam Ierymenko
2018-01-26
Add support for designated multicast replicators to Multicaster::send().
Adam Ierymenko
2018-01-26
Clean up some multicast code.
Adam Ierymenko
2018-01-25
Implement continuous contacting of designated anchors and multicast replicato...
Adam Ierymenko
2018-01-08
Copyright updates for 2018.
Adam Ierymenko
2018-01-08
Tear out old "link quality" stuff since it is not currently used and will be ...
Adam Ierymenko
2017-12-04
Clean up remote tracing code, add per-network remote trace settings, add remo...
Adam Ierymenko
2017-10-25
Refactor path stability stuff and add basic multipath support.
Adam Ierymenko
2017-10-02
timestamps changed from uint64_t to int64_t
Grant Limberg
2017-09-01
Add UDP MTU configurability.
Adam Ierymenko
2017-08-23
Threading issue fix?
Adam Ierymenko
2017-08-23
Fix another deadlock.
Adam Ierymenko
2017-08-23
Fix possible deadlock.
Adam Ierymenko
2017-08-23
Fix pointer bug.
Adam Ierymenko
2017-08-23
Clean up WHOIS code.
Adam Ierymenko
2017-08-23
Tighten a few timings.
Adam Ierymenko
2017-08-08
Small fix: should expire packets to prevent repeated WHOISes.
Adam Ierymenko
2017-08-08
Make rxQueue lock-free using an atomic counter ring buffer.
Adam Ierymenko
2017-07-17
Cleanup.
Adam Ierymenko
2017-07-13
Bunch of remote tracing work.
Adam Ierymenko
2017-07-07
Remote trace: plumbing, replace old TRACE with calls to Trace object.
Adam Ierymenko
2017-07-06
.
Adam Ierymenko
2017-07-06
.
Adam Ierymenko
2017-06-23
Remove Cluster.hpp
Adam Ierymenko
2017-04-27
License header update.
Adam Ierymenko
2017-03-27
Fix TRACE and CLUSTER builds.
Adam Ierymenko
2017-03-27
Add thread PTR that gets passed through the entire ZT core call stack and the...
Adam Ierymenko
2017-03-17
Fix attempt to WHOIS self.
Adam Ierymenko
2017-03-10
Tweak WHOIS path for federation.
Adam Ierymenko
2017-03-01
ZeroTier now has link quality measurement. We are not using this yet but deci...
Adam Ierymenko
2017-03-01
Outgoing side of packet counter for link quality reporting. Also some cleanup...
Adam Ierymenko
2017-02-05
Docs, code cleanup, and protect the extra new fields of HELLO with encryption...
Adam Ierymenko
2017-02-04
A bit of code cleanup.
Adam Ierymenko
2017-02-04
Eliminate a little copypasta.
Adam Ierymenko
2017-02-03
Slight refactor to RENEDEZVOUS sending code for federation.
Adam Ierymenko
2017-02-01
agree() must be called on our identity, the one with the secret
Adam Ierymenko
2017-02-01
Eliminate another check in cluster frontplane mode.
Adam Ierymenko
2017-02-01
Add more specific check in source==self case instead of dumping it.
Adam Ierymenko
2017-02-01
Yeah that could never have worked (normal packets in cluster mode).
Adam Ierymenko
2017-02-01
Another tweak to cluster I/O rules.
Adam Ierymenko
2017-02-01
Take 3
Adam Ierymenko
2017-02-01
Still want to send WANT_PEER under two failure modes.
Adam Ierymenko
2017-02-01
Can't armor() a packet until all flags are set.
Adam Ierymenko
2017-02-01
Minor send path refactor to make packet I/O work on clusters if they are memb...
Adam Ierymenko
[next]