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
/
SqliteNetworkController.cpp
Age
Commit message (
Expand
)
Author
2016-08-12
Starting refactor of controller...
Adam Ierymenko
2016-07-28
More rules engine work: key/value pair matching for microsegmentation.
Adam Ierymenko
2016-07-08
Docs and controller API version
Adam Ierymenko
2016-07-07
v6AssignMode bug fix
Adam Ierymenko
2016-07-07
Ignore /bits in IP assignments and just copy it from the corresponding LAN-lo...
Adam Ierymenko
2016-07-07
Fix to IPv6 picking for small ranges.
Adam Ierymenko
2016-07-07
A few controller changes: (1) assign managed IPs that are assigned regardless...
Adam Ierymenko
2016-07-07
GitHub issue #343 -- fix authorizedMemberCount
Adam Ierymenko
2016-06-29
Unused printf removal while we are at it.
Adam Ierymenko
2016-06-29
Fix broken SQL in controller.
Adam Ierymenko
2016-06-29
Controller fixes...
Adam Ierymenko
2016-06-28
Refactor recent member request history to fix performance problem in controller.
Adam Ierymenko
2016-06-27
Query optimization.
Adam Ierymenko
2016-06-27
Allow further concurrency on network controller.
Adam Ierymenko
2016-06-24
Don't back up sqlite db if it hasn't changed to prevent constant thrashing on...
Adam Ierymenko
2016-06-24
Forgot NDP emulation flag.
Adam Ierymenko
2016-06-24
Add 6plane assignment support to network controller, and cleanup.
Adam Ierymenko
2016-06-21
Make Dictionary templatable so it can be used where we want a higher capacity.
Adam Ierymenko
2016-06-17
Linux bug fixes, small controller fix.
Adam Ierymenko
2016-06-16
Refactor controller for new merged format.
Adam Ierymenko
2016-06-13
Fix to routes config in controller API.
Adam Ierymenko
2016-06-10
Controller modifications for default route are ready to test. Will require sl...
Adam Ierymenko
2016-06-10
More controller work, and some RedHat fixes.
Adam Ierymenko
2016-06-09
Remove some deprecated stuff in controller -- not done yet.
Adam Ierymenko
2016-06-08
Fix include for system json-parser.
Adam Ierymenko
2016-06-07
Don't bother signing if we are not using the legacy netconf.
Adam Ierymenko
2016-06-07
Only send new format netconf for PV>=6
Adam Ierymenko
2016-05-11
Refactor controller to send both old and new format netconf.
Adam Ierymenko
2016-05-06
Simplify a bunch of NetworkConfig stuff by eliminating accessors, also makes ...
Adam Ierymenko
2016-03-24
Ignore IP assignment pool ranges that begin with 0.0.0.0 or that contain no IPs.
Adam Ierymenko
2016-03-24
Do not auto-assign IP addresses on bridges. IPs can still be assigned manually.
Adam Ierymenko
2016-03-17
Make /network/???/active return more info.
Adam Ierymenko
2016-02-22
Clean controller circuit test memory.
Adam Ierymenko
2016-02-19
Small tweak to active threshold.
Adam Ierymenko
2016-02-10
Tweak certificate of membership revision/time tolerance to eliminate boundary...
Adam Ierymenko
2016-02-04
return 200 instead of 404 when test is fetched
Adam Ierymenko
2016-02-04
Return test ID when we post a test.
Adam Ierymenko
2016-02-04
flood protection fix
Adam Ierymenko
2016-02-04
Lengthen backup period again
Adam Ierymenko
2016-02-04
SQLite perf tuning
Adam Ierymenko
2016-02-04
Track client version and tell whether active nodes support circuit test.
Adam Ierymenko
2016-02-04
/active subpath off networks
Adam Ierymenko
2016-02-03
Logging to NodeHistory, SQL queries.
Adam Ierymenko
2016-02-03
Add NodeHistory table on sqlite controller.
Adam Ierymenko
2016-01-26
Save test results for circuit tests in memory and then cancel the test and se...
Adam Ierymenko
2015-12-15
Patch controller to not send relays to 1.1.0 to avoid triggering 1.1.0 networ...
Adam Ierymenko
2015-12-15
Make auto backups slightly less frequent.
Adam Ierymenko
2015-11-03
Abort backup in progress if thread is told to shut down.
Adam Ierymenko
2015-11-03
Tweak timings and use lock in backup to make it a bit faster and still permit...
Adam Ierymenko
2015-11-03
Create periodic backup copies of controller.db in network controller from the...
Adam Ierymenko
[next]