Age | Commit message (Expand) | Author |
2015-10-01 | . | Adam Ierymenko |
2015-10-01 | Need to hold nconf so *com does not die while being used. | Adam Ierymenko |
2015-10-01 | Send COM with MULTICAST_GATHER for future use. | Adam Ierymenko |
2015-08-27 | Integrate Hashtable into Multicaster, where @mwarning found heaviest std::map... | Adam Ierymenko |
2015-07-28 | Remove some left over debug code, and fix attempt to send to self if we are a... | Adam Ierymenko |
2015-07-07 | Implement ERROR_UNWATNED_MULTICAST | Adam Ierymenko |
2015-07-07 | Save a little bit of RAM by getting rid of overkill CMWC4096 non-crypto PRNG ... | Adam Ierymenko |
2015-06-26 | Put multicast txQueue back to list. | Adam Ierymenko |
2015-06-23 | replace vector::erase, was missed in a previous commit (ref #186) | Moritz Warning |
2015-06-19 | Root server terminology cleanup, and tighten up a security check by checking ... | Adam Ierymenko |
2015-06-18 | Merge pull request #186 from mwarning/txQueue_vector | Adam Ierymenko |
2015-06-19 | replace txQueue list by vector for faster memory access and less allocations | Moritz Warning |
2015-05-06 | Renamed supernode to rootserver | Kees Bos |
2015-04-08 | Remove Logger.hpp references. | Adam Ierymenko |
2015-04-06 | Check for subscribed multicast groups should be able to check groups bridged ... | Adam Ierymenko |
2015-04-06 | More build fixes, and attic/ some stuff. | Adam Ierymenko |
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-12-02 | Windows Visual Studio meaningless-warning-ectomy. | Adam Ierymenko |
2014-11-26 | Remove more legacy code -- just doing the supernode redist for old multicast ... | Adam Ierymenko |
2014-11-26 | cleanup and docs | Adam Ierymenko |
2014-11-26 | docs and cleanup | Adam Ierymenko |
2014-11-25 | Add ZT_SUPPORT_LEGACY_MULTICAST ifdef to enable the legacy code to all be tog... | Adam Ierymenko |
2014-11-24 | Re-enable legacy multicast distribution -- still too many pre1.0.0 nodes online. | Adam Ierymenko |
2014-11-24 | Multicast code cleanup. | Adam Ierymenko |
2014-11-23 | A few more tweaks to MC algo... | Adam Ierymenko |
2014-11-21 | Fix thinko in multicast changes... works now! | Adam Ierymenko |
2014-11-21 | Send multicasts in random order. | Adam Ierymenko |
2014-10-29 | More cleanup, and fix a bug in Multicaster::gather() | Adam Ierymenko |
2014-10-29 | Moderate efficiency improvement on multicast gather result parsing, and go ah... | Adam Ierymenko |
2014-10-28 | Fix a nasty bug introduced in packet fragmentation a while back during refact... | Adam Ierymenko |
2014-10-28 | Make multicast gather slightly more aggressive, and add total to list command... | Adam Ierymenko |
2014-10-19 | Don't need to check peer version for every item in txQueue since there is onl... | Adam Ierymenko |
2014-10-19 | Windows build fixes. | Adam Ierymenko |
2014-10-14 | More fixes to legacy support, and to a potential issue on quit. | Adam Ierymenko |
2014-10-11 | Fixes to legacy peer support. | Adam Ierymenko |
2014-10-09 | Return self in GATHER requests if self is a member of multicast group, and re... | Adam Ierymenko |
2014-10-09 | New multicast bug fixes, TRACE improvements, and temporarily disable legacy m... | Adam Ierymenko |
2014-10-09 | Reorg multicast packet, and a whole bunch of refactoring around the pushing o... | Adam Ierymenko |
2014-10-05 | Bump version to 1.0.0, add legacy support code to Multicaster to not send new... | Adam Ierymenko |
2014-10-04 | Send a VERB_P5_MULTICAST_FRAME to the supernode for each multicast -- for now... | Adam Ierymenko |
2014-10-04 | Pull logic to always send new multicasts to supernode since we need to do tha... | Adam Ierymenko |
2014-10-03 | Add some rate limiting to implicit gathers, and always send multicasts to at ... | Adam Ierymenko |
2014-10-03 | Turns out that needed to be a list after all. Also clean up Multicaster::gath... | Adam Ierymenko |
2014-10-03 | Do not multicast to self. | Adam Ierymenko |
2014-10-02 | Last steps before test: parse OK(MULTICAST_GATHER) and OK(MULTICAST_FRAME) | 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-30 | Everything in for new multicast except IncomingPacket parsing... | Adam Ierymenko |