summaryrefslogtreecommitdiff
path: root/controller/EmbeddedNetworkController.hpp
AgeCommit message (Collapse)Author
2017-03-21Add a facility for full flow-through uptime test of controller by Central.Adam Ierymenko
2017-03-21Make controller do a simple write-through cache without revalidating. Means ↵Adam Ierymenko
you must restart if files change on disk, but will decrease I/O considerably.
2017-03-13Controller performance tweaks.Adam Ierymenko
2017-03-06Fix a bug that could cause duplicate IP address assignment on networks if ↵Adam Ierymenko
many new members join the controller at once.
2017-03-02Send timestamp with new circuit test response.Adam Ierymenko
2017-03-01Update how controller handles circuit tests -- save results to filesystem.Adam Ierymenko
2017-02-21Add default tag values and default set capabilities for new members.Adam Ierymenko
2017-01-19NodeJS migration script for old Sqlite controller.db to new controller data ↵Adam Ierymenko
format.
2016-12-15Basic support for streaming of changes via stdout from controller.Adam Ierymenko
2016-11-15Fix member deauthorization time threshold bug.Adam Ierymenko
2016-11-10Multithreading in network controller. Threads are only started if controller ↵Adam Ierymenko
is used.
2016-11-10Actually push updates when things change.Adam Ierymenko
2016-11-10Refactor controller to permit sending of pushes as well as just replies to ↵Adam Ierymenko
config requests.
2016-11-09Field in wrong place fixed.Adam Ierymenko
2016-11-09Memo-ize some computed stuff to control CPU utilization.Adam Ierymenko
2016-11-04.Adam Ierymenko
2016-11-04cleanupAdam Ierymenko
2016-11-04Refactor controller to use split-out DB for better performance and less ugly.Adam Ierymenko
2016-10-13cleanupAdam Ierymenko
2016-10-12Fix bug in default rules init in new networks.Adam Ierymenko
2016-09-30Controller cleanup.Adam Ierymenko
2016-09-29Minor tweaks to member code in controller, and fix Linux build.Adam Ierymenko
2016-09-15Revise bearer token code in controller, and add relay policy as a meta-data ↵Adam Ierymenko
item presented to controller by nodes (to facilitate future meshiness).
2016-08-29Kill dead field from network JSON.Adam Ierymenko
2016-08-25Controller bug fixesAdam Ierymenko
2016-08-25Add daemon thread to controller and move network member cache refreshes there.Adam Ierymenko
2016-08-24Add noAutoAssignIps for member of networks.Adam Ierymenko
2016-08-23Compute credential TTL et al.Adam Ierymenko
2016-08-18Capabilities and tags in POST JSON.Adam Ierymenko
2016-08-18Cache network members for performance, add network non-persisted fields.Adam Ierymenko
2016-08-17We now always build the controller in ZeroTier One, at least for desktop and ↵Adam Ierymenko
server targets. Also means that ZeroTier One now requires C++11. (Still keeping C++11 out of the core in node/ though.)