summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-18Merge branch 'detached-network-test' into adamierymenko-devAdam Ierymenko
2014-10-14Make several changes to eliminate potential deadlock or recursive lock condit...Adam Ierymenko
2014-10-14Get rid of rescanMulticastGroups() in Network thread since this can deadlock....Adam Ierymenko
2014-10-14Fix sleeper bug that probably did nothing in setSupernodes().Adam Ierymenko
2014-10-14More fixes to legacy support, and to a potential issue on quit.Adam Ierymenko
2014-10-14Add -g to optimized crypto code in ZT_DEBUG=1 build mode.Adam Ierymenko
2014-10-13Permanently retire peers.persist, but make iddb.d always enabled instead sinc...Adam Ierymenko
2014-10-13Another build fix.Adam Ierymenko
2014-10-13Build fix.Adam Ierymenko
2014-10-13GitHub issue #111Adam Ierymenko
2014-10-13Fix for init.d/zerotier-one (again)Adam Ierymenko
2014-10-13Yank potentially costly support for TTL out of UdpSocket since we dont use th...Adam Ierymenko
2014-10-13Part two of fix to GitHub issue #118 -- need to test thoroughly though.Adam Ierymenko
2014-10-13Fix for part one of GitHub issue #118Adam Ierymenko
2014-10-12Make crypto and compression build optimized in debug, and also try disabling ...Adam Ierymenko
2014-10-11Delete bunch of commented out code.Adam Ierymenko
2014-10-11Stop persisting last announcement time since Multicaster is volatile. Also so...Adam Ierymenko
2014-10-11Fixes to legacy peer support.Adam Ierymenko
2014-10-11.Adam Ierymenko
2014-10-10Add a sanity limit to legacy multicast repeater function in supernode-mode no...Adam Ierymenko
2014-10-10(1) Back off a little on default max multicast limit since 128 is pretty band...Adam Ierymenko
2014-10-10<= MTUAdam Ierymenko
2014-10-09Return self in GATHER requests if self is a member of multicast group, and re...Adam Ierymenko
2014-10-09New multicast bug fixes, TRACE improvements, and temporarily disable legacy m...Adam Ierymenko
2014-10-09Reorg multicast packet, and a whole bunch of refactoring around the pushing o...Adam Ierymenko
2014-10-09Supernode propagation of legacy multicast frames was brokezored.Adam Ierymenko
2014-10-07Bug fix in zerotier-cli (Unix)Adam Ierymenko
2014-10-07.Adam Ierymenko
2014-10-07Add IPv4 address assignment to ffffffffffffffff test network.Adam Ierymenko
2014-10-07g++ compiler warning fixAdam Ierymenko
2014-10-06.Adam Ierymenko
2014-10-06Add another private-testnet root topology debug option using 10.0.0.1 as the ...Adam Ierymenko
2014-10-06Bug fix in new multicast frame handler, handling of old "P5" multicast frames...Adam Ierymenko
2014-10-05Bump version to 1.0.0, add legacy support code to Multicaster to not send new...Adam Ierymenko
2014-10-04Send a VERB_P5_MULTICAST_FRAME to the supernode for each multicast -- for now...Adam Ierymenko
2014-10-04Pull logic to always send new multicasts to supernode since we need to do tha...Adam Ierymenko
2014-10-03Add some rate limiting to implicit gathers, and always send multicasts to at ...Adam Ierymenko
2014-10-03Turns out that needed to be a list after all. Also clean up Multicaster::gath...Adam Ierymenko
2014-10-03Do not multicast to self.Adam Ierymenko
2014-10-03Announce multicast group changes on network rescanMulticastGroups()Adam Ierymenko
2014-10-03Add test network support to Network.Adam Ierymenko
2014-10-03Add inject (undocumented in help) to NodeControlService.Adam Ierymenko
2014-10-03Plumb injectPacketFromHost through to API.Adam Ierymenko
2014-10-03Add local-testnet clean script, and make a really ugly hacky fix in main.c fo...Adam Ierymenko
2014-10-03Fix root topology overrideAdam Ierymenko
2014-10-03.Adam Ierymenko
2014-10-03run-local-testnet scriptAdam Ierymenko
2014-10-03More work on adding testnet and user-mode capabilities for local network simu...Adam Ierymenko
2014-10-03Root topology testnet stuff... will ship this so people can easily run the lo...Adam Ierymenko
2014-10-02Work on in-place testnet support.Adam Ierymenko