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