Adam Ierymenko
|
978b056a01
|
Wire in redirectPeer(), now about ready to test clustering!
|
2015-10-20 17:36:10 -07:00 |
|
Adam Ierymenko
|
6a7b47e5e1
|
Forgot a return true.
|
2015-10-20 17:27:57 -07:00 |
|
Adam Ierymenko
|
d6dee7bb5c
|
Clustered handling of relaying.
|
2015-10-20 17:22:53 -07:00 |
|
Adam Ierymenko
|
35a12b94ea
|
Outfit Cluster with TRACE for debugging.
|
2015-10-20 16:48:49 -07:00 |
|
Adam Ierymenko
|
2258e36a59
|
Move replication of COMs to avoid race condition.
|
2015-10-20 16:34:21 -07:00 |
|
Adam Ierymenko
|
59e1444b27
|
Finish wiring up Cluster, fix some issues with other recent changes.
|
2015-10-20 16:31:41 -07:00 |
|
Adam Ierymenko
|
eb79d4a2f3
|
Wire up peer announcement in cluster.
|
2015-10-20 16:24:21 -07:00 |
|
Adam Ierymenko
|
57e29857cf
|
Cluster work -- integrating with the rest of the code.
|
2015-10-20 15:27:53 -07:00 |
|
Grant Limberg
|
21ae423feb
|
.
|
2015-10-19 21:19:23 -07:00 |
|
Grant Limberg
|
9ba5c91d4a
|
initial layout for network info
|
2015-10-19 21:17:18 -07:00 |
|
Grant Limberg
|
80d02d189a
|
set the main window icon
|
2015-10-19 20:30:21 -07:00 |
|
Grant Limberg
|
56267b2aed
|
setting icon and a few other settings
|
2015-10-19 20:29:06 -07:00 |
|
Grant Limberg
|
6040574d8d
|
set up project and base UI for a native windows UI for ZeroTier
|
2015-10-19 20:20:42 -07:00 |
|
Adam Ierymenko
|
5e6eae620b
|
Make _members dynamically allocated due to static array limit on ARM.
|
2015-10-19 16:18:57 -07:00 |
|
Adam Ierymenko
|
69dad37d8f
|
Restore default World for commit to upstream
|
2015-10-19 15:23:43 -07:00 |
|
Adam Ierymenko
|
cfdcce6d12
|
Fix very obscure IP scope classification logic bug.
|
2015-10-19 15:19:04 -07:00 |
|
Adam Ierymenko
|
0b2e5ed499
|
Fix some broken logic in Path::reliable()
|
2015-10-19 15:11:43 -07:00 |
|
Adam Ierymenko
|
9150778757
|
.
|
2015-10-19 15:04:26 -07:00 |
|
Adam Ierymenko
|
50f3ccd3c9
|
.
|
2015-10-19 15:03:58 -07:00 |
|
Adam Ierymenko
|
584072fa6a
|
Fix for V4/V6 stable addressing.
|
2015-10-19 14:04:36 -07:00 |
|
Adam Ierymenko
|
3adb183c5f
|
Fix bad COM attachment bug and eliminate an unnecessary redundant check.
|
2015-10-19 13:38:27 -07:00 |
|
Adam Ierymenko
|
95953b48f9
|
Do not allow VERB_RENDEZVOUS from non-upstream peers to block potential DOS vector.
|
2015-10-19 12:56:29 -07:00 |
|
Adam Ierymenko
|
aa6e3c79a0
|
Some test stuff that will not be pushed elsewhere.
|
2015-10-19 10:49:31 -07:00 |
|
Adam Ierymenko
|
0c43d34ce3
|
World test stuff... some of this will be yanked before release.
|
2015-10-19 10:00:35 -07:00 |
|
Joseph Henry
|
8b03965912
|
Added status debugs
|
2015-10-16 19:30:01 -04:00 |
|
Janjaap Bos
|
82e0abc4be
|
Fix for cross compiling
|
2015-10-17 00:15:10 +02:00 |
|
Joseph Henry
|
0405ba1ccf
|
Misc changes
|
2015-10-16 18:02:07 -04:00 |
|
Adam Ierymenko
|
738fa5a5e5
|
.
|
2015-10-16 12:10:57 -07:00 |
|
Joseph Henry
|
b96c08f35c
|
Fixed nginx listen() bug
|
2015-10-16 14:43:38 -04:00 |
|
Adam Ierymenko
|
cc4d0199e7
|
Fix vProto init.
|
2015-10-16 10:58:59 -07:00 |
|
Adam Ierymenko
|
781f06ef82
|
Accept OK for confirm of HELLO or ECHO.
|
2015-10-16 10:48:38 -07:00 |
|
Adam Ierymenko
|
f9f60f89d9
|
Peer save/restore fix.
|
2015-10-16 10:45:58 -07:00 |
|
Adam Ierymenko
|
5ce3aac929
|
Add rate limit on receive of DIRECT_PATH_PUSH to prevent DOS exploitation.
|
2015-10-16 10:28:09 -07:00 |
|
Adam Ierymenko
|
2229e91b57
|
IPv6 support fixes.
|
2015-10-16 10:10:12 -07:00 |
|
Adam Ierymenko
|
2debde3451
|
GitHub issue #235, and I also see no reason not to communicate with people from other Worlds.
|
2015-10-15 07:22:17 -07:00 |
|
Joseph Henry
|
3e8e025704
|
Minor cleanup items
|
2015-10-14 19:55:21 -04:00 |
|
Adam Ierymenko
|
a775ee7d31
|
.
|
2015-10-14 16:21:39 -07:00 |
|
Adam Ierymenko
|
9ece8c465e
|
decrypt fix
|
2015-10-14 15:49:41 -07:00 |
|
Joseph Henry
|
499d1628c7
|
Improved error coverage
|
2015-10-14 17:59:11 -04:00 |
|
Adam Ierymenko
|
59389b3dce
|
Untested cluster code, not enabled.
|
2015-10-14 14:17:55 -07:00 |
|
Adam Ierymenko
|
619e113748
|
Work in progress on Cluster for new root infrastructure, multi-homing.
|
2015-10-14 14:12:12 -07:00 |
|
Joseph Henry
|
e722eab892
|
Disabled TCP listen backlog, must be enabled in lwipopts.h
|
2015-10-14 17:03:32 -04:00 |
|
Joseph Henry
|
9ca699c86d
|
Added support for listen backlogs
|
2015-10-14 16:04:26 -04:00 |
|
Joseph Henry
|
d45db0f5af
|
Fixed premature connection close bug
|
2015-10-14 15:46:22 -04:00 |
|
Joseph Henry
|
0b5a2a7594
|
Removed character from NEtconEthernetTap.cpp
|
2015-10-14 13:49:13 -04:00 |
|
Joseph Henry
|
831a513b2d
|
Normalized cases
|
2015-10-14 13:47:35 -04:00 |
|
Adam Ierymenko
|
c312ae221f
|
Fix for world size in OK(HELLO)
|
2015-10-14 10:45:33 -07:00 |
|
Joseph Henry
|
a35b6589d2
|
Removed lowercase intercept.h conflicting file
|
2015-10-14 13:43:12 -04:00 |
|
Adam Ierymenko
|
719233617c
|
Add uint16_t key to Hashtable, and make Salsa20 zero its keyspace on destruction.
|
2015-10-14 10:14:07 -07:00 |
|
Joseph Henry
|
3c8e74023f
|
Inconsequential. Updated commends, added debug statements
|
2015-10-13 20:20:45 -04:00 |
|