ZeroTierOne/node
2016-01-05 16:41:54 -08:00
..
Address.hpp
AntiRecursion.hpp Fix: (1) Windows stack overflow due to buffer too large in peer deserialize, (2) clean up some other stuff seen during debugging and reduce the sizes of some buffers due to Windows small stack size, (3) remove a redundant try/catch. 2015-11-13 12:14:28 -08:00
Array.hpp
AtomicCounter.hpp
BinarySemaphore.hpp Deferred decode for HELLO to prevent HELLOcalypse under high load of new peers. 2015-11-05 12:22:58 -08:00
Buffer.hpp
C25519.cpp
C25519.hpp
CertificateOfMembership.cpp
CertificateOfMembership.hpp
Cluster.cpp Fix: (1) Windows stack overflow due to buffer too large in peer deserialize, (2) clean up some other stuff seen during debugging and reduce the sizes of some buffers due to Windows small stack size, (3) remove a redundant try/catch. 2015-11-13 12:14:28 -08:00
Cluster.hpp Query both root and network controller for multicast last resort GATHER. 2015-11-10 17:37:38 -08:00
Constants.hpp Implement first pass on rapid dead path detection, and increment version to 1.1.3 (dev) 2016-01-05 16:41:54 -08:00
DeferredPackets.cpp Selectively move over changes from "edge" to "dev" excluding netcon. 2015-12-21 16:15:39 -08:00
DeferredPackets.hpp Selectively move over changes from "edge" to "dev" excluding netcon. 2015-12-21 16:15:39 -08:00
Dictionary.cpp
Dictionary.hpp
Hashtable.hpp Minor Windows build fixes. Builds on VS2012 again. 2015-11-12 16:48:42 -08:00
Identity.cpp Fix: (1) Windows stack overflow due to buffer too large in peer deserialize, (2) clean up some other stuff seen during debugging and reduce the sizes of some buffers due to Windows small stack size, (3) remove a redundant try/catch. 2015-11-13 12:14:28 -08:00
Identity.hpp Work in progress on Cluster for new root infrastructure, multi-homing. 2015-10-14 14:12:12 -07:00
IncomingPacket.cpp Implement first pass on rapid dead path detection, and increment version to 1.1.3 (dev) 2016-01-05 16:41:54 -08:00
IncomingPacket.hpp Deferred decode for HELLO to prevent HELLOcalypse under high load of new peers. 2015-11-05 12:22:58 -08:00
InetAddress.cpp Stashing utun work for OSX -- abandoning for now since utun excludes mDNS among other issues. 2015-11-12 10:47:50 -08:00
InetAddress.hpp Stashing utun work for OSX -- abandoning for now since utun excludes mDNS among other issues. 2015-11-12 10:47:50 -08:00
MAC.hpp
Multicaster.cpp Query both root and network controller for multicast last resort GATHER. 2015-11-10 17:37:38 -08:00
Multicaster.hpp Ready to test. 2015-11-09 09:45:43 -08:00
MulticastGroup.hpp
Mutex.hpp
Network.cpp Factor out RemotePath subclass of Path -- no longer needed, just cruft. 2015-10-27 15:00:16 -07:00
Network.hpp Refactor multicast group announcement to work directly or indirectly. 2015-10-23 14:50:07 -07:00
NetworkConfig.cpp On semi-undocumented test net, assign a RFC4193 IPv6 address too. Will be useful for our at-scale tests. 2015-10-28 11:08:15 -07:00
NetworkConfig.hpp
NetworkController.hpp
Node.cpp Implement first pass on rapid dead path detection, and increment version to 1.1.3 (dev) 2016-01-05 16:41:54 -08:00
Node.hpp Try bringing back TTL escalation -- may help with Docker (IP-MASQ) type NAT 2015-11-09 15:44:13 -08:00
NonCopyable.hpp
OutboundMulticast.cpp
OutboundMulticast.hpp
Packet.cpp Selectively move over changes from "edge" to "dev" excluding netcon. 2015-12-21 16:15:39 -08:00
Packet.hpp Implement first pass on rapid dead path detection, and increment version to 1.1.3 (dev) 2016-01-05 16:41:54 -08:00
Path.cpp Factor out RemotePath subclass of Path -- no longer needed, just cruft. 2015-10-27 15:00:16 -07:00
Path.hpp Implement first pass on rapid dead path detection, and increment version to 1.1.3 (dev) 2016-01-05 16:41:54 -08:00
Peer.cpp Implement first pass on rapid dead path detection, and increment version to 1.1.3 (dev) 2016-01-05 16:41:54 -08:00
Peer.hpp Implement first pass on rapid dead path detection, and increment version to 1.1.3 (dev) 2016-01-05 16:41:54 -08:00
Poly1305.cpp
Poly1305.hpp
RuntimeEnvironment.hpp Selectively move over changes from "edge" to "dev" excluding netcon. 2015-12-21 16:15:39 -08:00
Salsa20.cpp
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 Implement first pass on rapid dead path detection, and increment version to 1.1.3 (dev) 2016-01-05 16:41:54 -08: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
SHA512.hpp
SharedPtr.hpp Deferred decode for HELLO to prevent HELLOcalypse under high load of new peers. 2015-11-05 12:22:58 -08:00
Switch.cpp Implement first pass on rapid dead path detection, and increment version to 1.1.3 (dev) 2016-01-05 16:41:54 -08:00
Switch.hpp Selectively move over changes from "edge" to "dev" excluding netcon. 2015-12-21 16:15:39 -08:00
Topology.cpp Implement first pass on rapid dead path detection, and increment version to 1.1.3 (dev) 2016-01-05 16:41:54 -08:00
Topology.hpp get the compiler to stop complaining about two string literals (one a macro) next to each other without an intervening space 2015-11-14 18:19:33 -08:00
Utils.cpp Selectively move over changes from "edge" to "dev" excluding netcon. 2015-12-21 16:15:39 -08:00
Utils.hpp
World.hpp