ZeroTierOne/node
2014-10-09 12:42:25 -07:00
..
Address.hpp Refactoring in progress... pardon our dust... 2014-09-12 16:57:37 -07:00
AntiRecursion.hpp
Array.hpp
AtomicCounter.hpp
BandwidthAccount.hpp
Buffer.hpp Improve security posture by eliminating non-const data() accessor from Buffer. 2014-10-02 10:06:29 -07:00
C25519.cpp
C25519.hpp
CertificateOfMembership.cpp
CertificateOfMembership.hpp
CMWC4096.hpp
Condition.hpp More work on adding testnet and user-mode capabilities for local network simulation. 2014-10-03 11:59:50 -07:00
Constants.hpp Add some rate limiting to implicit gathers, and always send multicasts to at least one supernode so they can broadcast to old peers (temporary). 2014-10-03 22:30:10 -07:00
Defaults.cpp cleanup 2014-09-16 08:19:39 -07:00
Defaults.hpp cleanup 2014-09-16 08:19:39 -07:00
Dictionary.cpp
Dictionary.hpp
EthernetTap.hpp More work on adding testnet and user-mode capabilities for local network simulation. 2014-10-03 11:59:50 -07:00
EthernetTapFactory.hpp Refactoring in progress... pardon our dust... 2014-09-12 16:57:37 -07:00
HttpClient.cpp
HttpClient.hpp
Identity.cpp
Identity.hpp
IncomingPacket.cpp Reorg multicast packet, and a whole bunch of refactoring around the pushing of certificates of membership. 2014-10-09 12:42:25 -07:00
IncomingPacket.hpp Last steps before test: parse OK(MULTICAST_GATHER) and OK(MULTICAST_FRAME) 2014-10-02 13:50:37 -07:00
InetAddress.cpp
InetAddress.hpp
Logger.cpp
Logger.hpp Rename the ubiquitous _r pointer to RuntimeEnvironment to RR just to be a little more consistent about using _ to denote private member variables. 2014-09-24 13:53:03 -07:00
MAC.hpp Refactoring in progress... pardon our dust... 2014-09-12 16:57:37 -07:00
Multicaster.cpp Reorg multicast packet, and a whole bunch of refactoring around the pushing of certificates of membership. 2014-10-09 12:42:25 -07:00
Multicaster.hpp Bump version to 1.0.0, add legacy support code to Multicaster to not send new frame to known-to-be-old peers. 2014-10-05 10:34:25 -07:00
MulticastGroup.hpp Enable configuration of multicast algorithm parameters in netconf 2014-09-04 14:25:07 -07:00
Mutex.hpp
Network.cpp Reorg multicast packet, and a whole bunch of refactoring around the pushing of certificates of membership. 2014-10-09 12:42:25 -07:00
Network.hpp Reorg multicast packet, and a whole bunch of refactoring around the pushing of certificates of membership. 2014-10-09 12:42:25 -07:00
NetworkConfig.cpp Add IPv4 address assignment to ffffffffffffffff test network. 2014-10-07 14:34:00 -07:00
NetworkConfig.hpp Pull logic to always send new multicasts to supernode since we need to do that differently, re-add support for active bridges, and remove some gratuitous use of std::set where not needed. 2014-10-04 13:15:02 -07:00
Node.cpp Announce multicast group changes on network rescanMulticastGroups() 2014-10-03 18:27:42 -07:00
Node.hpp Plumb injectPacketFromHost through to API. 2014-10-03 14:49:11 -07:00
NodeConfig.cpp Yay... now everything compiles! Getting close to testing on this. Still have not added backward compatibility support for relaying of multicasts to 0.9.X clients yet but that will be easy. Will test with heterogenous 1.0.0 clients only first. 2014-10-01 12:41:48 -07:00
NodeConfig.hpp Rename the ubiquitous _r pointer to RuntimeEnvironment to RR just to be a little more consistent about using _ to denote private member variables. 2014-09-24 13:53:03 -07:00
NonCopyable.hpp
OutboundMulticast.cpp Reorg multicast packet, and a whole bunch of refactoring around the pushing of certificates of membership. 2014-10-09 12:42:25 -07:00
OutboundMulticast.hpp Reorg multicast packet, and a whole bunch of refactoring around the pushing of certificates of membership. 2014-10-09 12:42:25 -07:00
Packet.cpp Yet more WIP on mulitcast algo... 2014-09-22 13:18:24 -07:00
Packet.hpp Reorg multicast packet, and a whole bunch of refactoring around the pushing of certificates of membership. 2014-10-09 12:42:25 -07:00
Path.hpp Rip out dead "firewall opener" code, replace in pipeline with anti-symmetric-NAT tactics. 2014-09-05 16:23:24 -07:00
Peer.cpp Bug fix in new multicast frame handler, handling of old "P5" multicast frames in new way. 2014-10-06 13:16:16 -07:00
Peer.hpp Announce multicast group changes on network rescanMulticastGroups() 2014-10-03 18:27:42 -07:00
Poly1305.cpp
Poly1305.hpp
RoutingTable.cpp
RoutingTable.hpp
RuntimeEnvironment.hpp Multicaster needs to be global, not per-network, and a bunch of other stuff. 2014-09-30 16:28:25 -07:00
Salsa20.cpp Get rid of __align stuff in Salsa20 -- not portable, does not seem to help much on newer chips. 2014-09-16 08:53:18 -07:00
Salsa20.hpp Get rid of __align stuff in Salsa20 -- not portable, does not seem to help much on newer chips. 2014-09-16 08:53:18 -07:00
Service.cpp Yay... now everything compiles! Getting close to testing on this. Still have not added backward compatibility support for relaying of multicasts to 0.9.X clients yet but that will be easy. Will test with heterogenous 1.0.0 clients only first. 2014-10-01 12:41:48 -07:00
Service.hpp Rename the ubiquitous _r pointer to RuntimeEnvironment to RR just to be a little more consistent about using _ to denote private member variables. 2014-09-24 13:53:03 -07:00
SHA512.cpp
SHA512.hpp
SharedPtr.hpp
Socket.hpp
SocketManager.cpp Rip out dead "firewall opener" code, replace in pipeline with anti-symmetric-NAT tactics. 2014-09-05 16:23:24 -07:00
SocketManager.hpp Rip out dead "firewall opener" code, replace in pipeline with anti-symmetric-NAT tactics. 2014-09-05 16:23:24 -07:00
SoftwareUpdater.cpp Yay... now everything compiles! Getting close to testing on this. Still have not added backward compatibility support for relaying of multicasts to 0.9.X clients yet but that will be easy. Will test with heterogenous 1.0.0 clients only first. 2014-10-01 12:41:48 -07:00
SoftwareUpdater.hpp Rename the ubiquitous _r pointer to RuntimeEnvironment to RR just to be a little more consistent about using _ to denote private member variables. 2014-09-24 13:53:03 -07:00
Switch.cpp Reorg multicast packet, and a whole bunch of refactoring around the pushing of certificates of membership. 2014-10-09 12:42:25 -07:00
Switch.hpp Turns out that needed to be a list after all. Also clean up Multicaster::gather(). 2014-10-03 22:03:19 -07:00
TcpSocket.cpp
TcpSocket.hpp
Thread.hpp
Topology.cpp Improve security posture by eliminating non-const data() accessor from Buffer. 2014-10-02 10:06:29 -07:00
Topology.hpp Some cleanup, Multicaster now sends multicasts as it gets additional members. 2014-10-01 14:05:25 -07:00
UdpSocket.cpp
UdpSocket.hpp
Utils.cpp Yes, zero my secret key data. Yes I really, really mean it. 2014-10-02 09:08:31 -07:00
Utils.hpp Yes, zero my secret key data. Yes I really, really mean it. 2014-10-02 09:08:31 -07:00