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
/
node
/
Membership.cpp
Age
Commit message (
Expand
)
Author
2018-01-08
Copyright updates for 2018.
Adam Ierymenko
2017-10-04
A few more uint64_t -> int64_t changes for timestamps
Grant Limberg
2017-10-02
timestamps changed from uint64_t to int64_t
Grant Limberg
2017-08-18
Get rid of some noisy remote traces that should not be needed.
Adam Ierymenko
2017-07-13
Bunch of remote tracing work.
Adam Ierymenko
2017-07-07
Remote trace: plumbing, replace old TRACE with calls to Trace object.
Adam Ierymenko
2017-04-27
License header update.
Adam Ierymenko
2017-04-17
Silence some TRACE noise.
Adam Ierymenko
2017-04-17
Tiny largely non-consequential credential fix.
Adam Ierymenko
2017-04-04
Logic simplification, cleanup, and memory use improvements in Membership. Als...
Adam Ierymenko
2017-04-04
Membership cleanup work in progress.
Adam Ierymenko
2017-03-27
Add thread PTR that gets passed through the entire ZT core call stack and the...
Adam Ierymenko
2017-03-13
Docs and a bit of cleanup. In particular ALL makes no sense for revocations b...
Adam Ierymenko
2017-02-27
ipauth characteristic now works with ARP
Adam Ierymenko
2017-02-23
Merge.
Adam Ierymenko
2017-02-23
Finish wiring up ipauth and macauth to Network filter.
Adam Ierymenko
2017-02-23
iOS fixes
Grant Limberg
2017-02-23
Certificate of ownership -- used to secure against IP address spoofing, espec...
Adam Ierymenko
2017-02-07
Tags work.
Adam Ierymenko
2017-02-06
Small additional efficiency improvement.
Adam Ierymenko
2017-02-06
Improve efficiency of pushCredentials() method since it gets called a lot.
Adam Ierymenko
2017-02-06
Capabilities basically work but need to refactor a bit for performance reasons.
Adam Ierymenko
2016-11-03
add new files & remove old ones from VS project. Now builds & runs on Window...
Grant Limberg
2016-09-27
TRACE build fix.
Adam Ierymenko
2016-09-26
Bunch more refactoring and work on revocations, etc.
Adam Ierymenko
2016-09-23
Revocation work in progress, add WATCH which is TEE with implicit rate sync (...
Adam Ierymenko
2016-09-09
(1) Public networks now get COMs even though they do not gate with them since...
Adam Ierymenko
2016-09-08
Clean up handling of COMs, network access control, and fix a backward compati...
Adam Ierymenko
2016-09-07
More correct and efficient to initialize member relationship push stuff lazil...
Adam Ierymenko
2016-09-07
Refactor MULTICAST_LIKE pushing to eliminate redundant and unnecessary pushes...
Adam Ierymenko
2016-08-26
Push more than one packet for credentials if we happen to have a whole lot. S...
Adam Ierymenko
2016-08-25
Fix chicken or egg problem in tags, and better filter debug instrumentation.
Adam Ierymenko
2016-08-24
Add a circuit breaker to prevent too many credentials from being stored per m...
Adam Ierymenko
2016-08-24
TRACE stuff.
Adam Ierymenko
2016-08-24
It basically works... at least on current controllers.
Adam Ierymenko
2016-08-22
Get rid of expiration in Capability and Tag and move this to NetworkConfig so...
Adam Ierymenko
2016-08-09
More cleanup and removal of cruft due to obsolete network-specific relays (wi...
Adam Ierymenko
2016-08-08
It builds... almost ready to test some rules engine stuff.
Adam Ierymenko
2016-08-08
Refactor and tie-up of capabilities and tags and packet evaluation points. So...
Adam Ierymenko
2016-08-05
.
Adam Ierymenko
2016-08-05
.
Adam Ierymenko
2016-08-04
.
Adam Ierymenko
2016-08-04
...
Adam Ierymenko