index
:
infinitytier.git
main
Fork of ZeroTier (mirror of https://github.com/vyos/infinitytier.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
controller
/
JSONDB.cpp
Age
Commit message (
Collapse
)
Author
2017-04-24
Do not serve controller requests until init is done.
Adam Ierymenko
2017-04-20
Windows build fixes.
Adam Ierymenko
2017-04-18
HTTP backend support for JSONDB
Adam Ierymenko
2017-04-18
JSONDB fix.
Adam Ierymenko
2017-03-21
build fix
Adam Ierymenko
2017-03-21
Make 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-17
GitHub issue #460
Adam Ierymenko
2017-03-01
Update how controller handles circuit tests -- save results to filesystem.
Adam Ierymenko
2017-01-13
Windows update build in Advanced Installer, and warning removal.
Adam Ierymenko
2017-01-10
Refactor some JSON stuff for performance, and fix a build error.
Adam Ierymenko
2016-12-15
Basic support for streaming of changes via stdout from controller.
Adam Ierymenko
2016-11-18
Move split() to OSUtils since it is not used in core.
Adam Ierymenko
2016-11-07
Self test JSONDB.
Adam Ierymenko
2016-11-04
Fix network list API call.
Adam Ierymenko
2016-11-04
Fix ambiguous error on some compilers.
Adam Ierymenko
2016-11-04
Refactor controller to use split-out DB for better performance and less ugly.
Adam Ierymenko
2016-11-03
Separate out JSON store from controller code.
Adam Ierymenko