ZeroTierOne/node
2014-10-21 10:42:04 -07:00
..
Address.hpp Refactoring in progress... pardon our dust... 2014-09-12 16:57:37 -07:00
AntiRecursion.hpp More toward GitHub issue #56 2014-04-10 16:30:15 -07:00
Array.hpp Boring stuff: update dates in copyrights across all files. 2014-02-16 12:40:22 -08:00
AtomicCounter.hpp VERSION 0.7.1: small Linux compile fix on g++, does not merit new release 2014-03-05 15:40:31 -08:00
BandwidthAccount.hpp Boring stuff: update dates in copyrights across all files. 2014-02-16 12:40:22 -08:00
Buffer.hpp Improve security posture by eliminating non-const data() accessor from Buffer. 2014-10-02 10:06:29 -07:00
C25519.cpp More little stuff in crypto code. 2014-06-26 17:23:10 -07:00
C25519.hpp Boring stuff: update dates in copyrights across all files. 2014-02-16 12:40:22 -08:00
CertificateOfMembership.cpp Boring stuff: update dates in copyrights across all files. 2014-02-16 12:40:22 -08:00
CertificateOfMembership.hpp Boring stuff: update dates in copyrights across all files. 2014-02-16 12:40:22 -08:00
CMWC4096.hpp Boring stuff: update dates in copyrights across all files. 2014-02-16 12:40:22 -08:00
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 (1) Back off a little on default max multicast limit since 128 is pretty bandwidth heavy, (2) add a little to default multicast rate limit since new MC algo is fairerererer, (3) decided not to involve netconf masters in multicast so take that out of list of who gets LIKEs. 2014-10-10 12:55:06 -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 (1) distribute default root-topology in new dictionary format, (2) bump peer serialization version to force obsolescence of old supernodes, (3) stop outputting a log message every time we poll for software updates 2014-08-14 19:52:22 -04:00
Dictionary.hpp (1) distribute default root-topology in new dictionary format, (2) bump peer serialization version to force obsolescence of old supernodes, (3) stop outputting a log message every time we poll for software updates 2014-08-14 19:52:22 -04:00
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 Do HttpClient refactoring for Windows. 2014-08-18 14:34:04 -07:00
HttpClient.hpp Refactor HttpClient a bit. 2014-08-16 09:08:52 -07:00
Identity.cpp Boring stuff: update dates in copyrights across all files. 2014-02-16 12:40:22 -08:00
Identity.hpp Boring stuff: update dates in copyrights across all files. 2014-02-16 12:40:22 -08:00
IncomingPacket.cpp Simplify locking semantics some more to address a deadlock. 2014-10-21 10:42:04 -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 Fix for missing broadcast address on Linux Ethernet taps. 2014-09-04 13:36:25 -04:00
InetAddress.hpp Fix for missing broadcast address on Linux Ethernet taps. 2014-09-04 13:36:25 -04:00
Logger.cpp Boring stuff: update dates in copyrights across all files. 2014-02-16 12:40:22 -08:00
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 Don't need to check peer version for every item in txQueue since there is only one peer. 2014-10-19 15:20:19 -07:00
Multicaster.hpp Fixes to legacy peer support. 2014-10-11 15:49:31 -07:00
MulticastGroup.hpp Enable configuration of multicast algorithm parameters in netconf 2014-09-04 14:25:07 -07:00
Mutex.hpp Boring stuff: update dates in copyrights across all files. 2014-02-16 12:40:22 -08:00
Network.cpp Make several changes to eliminate potential deadlock or recursive lock conditions, and add back rescan of multicast groups on network startup. 2014-10-14 16:38:27 -07:00
Network.hpp Return self in GATHER requests if self is a member of multicast group, and reinstate legacy support. 2014-10-09 18:32:05 -07:00
NetworkConfig.cpp (1) Back off a little on default max multicast limit since 128 is pretty bandwidth heavy, (2) add a little to default multicast rate limit since new MC algo is fairerererer, (3) decided not to involve netconf masters in multicast so take that out of list of who gets LIKEs. 2014-10-10 12:55:06 -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 Now for some clang compile fixes... 2014-10-19 13:07:50 -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 Boring stuff: update dates in copyrights across all files. 2014-02-16 12:40:22 -08:00
OutboundMulticast.cpp Return self in GATHER requests if self is a member of multicast group, and reinstate legacy support. 2014-10-09 18:32:05 -07:00
OutboundMulticast.hpp New multicast bug fixes, TRACE improvements, and temporarily disable legacy multicast for debugging purposes. 2014-10-09 17:58:31 -07:00
Packet.cpp Yet more WIP on mulitcast algo... 2014-09-22 13:18:24 -07:00
Packet.hpp New multicast bug fixes, TRACE improvements, and temporarily disable legacy multicast for debugging purposes. 2014-10-09 17:58:31 -07:00
Path.hpp Simplify locking semantics some more to address a deadlock. 2014-10-21 10:42:04 -07:00
Peer.cpp Simplify locking semantics some more to address a deadlock. 2014-10-21 10:42:04 -07:00
Peer.hpp Simplify locking semantics some more to address a deadlock. 2014-10-21 10:42:04 -07:00
Poly1305.cpp Some crypto comment fixes. 2014-06-26 17:15:20 -07:00
Poly1305.hpp Some crypto comment fixes. 2014-06-26 17:15:20 -07:00
RoutingTable.cpp BSD routing table works... that hurt much worse than it should have. 2014-07-17 13:08:37 -07:00
RoutingTable.hpp Set/delete functionality in BSD routing table. 2014-07-17 17:17:59 -07:00
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 Boring stuff: update dates in copyrights across all files. 2014-02-16 12:40:22 -08:00
SHA512.hpp Boring stuff: update dates in copyrights across all files. 2014-02-16 12:40:22 -08:00
SharedPtr.hpp Boring stuff: update dates in copyrights across all files. 2014-02-16 12:40:22 -08:00
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 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 New multicast bug fixes, TRACE improvements, and temporarily disable legacy multicast for debugging purposes. 2014-10-09 17:58:31 -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 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 Fix for crazy Windows threading bug... repeatedly adding and removing a network now doesn't leave networks in limbo. 2014-08-21 17:49:05 -07:00
Topology.cpp Make several changes to eliminate potential deadlock or recursive lock conditions, and add back rescan of multicast groups on network startup. 2014-10-14 16:38:27 -07:00
Topology.hpp Windows build fixes. 2014-10-19 12:56:39 -07:00
UdpSocket.cpp Yank potentially costly support for TTL out of UdpSocket since we dont use this anymore. 2014-10-13 09:37:17 -07:00
UdpSocket.hpp Yank potentially costly support for TTL out of UdpSocket since we dont use this anymore. 2014-10-13 09:37:17 -07:00
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