| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-12-15 | Some micro-optimizations, including a memcpy that is faster than Linux for ↵ | Adam Ierymenko | |
| most distro/compiler versions. | |||
| 2017-10-24 | Full and clearer implementation of GitHub issue #588 | Adam Ierymenko | |
| 2017-10-02 | timestamps changed from uint64_t to int64_t | Grant Limberg | |
| There were cases in the code where time calculations and comparisons were overflowing and causing connection instability. This will keep time calculations within expected ranges. | |||
| 2017-09-01 | Add UDP MTU configurability. | 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-07-06 | Cleanup. | Adam Ierymenko | |
| 2017-07-06 | . | Adam Ierymenko | |
| 2017-06-30 | . | Adam Ierymenko | |
| 2017-06-27 | Rename Utils::snprintf due to it being a #define on one platform. | Adam Ierymenko | |
| 2017-06-23 | Remove Cluster.hpp | Adam Ierymenko | |
| 2017-06-05 | . | Adam Ierymenko | |
| 2017-06-01 | More clustering work. | Adam Ierymenko | |
| 2017-05-04 | First pass of configurable MTU and max MTU increase. | Adam Ierymenko | |
| 2017-04-27 | License header update. | Adam Ierymenko | |
| 2017-04-11 | Pass tptr on leave. | Adam Ierymenko | |
| 2017-04-04 | Logic simplification, cleanup, and memory use improvements in Membership. ↵ | Adam Ierymenko | |
| Also fix an issue that may cause network instability in some cases. | |||
| 2017-03-27 | Add thread PTR that gets passed through the entire ZT core call stack and ↵ | Adam Ierymenko | |
| then passed to handler functions resulting from a call. | |||
| 2017-03-17 | . | Adam Ierymenko | |
| 2017-03-17 | Fixes for possible ARM issues, cleanup, fix for spurious meaningless ↵ | Adam Ierymenko | |
| exceptions on NETWORK_CONFIG_REQUEST | |||
| 2017-03-06 | Send revocations automatically on deauth for instant kill, also fix some ↵ | Adam Ierymenko | |
| issues with the RP. | |||
| 2017-03-01 | Fix FILTER_TRACE breakage. | Adam Ierymenko | |
| 2017-03-01 | Merge branch 'dev' of http://10.6.6.2/zerotier/ZeroTierOne into dev | Adam Ierymenko | |
| 2017-03-01 | Circuit tests now report link quality. Also fixed a little thing in ↵ | Adam Ierymenko | |
| revocation propagation. | |||
| 2017-03-01 | comment broken TRACE message | Grant Limberg | |
| 2017-02-28 | Match on tag sender equals or tag recipient equals. | Adam Ierymenko | |
| 2017-02-28 | Add ipauth handling of IPv6 NDP neighbor solicitations and advertisements. ↵ | Adam Ierymenko | |
| IPv6 works well now with ipauth. | |||
| 2017-02-27 | ipauth characteristic now works with ARP | Adam Ierymenko | |
| 2017-02-23 | Helps if you actually add the ipauth mask to the characteristics mask. | Adam Ierymenko | |
| 2017-02-23 | Finish wiring up ipauth and macauth to Network filter. | Adam Ierymenko | |
| 2017-02-22 | Ad-hoc networks, a cool and easy to implement little feature that allows ↵ | Adam Ierymenko | |
| controllerless networks. These only allow IPv6 6plane, no multicast, and the network ID encodes the allowed port range. | |||
| 2017-02-07 | Tags work. | Adam Ierymenko | |
| 2017-02-07 | Add a mask and value range to the IP tos rule field. This allows TOS to be ↵ | Adam Ierymenko | |
| matched more usefully. This will break anyone using tos in the beta, but nobody seems to be and its pre-release so now is the time. | |||
| 2017-02-06 | Capabilities basically work but need to refactor a bit for performance reasons. | Adam Ierymenko | |
| 2017-02-06 | Add a break action to rules engine to make capabilities easier to use. | Adam Ierymenko | |
| 2017-02-01 | Minor send path refactor to make packet I/O work on clusters if they are ↵ | Adam Ierymenko | |
| members of networks. Also fix a crash if compiled in cluster mode but no cluster is enabled. | |||
| 2017-01-30 | Fix to cluster network configs. | Adam Ierymenko | |
| 2017-01-27 | Relay policy can now be computed. | Adam Ierymenko | |
| 2016-12-22 | . | Adam Ierymenko | |
| 2016-12-22 | Add a workaround for an edge case in TEE/REDIRECT if we are the inbound ↵ | Adam Ierymenko | |
| destination and teeing is only being done on the outbound side. | |||
| 2016-12-22 | Fix MATCH_RANDOM in controller. | Adam Ierymenko | |
| 2016-12-22 | Fix to characteristcs in rules engine. | Adam Ierymenko | |
| 2016-11-10 | Refactor controller to permit sending of pushes as well as just replies to ↵ | Adam Ierymenko | |
| config requests. | |||
| 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-11 | Broke down and added an OR to the rules engine. It is now possible to have a ↵ | Adam Ierymenko | |
| series of MATCHes that are ORed. | |||
| 2016-10-05 | Add a tags both equal match. | Adam Ierymenko | |
