summaryrefslogtreecommitdiff
path: root/node/Topology.cpp
AgeCommit message (Collapse)Author
2013-08-26ZeroTierOne for Windows binary project, builds and runs and mostly works but ↵Adam Ierymenko
still some issues with tap.
2013-08-12More Windows port work.Adam Ierymenko
2013-08-08Move template parameter in Thread to a more logical scope location.Adam Ierymenko
2013-08-05CLI debugging, got rid of nasty old Thread class and replaced with newer ↵Adam Ierymenko
cleaner portable idiom.
2013-07-29More work on network membership certs, and it builds now. Still in heavy ↵Adam Ierymenko
development.
2013-07-25Sane-ify Address, get rid of goofy union thingy.Adam Ierymenko
2013-07-23Add amSupernode to make code clearer in the check-if-self-is-supernode case.Adam Ierymenko
2013-07-13Compile fixes, integration of fast PRNG.Adam Ierymenko
2013-07-13Add a fast non-cryptographic PRNG.Adam Ierymenko
2013-07-12Bunch of little bug fixes in newly refactored code.Adam Ierymenko
2013-07-12Update bloom filter for MULTICAST_FRAME retransmit, and temporarily add ↵Adam Ierymenko
abort() to catch gremlin
2013-07-12Several bug fixes in newly refactored code.Adam Ierymenko
2013-07-10Factored out multicast propagation algorithm from Switch and Topology, also ↵Adam Ierymenko
cleaned up and clarified it a bit.
2013-07-08Silly multicast propagation fix: exclude upstream sender to never send ↵Adam Ierymenko
duplicate multicasts back to where they came from
2013-07-04New git repository for release - version 0.2.0 taggedAdam Ierymenko