Adam Ierymenko f19c3c51d3 Revert slow non-SSE Salsa20 modification since it did not fix Android/ARM issue. Also update Salsa20 comments and clean up a bit. 10 лет назад
..
Address.hpp af1d29cc6f Remove obsolete method. 10 лет назад
AntiRecursion.hpp 93012b0ee5 Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware] 11 лет назад
Array.hpp 93012b0ee5 Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware] 11 лет назад
AtomicCounter.hpp 93012b0ee5 Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware] 11 лет назад
Buffer.hpp 93012b0ee5 Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware] 11 лет назад
C25519.cpp 38433e85bf More little stuff in crypto code. 11 лет назад
C25519.hpp 93012b0ee5 Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware] 11 лет назад
CMWC4096.hpp 93012b0ee5 Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware] 11 лет назад
CertificateOfMembership.cpp dbee1b38b3 Fix semantics of std::unique() to actually remove duplicates (hidden memory leak?) 10 лет назад
CertificateOfMembership.hpp 1f28ce3980 Tons more refactoring: simplify Network, move explicit management of Tap out, redo COM serialization, etc. 10 лет назад
Constants.hpp 7bae95836c Root server terminology cleanup, and tighten up a security check by checking full identity of peers instead of just address. 10 лет назад
Defaults.cpp 7192fe6d15 osdep/ compile fixes, and remove some lingering OS-specific stuff from node/Defaults 10 лет назад
Defaults.hpp 7192fe6d15 osdep/ compile fixes, and remove some lingering OS-specific stuff from node/Defaults 10 лет назад
Dictionary.cpp a425bbc673 Renamed supernode to rootserver 10 лет назад
Dictionary.hpp a425bbc673 Renamed supernode to rootserver 10 лет назад
Identity.cpp a8a92c5b89 A whole lot of Sqlite netconf master work, and some fixes elsewhere in the code. 10 лет назад
Identity.hpp 93012b0ee5 Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware] 11 лет назад
IncomingPacket.cpp 7bae95836c Root server terminology cleanup, and tighten up a security check by checking full identity of peers instead of just address. 10 лет назад
IncomingPacket.hpp d9006712f6 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. 10 лет назад
InetAddress.cpp dbee1b38b3 Fix semantics of std::unique() to actually remove duplicates (hidden memory leak?) 10 лет назад
InetAddress.hpp dbee1b38b3 Fix semantics of std::unique() to actually remove duplicates (hidden memory leak?) 10 лет назад
MAC.hpp ddebe2d4c7 Network controller CRUD... :P 10 лет назад
MulticastGroup.hpp b888e033c0 JSON control plane, almost done... 10 лет назад
Multicaster.cpp 3f71afd0fb Put multicast txQueue back to list. 10 лет назад
Multicaster.hpp 3f71afd0fb Put multicast txQueue back to list. 10 лет назад
Mutex.hpp 93012b0ee5 Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware] 11 лет назад
Network.cpp dbee1b38b3 Fix semantics of std::unique() to actually remove duplicates (hidden memory leak?) 10 лет назад
Network.hpp 57c7992c78 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. 10 лет назад
NetworkConfig.cpp dbee1b38b3 Fix semantics of std::unique() to actually remove duplicates (hidden memory leak?) 10 лет назад
NetworkConfig.hpp dbee1b38b3 Fix semantics of std::unique() to actually remove duplicates (hidden memory leak?) 10 лет назад
NetworkController.hpp ea1859541c More cleanup, and fix for the extremely unlikely case of identity collision. 10 лет назад
Node.cpp dbee1b38b3 Fix semantics of std::unique() to actually remove duplicates (hidden memory leak?) 10 лет назад
Node.hpp c287ae4d1d 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. 10 лет назад
NonCopyable.hpp 93012b0ee5 Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware] 11 лет назад
OutboundMulticast.cpp 960ceb4791 Rest of GitHub issue #140 implementation. 10 лет назад
OutboundMulticast.hpp 93012b0ee5 Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware] 11 лет назад
Packet.cpp 0cbbcf2884 Rename VERB_CMA to the more descriptive VERB_PHYSICAL_ADDRESS_PUSH 10 лет назад
Packet.hpp 0cbbcf2884 Rename VERB_CMA to the more descriptive VERB_PHYSICAL_ADDRESS_PUSH 10 лет назад
Path.hpp d9006712f6 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. 10 лет назад
Peer.cpp 7bae95836c Root server terminology cleanup, and tighten up a security check by checking full identity of peers instead of just address. 10 лет назад
Peer.hpp d9006712f6 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. 10 лет назад
Poly1305.cpp c3cbc92757 Some crypto comment fixes. 11 лет назад
Poly1305.hpp 93012b0ee5 Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware] 11 лет назад
RuntimeEnvironment.hpp 6369c264e2 Rename netconf to controller and NetworkConfigMaster to NetworkController for consistency. 10 лет назад
SHA512.cpp 93012b0ee5 Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware] 11 лет назад
SHA512.hpp 93012b0ee5 Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware] 11 лет назад
Salsa20.cpp f19c3c51d3 Revert slow non-SSE Salsa20 modification since it did not fix Android/ARM issue. Also update Salsa20 comments and clean up a bit. 10 лет назад
Salsa20.hpp f19c3c51d3 Revert slow non-SSE Salsa20 modification since it did not fix Android/ARM issue. Also update Salsa20 comments and clean up a bit. 10 лет назад
SelfAwareness.cpp 7bae95836c Root server terminology cleanup, and tighten up a security check by checking full identity of peers instead of just address. 10 лет назад
SelfAwareness.hpp b4b067bf12 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. 10 лет назад
SharedPtr.hpp 93012b0ee5 Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware] 11 лет назад
Switch.cpp 57c7992c78 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. 10 лет назад
Switch.hpp 960ceb4791 Rest of GitHub issue #140 implementation. 10 лет назад
Topology.cpp 7bae95836c Root server terminology cleanup, and tighten up a security check by checking full identity of peers instead of just address. 10 лет назад
Topology.hpp 7bae95836c Root server terminology cleanup, and tighten up a security check by checking full identity of peers instead of just address. 10 лет назад
Utils.cpp e94518590d First stab of PFS design work with PKC security -- may not implement in 1.0.3 but stubbing out. 10 лет назад
Utils.hpp 1213073916 Apple auto-update stuff, now for Windows. 10 лет назад