Adam Ierymenko
3e948fcd93
.... aaaaaaand multicast testnet functionsa are in!
12 years ago
Adam Ierymenko
8aa75321e2
docs
12 years ago
Adam Ierymenko
ffbf0781fe
docs
12 years ago
Adam Ierymenko
e4966c7a07
docs
12 years ago
Adam Ierymenko
ac23f74547
docs
12 years ago
Adam Ierymenko
fa60463da5
docs
12 years ago
Adam Ierymenko
3d85a615fb
NULL dereference on still-initializing node bug fix in status query commands, and doc updates.
12 years ago
Adam Ierymenko
f873881a0d
Helps to use a proper multithreaded queue instead of ugly plebian hackery.
12 years ago
Adam Ierymenko
934a575a74
Testnet seems to work a bit better now...
12 years ago
Adam Ierymenko
fe7b429866
...
12 years ago
Adam Ierymenko
295f6a20e0
Testnet works! sort of...
12 years ago
Adam Ierymenko
6a94a4a51b
Testnet WIP
12 years ago
Adam Ierymenko
8672ca9cf8
Prep for real tests like alltoall.
12 years ago
Adam Ierymenko
a75a7547b4
Deadlock fix...
12 years ago
Adam Ierymenko
3857116724
More testnet work.
12 years ago
Adam Ierymenko
5c7cd53f13
Testnet sort of works! spins up supernodes.
12 years ago
Adam Ierymenko
4fbb098daa
Testnet work... getting there!
12 years ago
Adam Ierymenko
0a195e7bc0
Some work on simulated net...
12 years ago
Adam Ierymenko
ae228ade8c
Starting on simulated socket manager.
12 years ago
Adam Ierymenko
4a5756e7fb
cleanup
12 years ago
Adam Ierymenko
29ba34ab7c
Kill old testnet stuff, update main.cpp for new SocketManager abstraction.
12 years ago
Adam Ierymenko
2436e22f46
More work on abstracting socket manager.
12 years ago
Adam Ierymenko
128a131070
About halfway there in refactoring to support pluggable SocketManager.
12 years ago
Adam Ierymenko
6bc9a938cf
Move socket manager implementation into osnet/
12 years ago
Adam Ierymenko
0e47f13f14
Simplify locking semantics some more to address a deadlock.
12 years ago
Adam Ierymenko
7c0f5e97e1
Don't need to check peer version for every item in txQueue since there is only one peer.
12 years ago
Adam Ierymenko
0fd562bebc
One more Windows build fix.
12 years ago
Adam Ierymenko
8730d30575
Now for some clang compile fixes...
12 years ago
Adam Ierymenko
babf3787c6
Switch VS2012 build back to real, not self-test.
12 years ago
Adam Ierymenko
74f36f5dc0
Windows build fixes.
12 years ago
Adam Ierymenko
2eeb3dee9e
Merge branch 'adamierymenko-dev' of ssh://shub-niggurath.zerotier.com:222/git/ZeroTierOne into adamierymenko-dev
12 years ago
Adam Ierymenko
4951e5e1b5
This is a --strategy=ours merge to allow adamierymenko-dev to replace
...
the current content of detached-network-test. This is ready for another
test in 'headless' mode.
Merge branch 'detached-network-test' into adamierymenko-dev
12 years ago
Adam Ierymenko
6429c51ec7
Merge branch 'detached-network-test' into adamierymenko-dev
12 years ago
Adam Ierymenko
a8bd8fff93
Make several changes to eliminate potential deadlock or recursive lock conditions, and add back rescan of multicast groups on network startup.
12 years ago
Adam Ierymenko
a94b0e6a43
Get rid of rescanMulticastGroups() in Network thread since this can deadlock... the fact that this can happen is probably bad design.
12 years ago
Adam Ierymenko
7a37326cc0
Fix sleeper bug that probably did nothing in setSupernodes().
12 years ago
Adam Ierymenko
42d644a57e
More fixes to legacy support, and to a potential issue on quit.
12 years ago
Adam Ierymenko
023cac4ebb
Add -g to optimized crypto code in ZT_DEBUG=1 build mode.
12 years ago
Adam Ierymenko
2416491cbc
Permanently retire peers.persist, but make iddb.d always enabled instead since identities are what we really want to cache.
12 years ago
Adam Ierymenko
6e23986bb3
Another build fix.
12 years ago
Adam Ierymenko
1921e28c5f
Build fix.
12 years ago
Adam Ierymenko
52314dcdf6
GitHub issue #111
12 years ago
Adam Ierymenko
d8d4aace42
Fix for init.d/zerotier-one (again)
12 years ago
Adam Ierymenko
05309037a8
Yank potentially costly support for TTL out of UdpSocket since we dont use this anymore.
12 years ago
Adam Ierymenko
7943414c89
Part two of fix to GitHub issue #118 -- need to test thoroughly though.
12 years ago
Adam Ierymenko
c7c545bf6c
Fix for part one of GitHub issue #118
12 years ago
Adam Ierymenko
6316011024
Make crypto and compression build optimized in debug, and also try disabling peers.persist -- might ship this way as it seems more trouble than its worth.
12 years ago
Adam Ierymenko
8b0846d077
Delete bunch of commented out code.
12 years ago
Adam Ierymenko
0d017c043f
Stop persisting last announcement time since Multicaster is volatile. Also some more legacy multicast fixes.
12 years ago
Adam Ierymenko
c2aac69a9f
Fixes to legacy peer support.
12 years ago