| .. |
|
Address.hpp
|
Swap out std::map<> for Hashtable<> for main peer database in Topology. (ongoing std::map-ectomy)
|
2015-09-04 12:14:21 -07:00 |
|
AntiRecursion.hpp
|
|
|
|
Array.hpp
|
|
|
|
AtomicCounter.hpp
|
|
|
|
Buffer.hpp
|
Handling of CIRCUIT_TEST, should be ready to test.
|
2015-10-06 11:47:16 -07:00 |
|
C25519.cpp
|
|
|
|
C25519.hpp
|
|
|
|
CertificateOfMembership.cpp
|
|
|
|
CertificateOfMembership.hpp
|
Peer serialization and related changes.
|
2015-10-01 15:40:54 -07:00 |
|
Constants.hpp
|
Merge branch 'adamierymenko-dev' into netcon
|
2015-10-06 17:56:47 -07:00 |
|
Defaults.cpp
|
(1) Make ZT_ naming convention consistent (get rid of ZT1_), (2) Make local interface a full sockaddr_storage instead of an int identifier, which turns out to be better for multi-homing and other uses.
|
2015-09-24 16:21:36 -07:00 |
|
Defaults.hpp
|
|
|
|
Dictionary.cpp
|
Simplify Dictionary and reduce memory usage, now no more std::maps in core.
|
2015-10-01 18:12:16 -07:00 |
|
Dictionary.hpp
|
Simplify Dictionary and reduce memory usage, now no more std::maps in core.
|
2015-10-01 18:12:16 -07:00 |
|
Hashtable.hpp
|
Eliminate another warning.
|
2015-09-23 10:29:05 -07:00 |
|
Identity.cpp
|
|
|
|
Identity.hpp
|
Peer serialization and related changes.
|
2015-10-01 15:40:54 -07:00 |
|
IncomingPacket.cpp
|
Send initial CIRCUIT_TEST packet.
|
2015-10-06 15:16:41 -07:00 |
|
IncomingPacket.hpp
|
More work on circuit testing...
|
2015-09-30 13:59:05 -07:00 |
|
InetAddress.cpp
|
Generate local IPv6 addresses from network IDs and addresses.
|
2015-09-17 21:30:32 -07:00 |
|
InetAddress.hpp
|
Peer serialization and related changes.
|
2015-10-01 15:40:54 -07:00 |
|
MAC.hpp
|
ARP cache and responder agent code for use in netcon and iOS.
|
2015-09-11 11:45:04 -07:00 |
|
Multicaster.cpp
|
.
|
2015-10-01 13:43:57 -07:00 |
|
Multicaster.hpp
|
|
|
|
MulticastGroup.hpp
|
|
|
|
Mutex.hpp
|
|
|
|
Network.cpp
|
Fix TRACE output.
|
2015-10-06 06:57:00 -07:00 |
|
Network.hpp
|
Always announce multicast groups, not just to peers with direct links, and push network COMs to any MULTICAST_LIKE recipient for future use.
|
2015-10-01 12:50:19 -07:00 |
|
NetworkConfig.cpp
|
Simplify Dictionary and reduce memory usage, now no more std::maps in core.
|
2015-10-01 18:12:16 -07:00 |
|
NetworkConfig.hpp
|
|
|
|
NetworkController.hpp
|
Add a bit of useful testing instrumentation to SqliteNetworkController.
|
2015-09-08 11:35:55 -07:00 |
|
Node.cpp
|
Send initial CIRCUIT_TEST packet.
|
2015-10-06 15:16:41 -07:00 |
|
Node.hpp
|
Plumbing through circuit test stuff.
|
2015-10-06 14:42:51 -07:00 |
|
NonCopyable.hpp
|
|
|
|
OutboundMulticast.cpp
|
Refactor: move network COMs out of Network and into Peer in prep for tightening up multicast lookup and other things.
|
2015-10-01 11:11:52 -07:00 |
|
OutboundMulticast.hpp
|
|
|
|
Packet.cpp
|
Add new verb names, and fix some Mac compiler flags.
|
2015-09-30 14:48:07 -07:00 |
|
Packet.hpp
|
Plumbing through circuit test stuff.
|
2015-10-06 14:42:51 -07:00 |
|
Path.hpp
|
Peer serialization and related changes.
|
2015-10-01 15:40:54 -07:00 |
|
Peer.cpp
|
change cert to com. no variable named cert.
|
2015-10-02 19:39:13 -07:00 |
|
Peer.hpp
|
The return of peer peristence.
|
2015-10-01 17:09:01 -07:00 |
|
Poly1305.cpp
|
Some work on CIRCUIT_TEST, and a significant speedup to Poly1305.
|
2015-10-06 17:55:57 -07:00 |
|
Poly1305.hpp
|
|
|
|
RemotePath.hpp
|
The return of peer peristence.
|
2015-10-01 17:09:01 -07:00 |
|
RuntimeEnvironment.hpp
|
|
|
|
Salsa20.cpp
|
Speed up Salsa20 just a bit.
|
2015-09-30 14:35:05 -07:00 |
|
Salsa20.hpp
|
Speed up Salsa20 just a bit.
|
2015-09-30 14:35:05 -07:00 |
|
SelfAwareness.cpp
|
... and another ...
|
2015-09-04 14:24:31 -07:00 |
|
SelfAwareness.hpp
|
... and another ...
|
2015-09-04 14:24:31 -07:00 |
|
SHA512.cpp
|
Make sure ZT_NO_TYPE_PUNNING also obeyed here.
|
2015-09-23 14:09:27 -07:00 |
|
SHA512.hpp
|
|
|
|
SharedPtr.hpp
|
|
|
|
Switch.cpp
|
Refactor: move network COMs out of Network and into Peer in prep for tightening up multicast lookup and other things.
|
2015-10-01 11:11:52 -07:00 |
|
Switch.hpp
|
Merge branch 'adamierymenko-dev' into netcon
|
2015-10-06 17:56:47 -07:00 |
|
Topology.cpp
|
Simplify Dictionary and reduce memory usage, now no more std::maps in core.
|
2015-10-01 18:12:16 -07:00 |
|
Topology.hpp
|
The return of peer peristence.
|
2015-10-01 17:09:01 -07:00 |
|
Utils.cpp
|
Get trim() out of core where it is not needed.
|
2015-10-01 12:37:18 -07:00 |
|
Utils.hpp
|
Get trim() out of core where it is not needed.
|
2015-10-01 12:37:18 -07:00 |