summaryrefslogtreecommitdiff
path: root/service/ControlPlane.cpp
AgeCommit message (Expand)Author
2016-09-13Implement relay policy, and setting multicast limit to 0 now disables multica...Adam Ierymenko
2016-09-07Bunch more path refactoring. Peers no longer forget paths, but do not normall...Adam Ierymenko
2016-09-05More tweaks to path behavior.Adam Ierymenko
2016-09-03Tweaks to new Path code for dual-stack operation, and other fixes.Adam Ierymenko
2016-08-24Add length limit to TEE and REDIRECT, and completely factor out old C json-pa...Adam Ierymenko
2016-08-17We now always build the controller in ZeroTier One, at least for desktop and ...Adam Ierymenko
2016-07-12JSON fix for trusted paths (does not affect normal op)Adam Ierymenko
2016-07-12Plumbing through trusted path stuff to OneService.Adam Ierymenko
2016-06-21Add network local.conf stuff to save network permission settings and wire it ...Adam Ierymenko
2016-06-16Report routes in locally joined network JSON.Adam Ierymenko
2016-06-15Default route ready to test on Mac.Adam Ierymenko
2016-06-14Big refactor in service code to prep for plumbing through route management.Adam Ierymenko
2016-06-08Fix build against Debian version of libhttp-parser -- its old but it will work.Adam Ierymenko
2016-01-12boring doc stuffAdam Ierymenko
2016-01-12Add a network-associated user ptr in API.Adam Ierymenko
2015-10-26Fix infinite loop if there are no live roots (never happened before?!? wow!)Adam Ierymenko
2015-10-26Fix if cluster compiled in but not enabled.Adam Ierymenko
2015-10-26Expose cluster status in /status JSON response.Adam Ierymenko
2015-10-13Expose world info in JSON.Adam Ierymenko
2015-10-13World stuff...Adam Ierymenko
2015-09-24(1) Make ZT_ naming convention consistent (get rid of ZT1_), (2) Make local i...Adam Ierymenko
2015-06-19Root server terminology cleanup, and tighten up a security check by checking ...Adam Ierymenko
2015-05-06Renamed supernode to rootserverKees Bos
2015-06-13Pickup return code from handleControlPlaneHttpGET and handleControlPlaneHttpPOSTKees Bos
2015-06-11Get deletion of networks in controller goingKees Bos
2015-05-22TCP fallback tunneling is now working. That hurt more than expected.Adam Ierymenko
2015-05-17Build fixes for G++, building without SQLite3 present, and warning removal.Adam Ierymenko
2015-05-17Refactor and simplify controller integration with JSON API and OneService.Adam Ierymenko
2015-05-16Build fix on OSX -- cannot call SqliteNetworkController if not compiled in.Adam Ierymenko
2015-05-16Fixes to control plane, API, eliminate problematic inheritance pattern, and s...Adam Ierymenko
2015-05-16DELETE function in network controller JSON API, and a newIdentity convenience...Adam Ierymenko
2015-05-15Netconf docs, add clock field to status, simplify netconf a bit by eliminatin...Adam Ierymenko
2015-05-05Beginning of HTML+Bootstrap+React UI for new desktop client -- looking like i...Adam Ierymenko
2015-04-30Helps to index the array when enumerating a C array.Adam Ierymenko
2015-04-24Build fixes.Adam Ierymenko
2015-04-21Network controller CRUD... :PAdam Ierymenko
2015-04-16zerotier-cli suspiciously working... that didn't hurt *too* badly.Adam Ierymenko
2015-04-16Prettify JSON output.Adam Ierymenko
2015-04-15Wire API auth token stuff.Adam Ierymenko
2015-04-15Remove network/controller -- we will do this in Ruby instead since it will be...Adam Ierymenko
2015-04-15Add some additional detail to the peer record in CAPI and JSON control plane.Adam Ierymenko
2015-04-15cleanupAdam Ierymenko
2015-04-14Include tap device name in JSON output for network info.Adam Ierymenko
2015-04-14Fix some minor issues, now to reintegrate taps.Adam Ierymenko
2015-04-14Bunch more control plane work, and shelve old UI -- React FTW.Adam Ierymenko
2015-04-13Basic control plane queries working.Adam Ierymenko
2015-04-13JSON control plane, almost done...Adam Ierymenko