summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
is used.
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 ↵Adam Ierymenko
config requests.
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 ↵Grant Limberg
lastUnicastFrame from ZT_Peer struct
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
enforce on the inbound side.
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
2016-11-08Merge pull request #407 from misuzu/chownfixAdam Ierymenko
Chown fix
2016-11-08Fix chown on /var/lib/zerotier-oneTsukasa Hiiragi
2016-11-08Minor fixes.Adam Ierymenko
2016-11-07Bug fixes in controller refactor.Adam Ierymenko
2016-11-07Added a file copy util for Windows UIGrant Limberg
Copies the authtoken.secret file into a private local folder for the user so that the UI doesnt have to be run with Admin privileges.
2016-11-07Bug fixes, self test of JSONDB disabled by default.Adam Ierymenko
2016-11-07Self test JSONDB.Adam Ierymenko
2016-11-04Fix network list API call.Adam Ierymenko
2016-11-04.Adam Ierymenko
2016-11-04.Adam Ierymenko
2016-11-04.Adam Ierymenko
2016-11-04cleanupAdam Ierymenko
2016-11-04Fix ambiguous error on some compilers.Adam Ierymenko
2016-11-04Merge branch 'dev' of http://10.6.6.2/zerotier/ZeroTierOne into devAdam Ierymenko
2016-11-04Refactor controller to use split-out DB for better performance and less ugly.Adam Ierymenko
2016-11-04wire up allowDefault, allowManaged, allowGlobal, allowDefault optionsGrant Limberg
2016-11-04increase window width so IPv6 addreses don't wrapGrant Limberg
2016-11-04work in progress windows UI updateGrant Limberg
2016-11-03Merge branch 'dev' of http://10.6.6.2/zerotier/ZeroTierOne into devAdam Ierymenko
2016-11-03Separate out JSON store from controller code.Adam Ierymenko
2016-11-03link in notelemetry.obj even though Microsoft said CRT telemetry would be ↵Grant Limberg
disabled in VS2015 Update 3. Just in case.
2016-11-03add new files & remove old ones from VS project. Now builds & runs on ↵Grant Limberg
Windows again
2016-11-03upgraded vcxprojs to VS2015. got the tap driver building.Grant Limberg