summaryrefslogtreecommitdiff
path: root/controller/EmbeddedNetworkController.cpp
AgeCommit message (Expand)Author
2017-08-18Make remote trace target null by default, which is probably what we want.Adam Ierymenko
2017-08-17Delete support in harnessed mode.Adam Ierymenko
2017-08-16Another Central harnessed mode fix.Adam Ierymenko
2017-08-16More work on controller for new Central harnessed mode, remove old http mode.Adam Ierymenko
2017-08-09Small controller revisions, first run of controller API model JavaScript.Adam Ierymenko
2017-07-19.Adam Ierymenko
2017-07-19.Adam Ierymenko
2017-07-19Bug fixes in new harness mode.Adam Ierymenko
2017-07-18Automatic periodic status dump from controller.Adam Ierymenko
2017-07-18Cleanup and replace trace field names with sane ones because usability > a fe...Adam Ierymenko
2017-07-17Remote tracing works.Adam Ierymenko
2017-07-14Add remoteTraceTarget to network and member configs in controller.Adam Ierymenko
2017-07-14Plumbing through of remote trace into controller code.Adam Ierymenko
2017-07-06Cleanup.Adam Ierymenko
2017-06-27Rename Utils::snprintf due to it being a #define on one platform.Adam Ierymenko
2017-05-30Remove old circuit test code. Rules engine will let us do this much better an...Adam Ierymenko
2017-05-08Small optimizations.Adam Ierymenko
2017-05-04MTU support in controller.Adam Ierymenko
2017-05-03Fix crash on exit (sometimes) in controller.Adam Ierymenko
2017-05-02Echo back ping payload.Adam Ierymenko
2017-05-02Do the sometimes rather big "pong" in a background worker thread.Adam Ierymenko
2017-05-02Tiny optimization to prealloc string space.Adam Ierymenko
2017-05-02Fix small issue preventing pongs if there are never seen members.Adam Ierymenko
2017-05-01Send last requets time in status, and do not set physicalAddr unless we know ...Adam Ierymenko
2017-05-01Send member uptime in pong posts.Adam Ierymenko
2017-05-01Finish removing constantly changing stuff from controller.Adam Ierymenko
2017-04-28Remove lastModified field in config which literally nothing uses anywhere, an...Adam Ierymenko
2017-04-27Reduce memory use and a bit of cleanup.Adam Ierymenko
2017-04-27Cleanup, fix a valgrind error, stack use reduction.Adam Ierymenko
2017-04-26Big cleanup of controller code, should help performance.Adam Ierymenko
2017-04-24JSONDB performance improvements, threading fix.Adam Ierymenko
2017-04-24Controller optimizations -- make locking more fine-grained, use true hardware...Adam Ierymenko
2017-04-18HTTP backend support for JSONDBAdam Ierymenko
2017-04-18JSONDB fix.Adam Ierymenko
2017-04-04Merge branch 'dev' of http://10.6.6.2/zerotier/ZeroTierOne into devAdam Ierymenko
2017-04-04Performance improvement in controller.Adam Ierymenko
2017-04-04Logic simplification, cleanup, and memory use improvements in Membership. Als...Adam Ierymenko
2017-03-30Add ping/pong to API so controller supervisor in Central can do a full-path c...Adam Ierymenko
2017-03-29Fix bug preventing default from being set to null if already set to an integer.Adam Ierymenko
2017-03-27Add thread PTR that gets passed through the entire ZT core call stack and the...Adam Ierymenko
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 y...Adam Ierymenko
2017-03-17GitHub issue #460Adam Ierymenko
2017-03-13Controller performance tweaks.Adam Ierymenko
2017-03-13Use cache on requests to decrease DB load.Adam Ierymenko
2017-03-06Fix a bug that could cause duplicate IP address assignment on networks if man...Adam Ierymenko
2017-03-06Send revocations automatically on deauth for instant kill, also fix some issu...Adam Ierymenko
2017-03-06Fix circuit test post in controller.Adam Ierymenko
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