| .. |
|
Address.hpp
|
Remove obsolete method.
|
11 years ago |
|
AntiRecursion.hpp
|
Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware]
|
11 years ago |
|
Array.hpp
|
Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware]
|
11 years ago |
|
AtomicCounter.hpp
|
Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware]
|
11 years ago |
|
Buffer.hpp
|
Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware]
|
11 years ago |
|
C25519.cpp
|
More little stuff in crypto code.
|
12 years ago |
|
C25519.hpp
|
Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware]
|
11 years ago |
|
CMWC4096.hpp
|
Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware]
|
11 years ago |
|
CertificateOfMembership.cpp
|
Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware]
|
11 years ago |
|
CertificateOfMembership.hpp
|
Tons more refactoring: simplify Network, move explicit management of Tap out, redo COM serialization, etc.
|
11 years ago |
|
Constants.hpp
|
Root server terminology cleanup, and tighten up a security check by checking full identity of peers instead of just address.
|
11 years ago |
|
Defaults.cpp
|
osdep/ compile fixes, and remove some lingering OS-specific stuff from node/Defaults
|
11 years ago |
|
Defaults.hpp
|
osdep/ compile fixes, and remove some lingering OS-specific stuff from node/Defaults
|
11 years ago |
|
Dictionary.cpp
|
Renamed supernode to rootserver
|
11 years ago |
|
Dictionary.hpp
|
Renamed supernode to rootserver
|
11 years ago |
|
Identity.cpp
|
A whole lot of Sqlite netconf master work, and some fixes elsewhere in the code.
|
11 years ago |
|
Identity.hpp
|
Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware]
|
11 years ago |
|
IncomingPacket.cpp
|
Root server terminology cleanup, and tighten up a security check by checking full identity of peers instead of just address.
|
11 years ago |
|
IncomingPacket.hpp
|
Completely factor out "desperation" from the core. I thought of a significantly simpler way to move all of this logic entirely into the containing service, liberating the core from any concern over the nature of its pipe to the outside world.
|
11 years ago |
|
InetAddress.cpp
|
Build fixes for G++, building without SQLite3 present, and warning removal.
|
11 years ago |
|
InetAddress.hpp
|
Gateways support in network controller schema and database (not implemented yet in client) toward GitHub issue #178
|
11 years ago |
|
MAC.hpp
|
Network controller CRUD... :P
|
11 years ago |
|
MulticastGroup.hpp
|
JSON control plane, almost done...
|
11 years ago |
|
Multicaster.cpp
|
replace vector::erase, was missed in a previous commit (ref #186)
|
11 years ago |
|
Multicaster.hpp
|
replace txQueue list by vector for faster memory access and less allocations
|
11 years ago |
|
Mutex.hpp
|
Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware]
|
11 years ago |
|
Network.cpp
|
GitHub issue #191 - kill intra-network multicast rate limits (which were not well supported or easily configurable anyway) -- this is really left over from the old collaborative multicast propagation algorithm. New algorithm (in for a while) has been sender-side replication in which sender "pays" all bandwidth, which intrinsically limits multicast.
|
11 years ago |
|
Network.hpp
|
GitHub issue #191 - kill intra-network multicast rate limits (which were not well supported or easily configurable anyway) -- this is really left over from the old collaborative multicast propagation algorithm. New algorithm (in for a while) has been sender-side replication in which sender "pays" all bandwidth, which intrinsically limits multicast.
|
11 years ago |
|
NetworkConfig.cpp
|
GitHub issue #191 - kill intra-network multicast rate limits (which were not well supported or easily configurable anyway) -- this is really left over from the old collaborative multicast propagation algorithm. New algorithm (in for a while) has been sender-side replication in which sender "pays" all bandwidth, which intrinsically limits multicast.
|
11 years ago |
|
NetworkConfig.hpp
|
GitHub issue #191 - kill intra-network multicast rate limits (which were not well supported or easily configurable anyway) -- this is really left over from the old collaborative multicast propagation algorithm. New algorithm (in for a while) has been sender-side replication in which sender "pays" all bandwidth, which intrinsically limits multicast.
|
11 years ago |
|
NetworkController.hpp
|
More cleanup, and fix for the extremely unlikely case of identity collision.
|
11 years ago |
|
Node.cpp
|
Redo conversion of _networks to a vector. Just use a simple linear search and put the nwid in a pair with the pointer so linear search can be done without pointer chasing. This should be the fastest option for anything less than dozens of networks, and should save memory over the old map.
|
11 years ago |
|
Node.hpp
|
Redo conversion of _networks to a vector. Just use a simple linear search and put the nwid in a pair with the pointer so linear search can be done without pointer chasing. This should be the fastest option for anything less than dozens of networks, and should save memory over the old map.
|
11 years ago |
|
NonCopyable.hpp
|
Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware]
|
11 years ago |
|
OutboundMulticast.cpp
|
Rest of GitHub issue #140 implementation.
|
11 years ago |
|
OutboundMulticast.hpp
|
Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware]
|
11 years ago |
|
Packet.cpp
|
Add definition for VERB_CMA -- GitHub issue #180
|
11 years ago |
|
Packet.hpp
|
Root server terminology cleanup, and tighten up a security check by checking full identity of peers instead of just address.
|
11 years ago |
|
Path.hpp
|
Completely factor out "desperation" from the core. I thought of a significantly simpler way to move all of this logic entirely into the containing service, liberating the core from any concern over the nature of its pipe to the outside world.
|
11 years ago |
|
Peer.cpp
|
Root server terminology cleanup, and tighten up a security check by checking full identity of peers instead of just address.
|
11 years ago |
|
Peer.hpp
|
Fix to GitHub issue #140 -- network preferred relays. Also go ahead and allow RENDEZVOUS from regular peers.
|
11 years ago |
|
Poly1305.cpp
|
Some crypto comment fixes.
|
12 years ago |
|
Poly1305.hpp
|
Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware]
|
11 years ago |
|
RuntimeEnvironment.hpp
|
Rename netconf to controller and NetworkConfigMaster to NetworkController for consistency.
|
11 years ago |
|
SHA512.cpp
|
Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware]
|
11 years ago |
|
SHA512.hpp
|
Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware]
|
11 years ago |
|
Salsa20.cpp
|
Get rid of __align stuff in Salsa20 -- not portable, does not seem to help much on newer chips.
|
12 years ago |
|
Salsa20.hpp
|
Apply @marning suggested SSE auto-detect to make builds easier on non-x86 platforms: aa2fd044cb
|
11 years ago |
|
SelfAwareness.cpp
|
Root server terminology cleanup, and tighten up a security check by checking full identity of peers instead of just address.
|
11 years ago |
|
SelfAwareness.hpp
|
So we need to keep track of external surface per reporter, since some NATs assign different external IPs for each external destination. Keeping just one known surface could create a race condition.
|
11 years ago |
|
SharedPtr.hpp
|
Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware]
|
11 years ago |
|
Switch.cpp
|
GitHub issue #191 - kill intra-network multicast rate limits (which were not well supported or easily configurable anyway) -- this is really left over from the old collaborative multicast propagation algorithm. New algorithm (in for a while) has been sender-side replication in which sender "pays" all bandwidth, which intrinsically limits multicast.
|
11 years ago |
|
Switch.hpp
|
Rest of GitHub issue #140 implementation.
|
11 years ago |
|
Topology.cpp
|
Root server terminology cleanup, and tighten up a security check by checking full identity of peers instead of just address.
|
11 years ago |
|
Topology.hpp
|
Root server terminology cleanup, and tighten up a security check by checking full identity of peers instead of just address.
|
11 years ago |
|
Utils.cpp
|
First stab of PFS design work with PKC security -- may not implement in 1.0.3 but stubbing out.
|
11 years ago |
|
Utils.hpp
|
Apple auto-update stuff, now for Windows.
|
11 years ago |