summaryrefslogtreecommitdiff
path: root/node/MulticastGroup.hpp
AgeCommit message (Collapse)Author
2015-08-27Integrate Hashtable into Multicaster, where @mwarning found heaviest ↵Adam Ierymenko
std::map() overhead.
2015-07-17sp.Adam Ierymenko
2015-04-13JSON control plane, almost done...Adam Ierymenko
2015-04-06Network build fixes and cleanup of remaining internal references to _tapAdam Ierymenko
2015-03-18A whole lot of Sqlite netconf master work, and some fixes elsewhere in the code.Adam Ierymenko
2015-02-17Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware]Adam Ierymenko
2015-01-05Cleanup, add tristate to config code in Network, and happy new year!Adam Ierymenko
2014-09-04Enable configuration of multicast algorithm parameters in netconfAdam Ierymenko
2014-05-23GitHub Issue #69 - make MAC assignment schema differ between virtual networks.Adam Ierymenko
2014-02-16Boring stuff: update dates in copyrights across all files.Adam Ierymenko
2013-12-06Dead code removal, fix for cleanup GitHub issue #28Adam Ierymenko
2013-10-18More work in netconf cleanup.Adam Ierymenko
2013-09-17More include formatting cleanup.Adam Ierymenko
2013-09-10Look up rate info from database, but going to drop min balance cause it ↵Adam Ierymenko
seems unnecessary. Also work in progress on membership certs.
2013-09-04Multicast bandwidth accounting work in progress, and some config field ↵Adam Ierymenko
changes and cleanup.
2013-08-30Improve code security posture by replacing sprintf with a safer function.Adam Ierymenko
2013-07-06Possible fix for issue #4 - segfault in ___removeIp helper function in ↵Adam Ierymenko
EthernetTap on OSX -- I think the problem may have been that I was using set::erase(key) while also using an iterator, so now it uses erase(iterator). See if it happens again, cause I could not duplicate the issue. Possible minor difference in STL version.
2013-07-04New git repository for release - version 0.2.0 taggedAdam Ierymenko