| .. |
|
Address.hpp
|
|
|
|
AntiRecursion.hpp
|
More toward GitHub issue #56
|
2014-04-10 16:30:15 -07:00 |
|
Array.hpp
|
|
|
|
AtomicCounter.hpp
|
|
|
|
BandwidthAccount.hpp
|
|
|
|
Buffer.hpp
|
Cleanup, dead code removal, some pretty insignificant security stuff that's based on recommendations.
|
2014-04-18 00:14:12 -07:00 |
|
C25519.cpp
|
|
|
|
C25519.hpp
|
|
|
|
CertificateOfMembership.cpp
|
|
|
|
CertificateOfMembership.hpp
|
|
|
|
CMWC4096.hpp
|
|
|
|
Constants.hpp
|
Make Service communicate via empty-line-delimited Dictionary objects instead of the old size prefix way.
|
2014-05-08 21:27:59 +00:00 |
|
Defaults.cpp
|
Adding supernode yig.zerotier.com (Sydney, Australia) and removing mi-go.zerotier.com (Singapore) due to real-world usage data.
|
2014-04-15 14:37:19 -07:00 |
|
Defaults.hpp
|
More toward GitHub issue #56
|
2014-04-10 16:30:15 -07:00 |
|
Dictionary.hpp
|
|
|
|
EthernetTap.hpp
|
Split EthernetTap into subclasses, work in progress...
|
2014-04-07 14:47:39 -07:00 |
|
HttpClient.cpp
|
|
|
|
HttpClient.hpp
|
|
|
|
Identity.cpp
|
|
|
|
Identity.hpp
|
|
|
|
InetAddress.cpp
|
|
|
|
InetAddress.hpp
|
More toward GitHub issue #56
|
2014-04-10 16:30:15 -07:00 |
|
IpcConnection.cpp
|
|
|
|
IpcConnection.hpp
|
|
|
|
IpcListener.cpp
|
Make Unix domain sockets mode 0777 so that properly authorized non-privileged users can access them (if they have auth token).
|
2014-04-02 17:21:26 -07:00 |
|
IpcListener.hpp
|
|
|
|
Logger.cpp
|
|
|
|
Logger.hpp
|
|
|
|
MAC.hpp
|
|
|
|
Multicaster.cpp
|
|
|
|
Multicaster.hpp
|
|
|
|
MulticastGroup.hpp
|
|
|
|
Mutex.hpp
|
|
|
|
Network.cpp
|
.... aaaaaand... GitHub issue #61 was caused by the fact that we were no longer deleting taps on Windows!
|
2014-04-09 15:34:03 -07:00 |
|
Network.hpp
|
|
|
|
NetworkConfig.cpp
|
Clean out unused netconf fields, rename a few, work on new netconf server.
|
2014-05-08 00:11:50 +00:00 |
|
NetworkConfig.hpp
|
Clean out unused netconf fields, rename a few, work on new netconf server.
|
2014-05-08 00:11:50 +00:00 |
|
Node.cpp
|
More toward GitHub issue #56
|
2014-04-10 16:30:15 -07:00 |
|
Node.hpp
|
Make GUI work with new control client API, make control client look for user authtoken.secret if system unreadable.
|
2014-04-02 17:12:04 -07:00 |
|
NodeConfig.cpp
|
|
|
|
NodeConfig.hpp
|
|
|
|
NonCopyable.hpp
|
|
|
|
Packet.cpp
|
|
|
|
Packet.hpp
|
More toward GitHub issue #56
|
2014-04-10 16:30:15 -07:00 |
|
PacketDecoder.cpp
|
Probable fix for GitHub issue #63 - do not unite() if either path is TCP, since doing so can result in asymmetric failed NAT-t over UDP if one side has a firewall that permits outgoing UDP but not incoming.
|
2014-04-10 11:17:54 -07:00 |
|
PacketDecoder.hpp
|
|
|
|
Path.hpp
|
Tweak some timings and stuff.
|
2014-04-03 16:19:41 -07:00 |
|
Peer.cpp
|
More toward GitHub issue #56
|
2014-04-10 16:30:15 -07:00 |
|
Peer.hpp
|
Cleanup, dead code removal, some pretty insignificant security stuff that's based on recommendations.
|
2014-04-18 00:14:12 -07:00 |
|
Poly1305.cpp
|
|
|
|
Poly1305.hpp
|
|
|
|
RuntimeEnvironment.hpp
|
Prevent recursive transit of ZeroTier packets, toward GitHub issue #56
|
2014-04-10 14:22:25 -07:00 |
|
Salsa20.cpp
|
|
|
|
Salsa20.hpp
|
|
|
|
Service.cpp
|
Make Service communicate via empty-line-delimited Dictionary objects instead of the old size prefix way.
|
2014-05-08 21:27:59 +00:00 |
|
Service.hpp
|
Make Service communicate via empty-line-delimited Dictionary objects instead of the old size prefix way.
|
2014-05-08 21:27:59 +00:00 |
|
SHA512.cpp
|
|
|
|
SHA512.hpp
|
|
|
|
SharedPtr.hpp
|
|
|
|
Socket.hpp
|
Probable fix for GitHub issue #63 - do not unite() if either path is TCP, since doing so can result in asymmetric failed NAT-t over UDP if one side has a firewall that permits outgoing UDP but not incoming.
|
2014-04-10 11:17:54 -07:00 |
|
SocketManager.cpp
|
More toward GitHub issue #56
|
2014-04-10 16:30:15 -07:00 |
|
SocketManager.hpp
|
|
|
|
SoftwareUpdater.cpp
|
|
|
|
SoftwareUpdater.hpp
|
|
|
|
Switch.cpp
|
More toward GitHub issue #56
|
2014-04-10 16:30:15 -07:00 |
|
Switch.hpp
|
More toward GitHub issue #56
|
2014-04-10 16:30:15 -07:00 |
|
SysEnv.cpp
|
|
|
|
SysEnv.hpp
|
|
|
|
TcpSocket.cpp
|
The remove paths on send fail thing in Peer.cpp was not well thought out, and there is no point in mallocing the TCP write buffer.
|
2014-04-01 15:55:05 -07:00 |
|
TcpSocket.hpp
|
The remove paths on send fail thing in Peer.cpp was not well thought out, and there is no point in mallocing the TCP write buffer.
|
2014-04-01 15:55:05 -07:00 |
|
Thread.hpp
|
|
|
|
Topology.cpp
|
Cleanup, dead code removal, some pretty insignificant security stuff that's based on recommendations.
|
2014-04-18 00:14:12 -07:00 |
|
Topology.hpp
|
Yet more cleanup to TCP logic, this time adding a master switch and adding UDP preference in send().
|
2014-04-09 17:08:35 -07:00 |
|
UdpSocket.cpp
|
A few more tweaks to TCP failover... seems to be switching back and forth pretty well now!
|
2014-04-03 17:12:34 -07:00 |
|
UdpSocket.hpp
|
|
|
|
UnixEthernetTap.cpp
|
Was not closing _shutdownSignalPipe in UnixEthernetTap either...
|
2014-04-09 15:32:37 -07:00 |
|
UnixEthernetTap.hpp
|
Split EthernetTap into subclasses, work in progress...
|
2014-04-07 14:47:39 -07:00 |
|
Utils.cpp
|
Cleanup, dead code removal, some pretty insignificant security stuff that's based on recommendations.
|
2014-04-18 00:14:12 -07:00 |
|
Utils.hpp
|
Cleanup, dead code removal, some pretty insignificant security stuff that's based on recommendations.
|
2014-04-18 00:14:12 -07:00 |
|
WindowsEthernetTap.cpp
|
More Windows tap cleanup... seems solid. We'll see.
|
2014-04-08 16:10:48 -07:00 |
|
WindowsEthernetTap.hpp
|
Windows tap: be REAL REAL REAL PARANOID. Wake up sheeple.
|
2014-04-08 15:47:33 -07:00 |