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
Age
Commit message (
Expand
)
Author
2016-11-22
Wire through external path lookup. Static paths should now work.
Adam Ierymenko
2016-11-22
Fixes to allow usage of ZeroTierOne.h with a C compiler
Grant Limberg
2016-11-22
use new ZT_Node_Callbacks struct in JNI
Grant Limberg
2016-11-22
Upgrade nlohmann::json
Adam Ierymenko
2016-11-22
Replace long callback arg list with struct, and implement path whitelisting, ...
Adam Ierymenko
2016-11-21
Fix a deadlock in federation/upstream code.
Adam Ierymenko
2016-11-21
Expose relay policy in node settings.
Adam Ierymenko
2016-11-21
Allow relay policy setting in local.conf
Adam Ierymenko
2016-11-21
Make parse failure of local.conf non-fatal in case people have ancient files ...
Adam Ierymenko
2016-11-21
local.conf and support for virtual role definition
Adam Ierymenko
2016-11-18
Move split() to OSUtils since it is not used in core.
Adam Ierymenko
2016-11-18
Wire through upstream stuff and add setRole().
Adam Ierymenko
2016-11-18
Remove debug.
Adam Ierymenko
2016-11-18
Small bug fix and warning removal.
Adam Ierymenko
2016-11-18
Rate gate expensive validation of new identities in HELLO.
Adam Ierymenko
2016-11-18
Do packet MAC check before locallyValidate(), and add timing measurement in s...
Adam Ierymenko
2016-11-18
Proactively auto-load designated upstreams.
Adam Ierymenko
2016-11-17
Modify unite() to deal with a second layer of upstreams.
Adam Ierymenko
2016-11-17
Rename getBestRoot() etc.
Adam Ierymenko
2016-11-17
Add notion of upstream that is separate from root in Topology, etc.
Adam Ierymenko
2016-11-16
handle removing of networks we are no longer connected to from the UI
Grant Limberg
2016-11-16
IP addresses now selectable in Windows UI
Grant Limberg
2016-11-16
make device ID selectable
Grant Limberg
2016-11-16
add JSONDB.cpp
Grant Limberg
2016-11-15
only changed items in the full network list are updated now
Grant Limberg
2016-11-15
make some fields in the network list selectable
Grant Limberg
2016-11-15
Fix TTL scaling in cert.
Adam Ierymenko
2016-11-15
Fix member deauthorization time threshold bug.
Adam Ierymenko
2016-11-15
Add rules engine debugging switch to make-linux.mk
Adam Ierymenko
2016-11-14
Kill unnecessary check in another spot.
Adam Ierymenko
2016-11-14
Add (currently undocumented) option to allow management from certain networks.
Adam Ierymenko
2016-11-14
We don't bind to non-local IP for TCP yet, but eliminate double check.
Adam Ierymenko
2016-11-10
Multithreading in network controller. Threads are only started if controller ...
Adam Ierymenko
2016-11-10
Use circuit breaker only for requests.
Adam Ierymenko
2016-11-10
Actually push updates when things change.
Adam Ierymenko
2016-11-10
Also avoid sending tags and caps to old members since there is no point.
Adam Ierymenko
2016-11-10
Small fix to send pushes if not a reply.
Adam Ierymenko
2016-11-10
Refactor controller to permit sending of pushes as well as just replies to co...
Adam Ierymenko
2016-11-09
Log last meta-data in controller, and ease up just a bit on keepalives.
Adam Ierymenko
2016-11-09
update JNI wrapper to reflect removal of lastMulticastFrame and lastUnicastFr...
Grant Limberg
2016-11-09
Keep connections up for netconf stuff as well as frames.
Adam Ierymenko
2016-11-09
Field in wrong place fixed.
Adam Ierymenko
2016-11-09
Memo-ize some computed stuff to control CPU utilization.
Adam Ierymenko
2016-11-08
Send a blanket rule to old versions. New versions will still bidirecitonally ...
Adam Ierymenko
2016-11-08
Merge branch 'dev' of http://10.6.6.2/zerotier/ZeroTierOne into dev
Adam Ierymenko
2016-11-08
Update LM time on members on request.
Adam Ierymenko
2016-11-08
added docs for allowManaged, allowGlobal, allowDefault
Grant Limberg
2016-11-08
update JSON API docs for OneService
Grant Limberg
2016-11-08
Merge pull request #407 from misuzu/chownfix
Adam Ierymenko
2016-11-08
Fix chown on /var/lib/zerotier-one
Tsukasa Hiiragi
[next]