| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-01-08 | Copyright updates for 2018. | Adam Ierymenko | |
| 2018-01-08 | Tear out old "link quality" stuff since it is not currently used and will be ↵ | Adam Ierymenko | |
| done differently. | |||
| 2017-12-04 | Clean up remote tracing code, add per-network remote trace settings, add ↵ | Adam Ierymenko | |
| remote trace level, and make local trace output readable again. | |||
| 2017-11-08 | Fix a deadlock and some more work on RethinkDB (for central) integration. | Adam Ierymenko | |
| 2017-10-25 | Stop duplciate IPv6 addresses due to privacy mode IPs. | Adam Ierymenko | |
| 2017-10-25 | A few fixes for cluster mode. | Adam Ierymenko | |
| 2017-10-25 | Now with more worky. | Adam Ierymenko | |
| 2017-10-25 | Refactor path stability stuff and add basic multipath support. | Adam Ierymenko | |
| 2017-10-24 | Delete something that turns out not to be useful. This will be handled ↵ | Adam Ierymenko | |
| differently. | |||
| 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-14 | Keep attemting to upgrade direct path if path is not private to facilitate ↵ | Adam Ierymenko | |
| better use of LANs and backplane networks. | |||
| 2017-08-23 | Threading issue fix? | Adam Ierymenko | |
| 2017-08-23 | Implement peer serialization and deserialization. | Adam Ierymenko | |
| 2017-07-17 | Minor cleanup. | 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 | Pull out and deprecate old cluster code. New cluster code will not be merged ↵ | Adam Ierymenko | |
| yet. | |||
| 2017-07-06 | . | Adam Ierymenko | |
| 2017-07-06 | . | Adam Ierymenko | |
| 2017-07-06 | . | Adam Ierymenko | |
| 2017-06-30 | . | Adam Ierymenko | |
| 2017-06-23 | Remove Cluster.hpp | Adam Ierymenko | |
| 2017-04-27 | License header update. | Adam Ierymenko | |
| 2017-04-17 | Cluster build fix. | Adam Ierymenko | |
| 2017-04-17 | Fix for 100% cpu issue. | Adam Ierymenko | |
| 2017-04-14 | Fix for cluster handoff. | Adam Ierymenko | |
| 2017-04-14 | Significant simplification to path logic. | Adam Ierymenko | |
| 2017-03-27 | Fix TRACE and CLUSTER builds. | Adam Ierymenko | |
| 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-01 | Update how controller handles circuit tests -- save results to filesystem. | Adam Ierymenko | |
| 2017-03-01 | ZeroTier now has link quality measurement. We are not using this yet but ↵ | Adam Ierymenko | |
| decided to put it in to prep for future QoS support and SD-WAN stuff. | |||
| 2017-03-01 | Outgoing side of packet counter for link quality reporting. Also some ↵ | Adam Ierymenko | |
| cleanup and a cluster mode build fix. | |||
| 2017-02-16 | When deciding whether to send PUSH_DIRECT_PATHS we should check global trust ↵ | Adam Ierymenko | |
| flag, not the one passed into receive(). | |||
| 2017-02-13 | Only accept world updates from upstreams. | Adam Ierymenko | |
| 2017-02-05 | Docs, code cleanup, and protect the extra new fields of HELLO with ↵ | Adam Ierymenko | |
| encryption as a precaution. | |||
| 2017-02-04 | Add and send certificates of representation to tell people what our valid ↵ | Adam Ierymenko | |
| upstreams are. These are not used yet but will be needed for future privacy modes, etc. Also some cleanup. | |||
| 2017-02-03 | Slight refactor to RENEDEZVOUS sending code for federation. | Adam Ierymenko | |
| 2017-01-27 | Add comments to join ("orbit") moons. | Adam Ierymenko | |
| 2017-01-27 | Extend in-band world updates to handle moons too. | Adam Ierymenko | |
| 2017-01-27 | Replace piecemeal designation of upstreams with the concept of moons, which ↵ | Adam Ierymenko | |
| is simpler and easier to use and inherits all the cool live update stuff of worlds (now called planets) and global roots. | |||
| 2016-11-22 | Wire through external path lookup. Static paths should now work. | Adam Ierymenko | |
| 2016-11-22 | Replace long callback arg list with struct, and implement path whitelisting, ↵ | Adam Ierymenko | |
| path blacklisting, and local.conf support for roles. | |||
| 2016-11-09 | Keep connections up for netconf stuff as well as frames. | Adam Ierymenko | |
| 2016-09-27 | Simply network auth logic and always sent error on auth failure even for ↵ | Adam Ierymenko | |
| unknown networks to prevent forensics. | |||
| 2016-09-20 | Refactor COM stuff a bit, and respond to COM requests a bit more readily for ↵ | Adam Ierymenko | |
| rapid setup. Will need to revisit later. | |||
| 2016-09-13 | Implement relay policy, and setting multicast limit to 0 now disables ↵ | Adam Ierymenko | |
| multicast on the network as would be expected. | |||
| 2016-09-13 | Add a few more rate limit gates for anti-DOS hardening. | Adam Ierymenko | |
| 2016-09-12 | Rate gate requests for COM. | Adam Ierymenko | |
| 2016-09-09 | (1) Public networks now get COMs even though they do not gate with them ↵ | Adam Ierymenko | |
| since they will need them to push auth for multicast stuff, (2) added a bunch of rate limit circuit breakers for anti-DOS, (3) cleanup. | |||
| 2016-09-09 | More refactoring to clean up code, and add a gate function to make sure we ↵ | Adam Ierymenko | |
| do not handle OK packets we did not expect. This hardens up a few potential edge cases around security, since such messages might be used to e.g. pollute a cache and DOS under certain conditions. | |||
