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
Age
Commit message (
Expand
)
Author
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
2016-01-12
Update controller README.md
Ren Jie
2015-12-21
Selectively move over changes from "edge" to "dev" excluding netcon.
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
2015-10-09
Create files for each hop (more convenient) and fix a packet parse bug.
Adam Ierymenko
2015-10-09
Reorg fields to be in same order as FS scheme.
Adam Ierymenko
2015-10-09
Be a bit more verbose in circuit test reports to more clearly track current a...
Adam Ierymenko
2015-10-09
Circuit tests basically work but need some tweaks, and fix some issues found ...
Adam Ierymenko
2015-10-09
Eliminate format string warnings.
Adam Ierymenko
2015-10-08
Logging of circuit test results to disk.
Adam Ierymenko
2015-10-08
Abiltiy to post a test via the controller web API, and parsing of CIRCUIT_TES...
Adam Ierymenko
2015-10-06
Prep in controller code to run tests.
Adam Ierymenko
2015-09-28
Never assign v4 IPs ending in .255 even within range.
Adam Ierymenko
2015-09-18
Controller side support for IPv6 assignment.
Adam Ierymenko
2015-09-15
Drop Sqlite-based Log table for now and switch to an in-memory log for recent...
Adam Ierymenko
2015-09-14
Fix JSON.
Adam Ierymenko
2015-09-11
Extra statement to clean up Members -- cascade did not seem to work, possibly...
Adam Ierymenko
2015-09-10
Add expansion of netconf in _test field.
Adam Ierymenko
2015-09-10
Fix deadlock in test mode.
Adam Ierymenko
2015-09-10
Fix to allowing identity to be populated if not present.
Adam Ierymenko
2015-09-08
Allow identity to be populated for newly inserted Member objects to permit tr...
Adam Ierymenko
2015-09-08
Add a bit of useful testing instrumentation to SqliteNetworkController.
Adam Ierymenko
2015-08-24
Add clock helper field to both member and network to permit time duration cal...
Adam Ierymenko
2015-08-24
typo
Adam Ierymenko
2015-08-19
Add authorizedMemberCount to controller network config records.
Adam Ierymenko
2015-08-17
Lookup of member must be a left outer join in case the member is being manual...
Adam Ierymenko
2015-07-29
Go ahead and spec out controller DB support for AuthToken -- GitHub issue #21...
Adam Ierymenko
2015-07-24
Add version to log.
Adam Ierymenko
2015-07-23
(1) Fix updating of network revision counter on member change.
Adam Ierymenko
2015-07-23
Add a rate limiting circuit breaker to the network controller to prevent floo...
Adam Ierymenko
2015-07-23
Eliminate some poorly thought out optimizations from the netconf/controller i...
Adam Ierymenko
[next]