summaryrefslogtreecommitdiff
path: root/controller/JSONDB.cpp
AgeCommit message (Expand)Author
2017-11-07Re-integrate in-filesystem DB into new controller DB structure.Adam Ierymenko
2017-10-02timestamps changed from uint64_t to int64_tGrant Limberg
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-07-19.Adam Ierymenko
2017-07-19Merge branch 'dev' of http://10.6.6.2/zerotier/ZeroTierOne into devAdam Ierymenko
2017-07-19Bug fixes in new harness mode.Adam Ierymenko
2017-07-18Fix ifndef on WindowsGrant Limberg
2017-07-18Cleanup and replace trace field names with sane ones because usability > a fe...Adam Ierymenko
2017-07-18Cleanup and stdin/stdout harness mode for controller.Adam Ierymenko
2017-07-14Add remoteTraceTarget to network and member configs in controller.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-11typoAdam Ierymenko
2017-05-11Stupid bug is stupid.Adam Ierymenko
2017-05-02Fix for post size limit in Http library.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-26Deadlock fix.Adam Ierymenko
2017-04-26Another performance improvement to controller.Adam Ierymenko
2017-04-26Big cleanup of controller code, should help performance.Adam Ierymenko
2017-04-25Remove a little cruft.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-24Do not serve controller requests until init is done.Adam Ierymenko
2017-04-20Windows build fixes.Adam Ierymenko
2017-04-18HTTP backend support for JSONDBAdam Ierymenko
2017-04-18JSONDB fix.Adam Ierymenko
2017-03-21build fixAdam 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-01Update how controller handles circuit tests -- save results to filesystem.Adam Ierymenko
2017-01-13Windows update build in Advanced Installer, and warning removal.Adam Ierymenko
2017-01-10Refactor some JSON stuff for performance, and fix a build error.Adam Ierymenko
2016-12-15Basic support for streaming of changes via stdout from controller.Adam Ierymenko
2016-11-18Move split() to OSUtils since it is not used in core.Adam Ierymenko
2016-11-07Self test JSONDB.Adam Ierymenko
2016-11-04Fix network list API call.Adam Ierymenko
2016-11-04Fix ambiguous error on some compilers.Adam Ierymenko
2016-11-04Refactor controller to use split-out DB for better performance and less ugly.Adam Ierymenko
2016-11-03Separate out JSON store from controller code.Adam Ierymenko