.. |
Address.hpp
|
Remove obsolete method.
|
2015-05-25 11:54:32 -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
|
Add build def ZT_NO_TYPE_PUNNING, which when defined disables type punning code that might cause unaligned access errors on architectures that care (e.g. Android/ARM)
|
2015-07-08 09:12:51 -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
|
Tons more refactoring: simplify Network, move explicit management of Tap out, redo COM serialization, etc.
|
2015-04-01 19:09:18 -07:00 |
Constants.hpp
|
Almost everything for GitHub issue #180 except direct path map setup.
|
2015-07-06 15:28:48 -07:00 |
Defaults.cpp
|
osdep/ compile fixes, and remove some lingering OS-specific stuff from node/Defaults
|
2015-04-08 19:03:30 -07:00 |
Defaults.hpp
|
osdep/ compile fixes, and remove some lingering OS-specific stuff from node/Defaults
|
2015-04-08 19:03:30 -07:00 |
Dictionary.cpp
|
Renamed supernode to rootserver
|
2015-05-06 12:05:20 +02:00 |
Dictionary.hpp
|
Renamed supernode to rootserver
|
2015-05-06 12:05:20 +02:00 |
Identity.cpp
|
A whole lot of Sqlite netconf master work, and some fixes elsewhere in the code.
|
2015-03-18 16:10:48 -07:00 |
Identity.hpp
|
Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware]
|
2015-02-17 13:11:34 -08:00 |
IncomingPacket.cpp
|
Merge branch 'adamierymenko-dev' of http://git.int.zerotier.com/zerotier/zerotierone into adamierymenko-dev
|
2015-07-13 09:30:02 -07:00 |
IncomingPacket.hpp
|
Almost all of GitHub issue #180
|
2015-07-06 15:05:04 -07:00 |
InetAddress.cpp
|
Unix side of local interface address awareness for GitHub issue #180.
|
2015-07-06 16:32:34 -07:00 |
InetAddress.hpp
|
Fix semantics of std::unique() to actually remove duplicates (hidden memory leak?)
|
2015-06-29 10:21:28 -07:00 |
MAC.hpp
|
Network controller CRUD... :P
|
2015-04-21 16:41:35 -07:00 |
Multicaster.cpp
|
Implement ERROR_UNWATNED_MULTICAST
|
2015-07-07 11:49:38 -07:00 |
Multicaster.hpp
|
Implement ERROR_UNWATNED_MULTICAST
|
2015-07-07 11:49:38 -07:00 |
MulticastGroup.hpp
|
JSON control plane, almost done...
|
2015-04-13 18:12:45 -07:00 |
Mutex.hpp
|
Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware]
|
2015-02-17 13:11:34 -08:00 |
Network.cpp
|
Fix potential bug in controller config request.
|
2015-07-07 10:02:48 -07:00 |
Network.hpp
|
More cleanup to direct path push, comment fixes, etc.
|
2015-07-07 10:00:34 -07:00 |
NetworkConfig.cpp
|
Fix semantics of std::unique() to actually remove duplicates (hidden memory leak?)
|
2015-06-29 10:21:28 -07:00 |
NetworkConfig.hpp
|
Fix semantics of std::unique() to actually remove duplicates (hidden memory leak?)
|
2015-06-29 10:21:28 -07:00 |
NetworkController.hpp
|
More cleanup, and fix for the extremely unlikely case of identity collision.
|
2015-04-15 18:32:25 -07:00 |
Node.cpp
|
Save a little bit of RAM by getting rid of overkill CMWC4096 non-crypto PRNG and replacing it with a simple non-crypto PRNG that just uses Salsa20.
|
2015-07-07 10:49:50 -07:00 |
Node.hpp
|
Save a little bit of RAM by getting rid of overkill CMWC4096 non-crypto PRNG and replacing it with a simple non-crypto PRNG that just uses Salsa20.
|
2015-07-07 10:49:50 -07:00 |
NonCopyable.hpp
|
Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware]
|
2015-02-17 13:11:34 -08:00 |
OutboundMulticast.cpp
|
More cleanup to direct path push, comment fixes, etc.
|
2015-07-07 10:00:34 -07:00 |
OutboundMulticast.hpp
|
Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware]
|
2015-02-17 13:11:34 -08:00 |
Packet.cpp
|
Documentation in Packet, more work on path push, and clean up ancient legacy support code in Switch.
|
2015-07-06 12:34:35 -07:00 |
Packet.hpp
|
More cleanup to direct path push, comment fixes, etc.
|
2015-07-07 10:00:34 -07:00 |
Path.hpp
|
A bunch of comments and cleanup, including some to yesterday's direct path pushing changes. Move path viability check to one place, and stop trying to use link-local addresses since they are not reliable.
|
2015-07-07 08:54:48 -07:00 |
Peer.cpp
|
Fixes to PUSH_DIRECT_PATHS.
|
2015-07-13 09:29:51 -07:00 |
Peer.hpp
|
More cleanup to direct path push, comment fixes, etc.
|
2015-07-07 10:00:34 -07:00 |
Poly1305.cpp
|
Some crypto comment fixes.
|
2014-06-26 17:15:20 -07:00 |
Poly1305.hpp
|
Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware]
|
2015-02-17 13:11:34 -08:00 |
RemotePath.hpp
|
Plumbing for local interface addresses -- GitHub issue #180
|
2015-07-06 15:51:04 -07:00 |
RuntimeEnvironment.hpp
|
Save a little bit of RAM by getting rid of overkill CMWC4096 non-crypto PRNG and replacing it with a simple non-crypto PRNG that just uses Salsa20.
|
2015-07-07 10:49:50 -07:00 |
Salsa20.cpp
|
Add build def ZT_NO_TYPE_PUNNING, which when defined disables type punning code that might cause unaligned access errors on architectures that care (e.g. Android/ARM)
|
2015-07-08 09:12:51 -07:00 |
Salsa20.hpp
|
Revert slow non-SSE Salsa20 modification since it did not fix Android/ARM issue. Also update Salsa20 comments and clean up a bit.
|
2015-07-02 09:00:00 -07:00 |
SelfAwareness.cpp
|
Some cleanup, docs, and Path -> Path > RemotePath refactor.
|
2015-07-06 14:08:13 -07:00 |
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.
|
2015-05-04 18:34:30 -07:00 |
SHA512.cpp
|
Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware]
|
2015-02-17 13:11:34 -08: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
|
Put back legacy code to listen for LAN announcements to support same network location with pre-1.0.4 clients.
|
2015-07-13 08:33:02 -07:00 |
Switch.hpp
|
Put back legacy code to listen for LAN announcements to support same network location with pre-1.0.4 clients.
|
2015-07-13 08:33:02 -07:00 |
Topology.cpp
|
Some cleanup, docs, and Path -> Path > RemotePath refactor.
|
2015-07-06 14:08:13 -07:00 |
Topology.hpp
|
Root server terminology cleanup, and tighten up a security check by checking full identity of peers instead of just address.
|
2015-06-19 10:23:25 -07:00 |
Utils.cpp
|
First stab of PFS design work with PKC security -- may not implement in 1.0.3 but stubbing out.
|
2015-05-14 17:41:05 -07:00 |
Utils.hpp
|
Kill a potential source of type punning BUS errors on Android, and besides that hack probably did not improve performance at all given the short lenghts of things compared with secureEq()
|
2015-07-07 10:59:59 -07:00 |