| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-11-11 | Fix some timestamp signedness mismatches. | Adam Ierymenko | |
| 2020-08-20 | BSL date bump | Adam Ierymenko | |
| 2019-08-23 | Relicense: GPLv3 -> ZeroTier BSL 1.1 | Adam Ierymenko | |
| 2019-08-04 | GitHub issue #993 (???) | Adam Ierymenko | |
| 2019-08-04 | GitHub issue #993 (???) | Adam Ierymenko | |
| 2019-03-14 | Clean out some unnecessarily pedantic auth stuff in favor of a simpler way ↵ | Adam Ierymenko | |
| of gating multicast gathers. | |||
| 2019-01-14 | Updated licenses for 2019 | Joseph Henry | |
| 2018-12-06 | More speed stuff. | Adam Ierymenko | |
| 2018-01-26 | Add support for designated multicast replicators to Multicaster::send(). | Adam Ierymenko | |
| 2018-01-26 | Clean up some multicast code. | Adam Ierymenko | |
| 2018-01-26 | Clean up some old stuff. | Adam Ierymenko | |
| 2018-01-08 | Copyright updates for 2018. | 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-07-17 | Minor cleanup. | Adam Ierymenko | |
| 2017-04-27 | License header update. | 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-01-13 | Windows build fixes, Software update fix, warning removal. | Adam Ierymenko | |
| 2016-09-27 | Cleanup, and implement compression disable flag for networks. | 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-08-08 | It builds... almost ready to test some rules engine stuff. | Adam Ierymenko | |
| 2016-01-12 | boring doc stuff | Adam Ierymenko | |
| 2015-11-09 | Ready to test. | Adam Ierymenko | |
| 2015-08-27 | Integrate Hashtable into Multicaster, where @mwarning found heaviest ↵ | Adam Ierymenko | |
| std::map() overhead. | |||
| 2015-07-07 | Implement ERROR_UNWATNED_MULTICAST | Adam Ierymenko | |
| 2015-06-26 | Put multicast txQueue back to list. | Adam Ierymenko | |
| 2015-06-19 | replace txQueue list by vector for faster memory access and less allocations | Moritz Warning | |
| 2015-02-17 | Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware] | Adam Ierymenko | |
| 2015-01-05 | Cleanup, add tristate to config code in Network, and happy new year! | Adam Ierymenko | |
| 2014-11-21 | Send multicasts in random order. | Adam Ierymenko | |
| This should not affect most users, but on large networks it should cause service announcements to work a lot better. This is the result of a prolonged discussion with a user about the visibility of game servers on a large network. The old multicast algorithm was de-facto randomized due to its distributed nature, while the new algorithm is more deterministic. This will restore some randomization beyond limit-overflow conditions. It won't affect small networks at all. | |||
| 2014-10-29 | Moderate efficiency improvement on multicast gather result parsing, and go ↵ | Adam Ierymenko | |
| ahead and keep track of total known peers. | |||
| 2014-10-28 | Make multicast gather slightly more aggressive, and add total to list ↵ | Adam Ierymenko | |
| command in testnet. | |||
| 2014-10-11 | Fixes to legacy peer support. | Adam Ierymenko | |
| 2014-10-09 | New multicast bug fixes, TRACE improvements, and temporarily disable legacy ↵ | Adam Ierymenko | |
| multicast for debugging purposes. | |||
| 2014-10-05 | Bump version to 1.0.0, add legacy support code to Multicaster to not send ↵ | Adam Ierymenko | |
| new frame to known-to-be-old peers. | |||
| 2014-10-04 | Pull logic to always send new multicasts to supernode since we need to do ↵ | Adam Ierymenko | |
| that differently, re-add support for active bridges, and remove some gratuitous use of std::set where not needed. | |||
| 2014-10-03 | Add some rate limiting to implicit gathers, and always send multicasts to at ↵ | Adam Ierymenko | |
| least one supernode so they can broadcast to old peers (temporary). | |||
| 2014-10-03 | Do not multicast to self. | Adam Ierymenko | |
| 2014-10-02 | Make multicast gathering a bit smarter. | Adam Ierymenko | |
| 2014-10-01 | Some cleanup, Multicaster now sends multicasts as it gets additional members. | Adam Ierymenko | |
| 2014-09-30 | Multicaster needs to be global, not per-network, and a bunch of other stuff. | Adam Ierymenko | |
| 2014-09-26 | A few more revisions to new multicast verbs. | Adam Ierymenko | |
| 2014-09-25 | . | Adam Ierymenko | |
| 2014-09-25 | . | Adam Ierymenko | |
| 2014-09-25 | . | Adam Ierymenko | |
| 2014-09-24 | Rename MulticastTopology to Multicaster -- same name as old multicast ↵ | Adam Ierymenko | |
| controller but different code. More descriptive though. | |||
| 2014-09-18 | Work on defining new direct broadcast multicast algorithm. | Adam Ierymenko | |
| 2014-06-30 | Keep track of basic aliveness for peers regardless if direct or indirect ↵ | Adam Ierymenko | |
| connectivity and use this for multicast propagation. Also consolidate adding of active bridges via the same functor as regular multicast next hops. | |||
| 2014-06-13 | Some more bridging work... wiring up in Switch - GitHub issue #68 | Adam Ierymenko | |
| 2014-02-16 | Boring stuff: update dates in copyrights across all files. | Adam Ierymenko | |
| 2013-12-06 | Dead code removal, fix for cleanup GitHub issue #28 | Adam Ierymenko | |
