summaryrefslogtreecommitdiff
path: root/controller/JSONDB.hpp
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-16More work on controller for new Central harnessed mode, remove old http mode.Adam Ierymenko
2017-07-19Bug fixes in new harness mode.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-05-08Small optimizations.Adam Ierymenko
2017-05-01Finish removing constantly changing stuff from controller.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-18HTTP backend support for JSONDBAdam 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
2016-12-15Basic support for streaming of changes via stdout from controller.Adam Ierymenko
2016-11-08Minor fixes.Adam Ierymenko
2016-11-07Bug fixes, self test of JSONDB disabled by default.Adam Ierymenko
2016-11-04.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