..
Address.hpp
Copyright updates for 2018.
2018-01-08 14:33:28 -08:00
AtomicCounter.hpp
A little more cleanup.
2018-01-26 20:06:11 -05:00
Buffer.hpp
Copyright updates for 2018.
2018-01-08 14:33:28 -08:00
C25519.cpp
Use X64 ASM ed25519 signatures on Linux/x64, which are about 10X faster. Will matter a lot for network controllers, not so much for other things.
2018-03-13 06:51:17 -07:00
C25519.hpp
Clean up some old stuff.
2018-01-26 20:00:37 -05:00
Capability.cpp
Copyright updates for 2018.
2018-01-08 14:33:28 -08:00
Capability.hpp
Spellcheck sweep across codebase
2018-06-07 17:25:27 -07:00
CertificateOfMembership.cpp
Clean up some old stuff.
2018-01-26 20:00:37 -05:00
CertificateOfMembership.hpp
Spellcheck sweep across codebase
2018-06-07 17:25:27 -07:00
CertificateOfOwnership.cpp
Copyright updates for 2018.
2018-01-08 14:33:28 -08:00
CertificateOfOwnership.hpp
Copyright updates for 2018.
2018-01-08 14:33:28 -08:00
Constants.hpp
Improved path selection, more efficient traffic allocation, lower QoS/ACK overhead
2018-06-22 16:30:20 -07:00
Credential.hpp
Copyright updates for 2018.
2018-01-08 14:33:28 -08:00
Dictionary.hpp
A few fixes dicatated by valgrind.
2018-02-09 06:35:01 +00:00
Hashtable.hpp
add/remove routes via rtnetlink
2018-05-25 14:18:06 -07:00
Identity.cpp
Spellcheck sweep across codebase
2018-06-07 17:25:27 -07:00
Identity.hpp
Clean up some old stuff.
2018-01-26 20:00:37 -05:00
IncomingPacket.cpp
Spellcheck sweep across codebase
2018-06-07 17:25:27 -07:00
IncomingPacket.hpp
Added VERB_ACK and VERB_QOS_MEASUREMENT, refined notion of path quality
2018-05-30 17:45:29 -07:00
InetAddress.cpp
Spellcheck sweep across codebase
2018-06-07 17:25:27 -07:00
InetAddress.hpp
GitHub issue #675
2018-03-29 10:44:57 -07:00
MAC.hpp
Copyright updates for 2018.
2018-01-08 14:33:28 -08:00
Membership.cpp
Copyright updates for 2018.
2018-01-08 14:33:28 -08:00
Membership.hpp
Copyright updates for 2018.
2018-01-08 14:33:28 -08:00
Multicaster.cpp
Introduced basic multipath support
2018-05-01 16:32:15 -07:00
Multicaster.hpp
Add support for designated multicast replicators to Multicaster::send().
2018-01-26 21:19:51 -05:00
MulticastGroup.hpp
Spellcheck sweep across codebase
2018-06-07 17:25:27 -07:00
Mutex.hpp
More cleanup of old stuff.
2018-01-26 21:34:56 -05:00
Network.cpp
Add specification of anchor and multicast hub address (optional) to new multicast and IPv4 enabled ad-hoc network ID format.
2018-03-21 15:31:48 -07:00
Network.hpp
Spellcheck sweep across codebase
2018-06-07 17:25:27 -07:00
NetworkConfig.cpp
Tie up the rest of hub and spoke designated replicator multicast mode.
2018-01-26 22:14:10 -05:00
NetworkConfig.hpp
Spellcheck sweep across codebase
2018-06-07 17:25:27 -07:00
NetworkController.hpp
Copyright updates for 2018.
2018-01-08 14:33:28 -08:00
Node.cpp
Improved path selection, more efficient traffic allocation, lower QoS/ACK overhead
2018-06-22 16:30:20 -07:00
Node.hpp
Introduced basic multipath support
2018-05-01 16:32:15 -07:00
OutboundMulticast.cpp
Copyright updates for 2018.
2018-01-08 14:33:28 -08:00
OutboundMulticast.hpp
Do not send to origin in second buffered multicast path.
2018-01-26 21:22:51 -05:00
Packet.cpp
cleanup
2018-01-10 16:55:07 -08:00
Packet.hpp
Spellcheck sweep across codebase
2018-06-07 17:25:27 -07:00
Path.cpp
Copyright updates for 2018.
2018-01-08 14:33:28 -08:00
Path.hpp
Improved path selection, more efficient traffic allocation, lower QoS/ACK overhead
2018-06-22 16:30:20 -07:00
Peer.cpp
Improved path selection, more efficient traffic allocation, lower QoS/ACK overhead
2018-06-22 16:30:20 -07:00
Peer.hpp
Improved path selection, more efficient traffic allocation, lower QoS/ACK overhead
2018-06-22 16:30:20 -07:00
Poly1305.cpp
Minor cleanup.
2017-07-17 14:21:09 -07:00
Poly1305.hpp
Copyright updates for 2018.
2018-01-08 14:33:28 -08:00
README.md
Actual documentation.
2017-02-03 19:47:00 -08:00
Revocation.cpp
Copyright updates for 2018.
2018-01-08 14:33:28 -08:00
Revocation.hpp
Copyright updates for 2018.
2018-01-08 14:33:28 -08:00
RingBuffer.hpp
Minor cleanup. More efficient push() operation for RingBuffer
2018-06-13 14:50:37 -07:00
RuntimeEnvironment.hpp
A small memory use reduction.
2018-01-25 09:57:02 -05:00
Salsa20.cpp
Spellcheck sweep across codebase
2018-06-07 17:25:27 -07:00
Salsa20.hpp
Another very small crypto optimization.
2017-05-03 07:43:23 -07:00
SelfAwareness.cpp
Spellcheck sweep across codebase
2018-06-07 17:25:27 -07:00
SelfAwareness.hpp
Copyright updates for 2018.
2018-01-08 14:33:28 -08:00
SHA512.cpp
Use X64 ASM ed25519 signatures on Linux/x64, which are about 10X faster. Will matter a lot for network controllers, not so much for other things.
2018-03-13 06:51:17 -07:00
SHA512.hpp
Copyright updates for 2018.
2018-01-08 14:33:28 -08:00
SharedPtr.hpp
Refactor some potentially unsafe SharedPtr<> code.
2018-04-06 08:10:34 -07:00
Switch.cpp
Added VERB_ACK and VERB_QOS_MEASUREMENT, refined notion of path quality
2018-05-30 17:45:29 -07:00
Switch.hpp
More cleanup of old stuff.
2018-01-26 21:34:56 -05:00
Tag.cpp
Copyright updates for 2018.
2018-01-08 14:33:28 -08:00
Tag.hpp
Spellcheck sweep across codebase
2018-06-07 17:25:27 -07:00
Topology.cpp
Spellcheck sweep across codebase
2018-06-07 17:25:27 -07:00
Topology.hpp
Introduced basic multipath support
2018-05-01 16:32:15 -07:00
Trace.cpp
Added VERB_ACK and VERB_QOS_MEASUREMENT, refined notion of path quality
2018-05-30 17:45:29 -07:00
Trace.hpp
Added VERB_ACK and VERB_QOS_MEASUREMENT, refined notion of path quality
2018-05-30 17:45:29 -07:00
Utils.cpp
Copyright updates for 2018.
2018-01-08 14:33:28 -08:00
Utils.hpp
Added VERB_ACK and VERB_QOS_MEASUREMENT, refined notion of path quality
2018-05-30 17:45:29 -07:00
World.hpp
Clean up some old stuff.
2018-01-26 20:00:37 -05:00