Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-28 | docs | Adam Ierymenko | |
2014-10-28 | docs | Adam Ierymenko | |
2014-10-28 | NULL dereference on still-initializing node bug fix in status query ↵ | Adam Ierymenko | |
commands, and doc updates. | |||
2014-10-28 | Helps to use a proper multithreaded queue instead of ugly plebian hackery. | Adam Ierymenko | |
2014-10-27 | Testnet seems to work a bit better now... | Adam Ierymenko | |
2014-10-27 | ... | Adam Ierymenko | |
2014-10-27 | Testnet works! sort of... | Adam Ierymenko | |
2014-10-27 | Testnet WIP | Adam Ierymenko | |
2014-10-24 | Prep for real tests like alltoall. | Adam Ierymenko | |
2014-10-24 | Deadlock fix... | Adam Ierymenko | |
2014-10-24 | More testnet work. | Adam Ierymenko | |
2014-10-24 | Testnet sort of works! spins up supernodes. | Adam Ierymenko | |
2014-10-23 | Testnet work... getting there! | Adam Ierymenko | |
2014-10-22 | Some work on simulated net... | Adam Ierymenko | |
2014-10-21 | Starting on simulated socket manager. | Adam Ierymenko | |
2014-10-21 | cleanup | Adam Ierymenko | |
2014-10-21 | Kill old testnet stuff, update main.cpp for new SocketManager abstraction. | Adam Ierymenko | |
2014-10-21 | More work on abstracting socket manager. | Adam Ierymenko | |
2014-10-21 | About halfway there in refactoring to support pluggable SocketManager. | Adam Ierymenko | |
2014-10-21 | Move socket manager implementation into osnet/ | Adam Ierymenko | |
2014-10-21 | Simplify locking semantics some more to address a deadlock. | Adam Ierymenko | |
2014-10-19 | Don't need to check peer version for every item in txQueue since there is ↵ | Adam Ierymenko | |
only one peer. | |||
2014-10-19 | One more Windows build fix. | Adam Ierymenko | |
2014-10-19 | Now for some clang compile fixes... | Adam Ierymenko | |
2014-10-19 | Switch VS2012 build back to real, not self-test. | Adam Ierymenko | |
2014-10-19 | Windows build fixes. | Adam Ierymenko | |
2014-10-18 | Merge branch 'adamierymenko-dev' of ↵ | Adam Ierymenko | |
ssh://shub-niggurath.zerotier.com:222/git/ZeroTierOne into adamierymenko-dev | |||
2014-10-18 | This is a --strategy=ours merge to allow adamierymenko-dev to replace | Adam Ierymenko | |
the current content of detached-network-test. This is ready for another test in 'headless' mode. Merge branch 'detached-network-test' into adamierymenko-dev | |||
2014-10-18 | Merge branch 'detached-network-test' into adamierymenko-dev | Adam Ierymenko | |
2014-10-14 | Make several changes to eliminate potential deadlock or recursive lock ↵ | Adam Ierymenko | |
conditions, and add back rescan of multicast groups on network startup. | |||
2014-10-14 | Get rid of rescanMulticastGroups() in Network thread since this can ↵ | Adam Ierymenko | |
deadlock... the fact that this can happen is probably bad design. | |||
2014-10-14 | Fix sleeper bug that probably did nothing in setSupernodes(). | Adam Ierymenko | |
2014-10-14 | More fixes to legacy support, and to a potential issue on quit. | Adam Ierymenko | |
2014-10-14 | Add -g to optimized crypto code in ZT_DEBUG=1 build mode. | Adam Ierymenko | |
2014-10-13 | Permanently retire peers.persist, but make iddb.d always enabled instead ↵ | Adam Ierymenko | |
since identities are what we really want to cache. | |||
2014-10-13 | Another build fix. | Adam Ierymenko | |
2014-10-13 | Build fix. | Adam Ierymenko | |
2014-10-13 | GitHub issue #111 | Adam Ierymenko | |
2014-10-13 | Fix for init.d/zerotier-one (again) | Adam Ierymenko | |
2014-10-13 | Yank potentially costly support for TTL out of UdpSocket since we dont use ↵ | Adam Ierymenko | |
this anymore. | |||
2014-10-13 | Part two of fix to GitHub issue #118 -- need to test thoroughly though. | Adam Ierymenko | |
2014-10-13 | Fix for part one of GitHub issue #118 | Adam Ierymenko | |
2014-10-12 | Make crypto and compression build optimized in debug, and also try disabling ↵ | Adam Ierymenko | |
peers.persist -- might ship this way as it seems more trouble than its worth. | |||
2014-10-11 | Delete bunch of commented out code. | Adam Ierymenko | |
2014-10-11 | Stop persisting last announcement time since Multicaster is volatile. Also ↵ | Adam Ierymenko | |
some more legacy multicast fixes. | |||
2014-10-11 | Fixes to legacy peer support. | Adam Ierymenko | |
2014-10-11 | . | Adam Ierymenko | |
2014-10-10 | Add a sanity limit to legacy multicast repeater function in supernode-mode ↵ | Adam Ierymenko | |
nodes, and change netconf-master to issue multicast limit (ml) instead of old p5 stuff. | |||
2014-10-10 | (1) Back off a little on default max multicast limit since 128 is pretty ↵ | Adam Ierymenko | |
bandwidth heavy, (2) add a little to default multicast rate limit since new MC algo is fairerererer, (3) decided not to involve netconf masters in multicast so take that out of list of who gets LIKEs. | |||
2014-10-10 | <= MTU | Adam Ierymenko | |