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
/
EmbeddedNetworkController.cpp
Age
Commit message (
Expand
)
Author
2017-04-04
Merge branch 'dev' of http://10.6.6.2/zerotier/ZeroTierOne into dev
Adam Ierymenko
2017-04-04
Performance improvement in controller.
Adam Ierymenko
2017-04-04
Logic simplification, cleanup, and memory use improvements in Membership. Als...
Adam Ierymenko
2017-03-30
Add ping/pong to API so controller supervisor in Central can do a full-path c...
Adam Ierymenko
2017-03-29
Fix bug preventing default from being set to null if already set to an integer.
Adam Ierymenko
2017-03-27
Add thread PTR that gets passed through the entire ZT core call stack and the...
Adam Ierymenko
2017-03-21
Add a facility for full flow-through uptime test of controller by Central.
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-13
Controller performance tweaks.
Adam Ierymenko
2017-03-13
Use cache on requests to decrease DB load.
Adam Ierymenko
2017-03-06
Fix a bug that could cause duplicate IP address assignment on networks if man...
Adam Ierymenko
2017-03-06
Send revocations automatically on deauth for instant kill, also fix some issu...
Adam Ierymenko
2017-03-06
Fix circuit test post in controller.
Adam Ierymenko
2017-03-02
Send timestamp with new circuit test response.
Adam Ierymenko
2017-03-01
Update how controller handles circuit tests -- save results to filesystem.
Adam Ierymenko
2017-02-28
Match on tag sender equals or tag recipient equals.
Adam Ierymenko
2017-02-23
Certificate of ownership -- used to secure against IP address spoofing, espec...
Adam Ierymenko
2017-02-21
Fix crash.
Adam Ierymenko
2017-02-21
Add default tag values and default set capabilities for new members.
Adam Ierymenko
2017-02-07
Add a mask and value range to the IP tos rule field. This allows TOS to be ma...
Adam Ierymenko
2017-02-06
One more place to add "break".
Adam Ierymenko
2017-02-04
A bit of code cleanup.
Adam Ierymenko
2017-01-10
Refactor some JSON stuff for performance, and fix a build error.
Adam Ierymenko
2016-12-22
Auto-authorize new members on public networks properly.
Adam Ierymenko
2016-12-22
Fix JSON parse bug in REDIRECT target.
Adam Ierymenko
2016-12-22
Fix MATCH_RANDOM in controller.
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-18
Small bug fix and warning removal.
Adam Ierymenko
2016-11-15
Fix TTL scaling in cert.
Adam Ierymenko
2016-11-15
Fix member deauthorization time threshold bug.
Adam Ierymenko
2016-11-10
Multithreading in network controller. Threads are only started if controller ...
Adam Ierymenko
2016-11-10
Use circuit breaker only for requests.
Adam Ierymenko
2016-11-10
Actually push updates when things change.
Adam Ierymenko
2016-11-10
Also avoid sending tags and caps to old members since there is no point.
Adam Ierymenko
2016-11-10
Refactor controller to permit sending of pushes as well as just replies to co...
Adam Ierymenko
2016-11-09
Log last meta-data in controller, and ease up just a bit on keepalives.
Adam Ierymenko
2016-11-09
Memo-ize some computed stuff to control CPU utilization.
Adam Ierymenko
2016-11-08
Send a blanket rule to old versions. New versions will still bidirecitonally ...
Adam Ierymenko
2016-11-08
Update LM time on members on request.
Adam Ierymenko
2016-11-08
Minor fixes.
Adam Ierymenko
2016-11-07
Bug fixes in controller refactor.
Adam Ierymenko
2016-11-04
Fix network list API call.
Adam Ierymenko
2016-11-04
.
Adam Ierymenko
2016-11-04
.
Adam Ierymenko
2016-11-04
Refactor controller to use split-out DB for better performance and less ugly.
Adam Ierymenko
2016-11-03
add new files & remove old ones from VS project. Now builds & runs on Window...
Grant Limberg
2016-10-13
Fix ICMP json.
Adam Ierymenko
2016-10-13
cleanup
Adam Ierymenko
[next]