This website requires JavaScript.
Explore
Help
Sign In
gfwleak
/
zhangyang-zerotierone
Archived
Watch
1
Star
0
Fork
0
You've already forked zhangyang-zerotierone
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
This repository has been archived on
2025-09-14
. You can view files and clone it, but cannot push or open issues or pull requests.
Files
de761c5a82b7928decf94e93aff4af7adc309e7a
zhangyang-zerotierone
/
node
History
Adam Ierymenko
de761c5a82
Fix test world def.
2015-10-26 15:47:32 -07:00
..
Address.hpp
Swap out std::map<> for Hashtable<> for main peer database in Topology. (ongoing std::map-ectomy)
2015-09-04 12:14:21 -07:00
AntiRecursion.hpp
Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware]
2015-02-17 13:11:34 -08:00
Array.hpp
Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware]
2015-02-17 13:11:34 -08:00
AtomicCounter.hpp
Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware]
2015-02-17 13:11:34 -08:00
Buffer.hpp
Handling of CIRCUIT_TEST, should be ready to test.
2015-10-06 11:47:16 -07:00
C25519.cpp
More little stuff in crypto code.
2014-06-26 17:23:10 -07:00
C25519.hpp
Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware]
2015-02-17 13:11:34 -08:00
CertificateOfMembership.cpp
Fix semantics of std::unique() to actually remove duplicates (hidden memory leak?)
2015-06-29 10:21:28 -07:00
CertificateOfMembership.hpp
Peer serialization and related changes.
2015-10-01 15:40:54 -07:00
Cluster.cpp
Expose cluster status in /status JSON response.
2015-10-26 13:06:10 -07:00
Cluster.hpp
Cluster status plumbing.
2015-10-26 12:41:08 -07:00
Constants.hpp
Add rate limit on receive of DIRECT_PATH_PUSH to prevent DOS exploitation.
2015-10-16 10:28:09 -07:00
Dictionary.cpp
Simplify Dictionary and reduce memory usage, now no more std::maps in core.
2015-10-01 18:12:16 -07:00
Dictionary.hpp
Simplify Dictionary and reduce memory usage, now no more std::maps in core.
2015-10-01 18:12:16 -07:00
Hashtable.hpp
Add uint16_t key to Hashtable, and make Salsa20 zero its keyspace on destruction.
2015-10-14 10:14:07 -07:00
Identity.cpp
Unroll Salsa20 fully for a little more speed (non-SSE now almost as fast as SSE)
2015-10-09 09:39:27 -07:00
Identity.hpp
Work in progress on Cluster for new root infrastructure, multi-homing.
2015-10-14 14:12:12 -07:00
IncomingPacket.cpp
Move replication of COMs to avoid race condition.
2015-10-20 16:34:21 -07:00
IncomingPacket.hpp
Finally add an ECHO.
2015-10-07 16:11:50 -07:00
InetAddress.cpp
Fix very obscure IP scope classification logic bug.
2015-10-19 15:19:04 -07:00
InetAddress.hpp
For forward compatibility, add minimal parse for some future physical address types.
2015-10-26 10:42:30 -07:00
MAC.hpp
ARP cache and responder agent code for use in netcon and iOS.
2015-09-11 11:45:04 -07:00
Multicaster.cpp
.
2015-10-01 13:43:57 -07:00
Multicaster.hpp
Integrate Hashtable into Multicaster, where @mwarning found heaviest std::map() overhead.
2015-08-27 16:17:21 -07:00
MulticastGroup.hpp
Integrate Hashtable into Multicaster, where @mwarning found heaviest std::map() overhead.
2015-08-27 16:17:21 -07:00
Mutex.hpp
Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware]
2015-02-17 13:11:34 -08:00
Network.cpp
Refactor multicast group announcement to work directly or indirectly.
2015-10-23 14:50:07 -07:00
Network.hpp
Refactor multicast group announcement to work directly or indirectly.
2015-10-23 14:50:07 -07:00
NetworkConfig.cpp
Simplify Dictionary and reduce memory usage, now no more std::maps in core.
2015-10-01 18:12:16 -07:00
NetworkConfig.hpp
Eliminate some poorly thought out optimizations from the netconf/controller interaction,
2015-07-23 09:50:10 -07:00
NetworkController.hpp
Add a bit of useful testing instrumentation to SqliteNetworkController.
2015-09-08 11:35:55 -07:00
Node.cpp
More plumbing of cluster status.
2015-10-26 12:49:17 -07:00
Node.hpp
More plumbing of cluster status.
2015-10-26 12:49:17 -07:00
NonCopyable.hpp
Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware]
2015-02-17 13:11:34 -08:00
OutboundMulticast.cpp
Refactor: move network COMs out of Network and into Peer in prep for tightening up multicast lookup and other things.
2015-10-01 11:11:52 -07:00
OutboundMulticast.hpp
Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware]
2015-02-17 13:11:34 -08:00
Packet.cpp
Unroll Salsa20 fully for a little more speed (non-SSE now almost as fast as SSE)
2015-10-09 09:39:27 -07:00
Packet.hpp
Work in progress on Cluster for new root infrastructure, multi-homing.
2015-10-14 14:12:12 -07:00
Path.hpp
Fix some broken logic in Path::reliable()
2015-10-19 15:11:43 -07:00
Peer.cpp
Wire in redirectPeer(), now about ready to test clustering!
2015-10-20 17:36:10 -07:00
Peer.hpp
Fix vProto init.
2015-10-16 10:58:59 -07:00
Poly1305.cpp
Only enable 128-bit Poly1305 on X86_64 right now. Has compilation issues on ARM, but the 64-bit version should be fine.
2015-10-07 10:40:59 -07:00
Poly1305.hpp
Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware]
2015-02-17 13:11:34 -08:00
RemotePath.hpp
World stuff...
2015-10-13 12:10:44 -07:00
RuntimeEnvironment.hpp
Cluster work -- integrating with the rest of the code.
2015-10-20 15:27:53 -07:00
Salsa20.cpp
Unroll Salsa20 fully for a little more speed (non-SSE now almost as fast as SSE)
2015-10-09 09:39:27 -07:00
Salsa20.hpp
Add uint16_t key to Hashtable, and make Salsa20 zero its keyspace on destruction.
2015-10-14 10:14:07 -07:00
SelfAwareness.cpp
(1) Fix bug in geo-ip service that prevented cache lookup, (2) fix problem in SelfAwareness (will need to test ALL versions in the wild with this), and (3) add more TRACE instrumentation to Cluster.
2015-10-23 13:03:34 -07:00
SelfAwareness.hpp
(1) Fix bug in geo-ip service that prevented cache lookup, (2) fix problem in SelfAwareness (will need to test ALL versions in the wild with this), and (3) add more TRACE instrumentation to Cluster.
2015-10-23 13:03:34 -07:00
SHA512.cpp
Make sure ZT_NO_TYPE_PUNNING also obeyed here.
2015-09-23 14:09:27 -07:00
SHA512.hpp
Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware]
2015-02-17 13:11:34 -08:00
SharedPtr.hpp
Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware]
2015-02-17 13:11:34 -08:00
Switch.cpp
Fix test world def.
2015-10-26 15:47:32 -07:00
Switch.hpp
(1) Make ZT_ naming convention consistent (get rid of ZT1_), (2) Make local interface a full sockaddr_storage instead of an int identifier, which turns out to be better for multi-homing and other uses.
2015-09-24 16:21:36 -07:00
Topology.cpp
Fix test world def.
2015-10-26 15:47:32 -07:00
Topology.hpp
Cluster status plumbing.
2015-10-26 12:41:08 -07:00
Utils.cpp
Try reopening /dev/urandom if there is a problem.
2015-10-06 18:10:40 -07:00
Utils.hpp
Get trim() out of core where it is not needed.
2015-10-01 12:37:18 -07:00
World.hpp
Add C output to mkworld.
2015-10-13 08:55:21 -07:00