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 (
Expand
)
Author
2017-11-07
Re-integrate in-filesystem DB into new controller DB structure.
Adam Ierymenko
2017-10-02
timestamps changed from uint64_t to int64_t
Grant Limberg
2017-08-17
Delete support in harnessed mode.
Adam Ierymenko
2017-08-16
Another Central harnessed mode fix.
Adam Ierymenko
2017-08-16
More work on controller for new Central harnessed mode, remove old http mode.
Adam Ierymenko
2017-07-19
.
Adam Ierymenko
2017-07-19
Merge branch 'dev' of http://10.6.6.2/zerotier/ZeroTierOne into dev
Adam Ierymenko
2017-07-19
Bug fixes in new harness mode.
Adam Ierymenko
2017-07-18
Fix ifndef on Windows
Grant Limberg
2017-07-18
Cleanup and replace trace field names with sane ones because usability > a fe...
Adam Ierymenko
2017-07-18
Cleanup and stdin/stdout harness mode for controller.
Adam Ierymenko
2017-07-14
Add remoteTraceTarget to network and member configs in controller.
Adam Ierymenko
2017-07-06
Cleanup.
Adam Ierymenko
2017-06-27
Rename Utils::snprintf due to it being a #define on one platform.
Adam Ierymenko
2017-05-11
typo
Adam Ierymenko
2017-05-11
Stupid bug is stupid.
Adam Ierymenko
2017-05-02
Fix for post size limit in Http library.
Adam Ierymenko
2017-04-27
Reduce memory use and a bit of cleanup.
Adam Ierymenko
2017-04-27
Cleanup, fix a valgrind error, stack use reduction.
Adam Ierymenko
2017-04-26
Deadlock fix.
Adam Ierymenko
2017-04-26
Another performance improvement to controller.
Adam Ierymenko
2017-04-26
Big cleanup of controller code, should help performance.
Adam Ierymenko
2017-04-25
Remove a little cruft.
Adam Ierymenko
2017-04-24
JSONDB performance improvements, threading fix.
Adam Ierymenko
2017-04-24
Controller optimizations -- make locking more fine-grained, use true hardware...
Adam Ierymenko
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 y...
Adam Ierymenko
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