Age | Commit message (Expand) | Author |
2016-11-22 | Replace long callback arg list with struct, and implement path whitelisting, ... | Adam Ierymenko |
2016-11-21 | Fix a deadlock in federation/upstream code. | Adam Ierymenko |
2016-11-21 | Expose relay policy in node settings. | Adam Ierymenko |
2016-11-18 | Move split() to OSUtils since it is not used in core. | Adam Ierymenko |
2016-11-18 | Wire through upstream stuff and add setRole(). | Adam Ierymenko |
2016-11-18 | Remove debug. | Adam Ierymenko |
2016-11-18 | Small bug fix and warning removal. | Adam Ierymenko |
2016-11-18 | Rate gate expensive validation of new identities in HELLO. | Adam Ierymenko |
2016-11-18 | Do packet MAC check before locallyValidate(), and add timing measurement in s... | Adam Ierymenko |
2016-11-18 | Proactively auto-load designated upstreams. | Adam Ierymenko |
2016-11-17 | Modify unite() to deal with a second layer of upstreams. | Adam Ierymenko |
2016-11-17 | Rename getBestRoot() etc. | Adam Ierymenko |
2016-11-17 | Add notion of upstream that is separate from root in Topology, etc. | Adam Ierymenko |
2016-11-10 | Small fix to send pushes if not a reply. | 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 | Keep connections up for netconf stuff as well as frames. | Adam Ierymenko |
2016-11-03 | add new files & remove old ones from VS project. Now builds & runs on Window... | Grant Limberg |
2016-10-13 | . | Adam Ierymenko |
2016-10-13 | typo | Adam Ierymenko |
2016-10-13 | . | Adam Ierymenko |
2016-10-13 | Fix ICMP match. | Adam Ierymenko |
2016-10-13 | Fix filter trace. | Adam Ierymenko |
2016-10-13 | cleanup | Adam Ierymenko |
2016-10-13 | Remove unused POW code, will revisit later. | Adam Ierymenko |
2016-10-11 | Merge branch 'dev' of http://10.6.6.2/zerotier/ZeroTierOne into dev | Adam Ierymenko |
2016-10-11 | Broke down and added an OR to the rules engine. It is now possible to have a ... | Adam Ierymenko |
2016-10-07 | Fix the case for InetAddress::containsAddress for IPv6 route of :: | Grant Limberg |
2016-10-05 | Add a tags both equal match. | Adam Ierymenko |
2016-10-05 | Make capability flags match more user-friendly and appropriate since "match a... | Adam Ierymenko |
2016-10-05 | Go ahead and loop back packets whose destination is self. Some OSes require t... | Adam Ierymenko |
2016-09-30 | Add new rule to rules engine: random match. | Adam Ierymenko |
2016-09-30 | Fix deadlock-causing regression in Network. | Adam Ierymenko |
2016-09-28 | Fix memory leak. | Adam Ierymenko |
2016-09-28 | hashCode() for InetAddress | Adam Ierymenko |
2016-09-28 | Check multicast limit on send after NDP emulation code. | Adam Ierymenko |
2016-09-28 | TRACE verbosity increase on exceptions in NETWORK_CREDENTIALS. | Adam Ierymenko |
2016-09-27 | Send need credential error on more cases. | Adam Ierymenko |
2016-09-27 | Clusters can send multiple OKs so we must allow this. | Adam Ierymenko |
2016-09-27 | Simply network auth logic and always sent error on auth failure even for unkn... | Adam Ierymenko |
2016-09-27 | TRACE build fix. | Adam Ierymenko |
2016-09-27 | Cleanup, and implement compression disable flag for networks. | Adam Ierymenko |
2016-09-27 | Refactored network config chunking to sign every chunk to prevent stupid DOS ... | Adam Ierymenko |
2016-09-26 | It now builds. | 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-20 | Refactor COM stuff a bit, and respond to COM requests a bit more readily for ... | Adam Ierymenko |
2016-09-15 | Revise bearer token code in controller, and add relay policy as a meta-data i... | Adam Ierymenko |
2016-09-14 | Naming... | Adam Ierymenko |
2016-09-14 | Add physical MTU recommendation hint to network config via API. | Adam Ierymenko |