..
Address.hpp
Bunch more refactoring for an even more compact NetworkConfig representation, especially rules.
2016-04-26 17:11:25 -07:00
Array.hpp
boring doc stuff
2016-01-12 14:04:55 -08:00
AtomicCounter.hpp
boring doc stuff
2016-01-12 14:04:55 -08:00
BinarySemaphore.hpp
boring doc stuff
2016-01-12 14:04:55 -08:00
Buffer.hpp
Changes to how new-style binary network configs are detected, and a new-style binary serialized meta-data representation.
2016-05-06 13:29:10 -07:00
C25519.cpp
More little stuff in crypto code.
2014-06-26 17:23:10 -07:00
C25519.hpp
boring doc stuff
2016-01-12 14:04:55 -08:00
CertificateOfMembership.cpp
NetworkConfig refactor part 1
2016-04-12 12:11:34 -07:00
CertificateOfMembership.hpp
Big refactor mostly builds. We now have a uniform backward compatible netconf.
2016-06-16 12:28:43 -07:00
Cluster.cpp
Cleanup in numerous places, reduce network chattiness around MULTICAST_LIKE, and fix a "how was that working" latent bug causing some control traffic to take the scenic route.
2016-04-19 12:09:35 -07:00
Cluster.hpp
Tweak a few cluster params for higher perf / lower initial setup latency.
2016-02-08 09:57:46 -08:00
Constants.hpp
Refactor rules table in-memory structure in new NetworkConfig to permit far more rules with better space efficiency.
2016-04-22 15:40:53 -07:00
DeferredPackets.cpp
Refactor incoming packet (rxQueue/fragmentQueue) to eliminate variable length queues and merge queues. This is both faster and saves memory.
2016-03-18 14:16:07 -07:00
DeferredPackets.hpp
Refactor incoming packet (rxQueue/fragmentQueue) to eliminate variable length queues and merge queues. This is both faster and saves memory.
2016-03-18 14:16:07 -07:00
Dictionary.hpp
Fix silly one-liner bug... retag time.
2016-06-29 18:12:35 -07:00
Filter.cpp
Filter fixes.
2016-07-25 17:03:26 -07:00
Filter.hpp
Integration of Filter into inbound and outbound packet path.
2016-07-25 16:51:10 -07:00
Hashtable.hpp
boring doc stuff
2016-01-12 14:04:55 -08:00
Identity.cpp
boring doc stuff
2016-01-12 14:04:55 -08:00
Identity.hpp
boring doc stuff
2016-01-12 14:04:55 -08:00
IncomingPacket.cpp
Cleanup and stub out new object transfer messages.
2016-07-26 12:33:51 -07:00
IncomingPacket.hpp
Cleanup and stub out new object transfer messages.
2016-07-26 12:33:51 -07:00
InetAddress.cpp
Add 6plane assignment support to network controller, and cleanup.
2016-06-24 06:40:50 -07:00
InetAddress.hpp
Add 6plane assignment support to network controller, and cleanup.
2016-06-24 06:40:50 -07:00
MAC.hpp
boring doc stuff
2016-01-12 14:04:55 -08:00
Multicaster.cpp
Fix getPeer(self) bug if I am the controller.
2016-06-28 22:49:01 +00:00
Multicaster.hpp
boring doc stuff
2016-01-12 14:04:55 -08:00
MulticastGroup.hpp
boring doc stuff
2016-01-12 14:04:55 -08:00
Mutex.hpp
boring doc stuff
2016-01-12 14:04:55 -08:00
Network.cpp
Make Dictionary templatable so it can be used where we want a higher capacity.
2016-06-21 07:32:58 -07:00
Network.hpp
Big refactor mostly builds. We now have a uniform backward compatible netconf.
2016-06-16 12:28:43 -07:00
NetworkConfig.cpp
Basic L2/L3 filter for rules engine (not integrated yet) and some cleanup.
2016-07-25 15:52:16 -07:00
NetworkConfig.hpp
Integration of Filter into inbound and outbound packet path.
2016-07-25 16:51:10 -07:00
NetworkController.hpp
Make Dictionary templatable so it can be used where we want a higher capacity.
2016-06-21 07:32:58 -07:00
Node.cpp
Plumbing through trusted path stuff to OneService.
2016-07-12 11:30:22 -07:00
Node.hpp
Trusted path support, and version bump to 1.1.9
2016-07-12 08:29:50 -07:00
NonCopyable.hpp
boring doc stuff
2016-01-12 14:04:55 -08:00
OutboundMulticast.cpp
boring doc stuff
2016-01-12 14:04:55 -08:00
OutboundMulticast.hpp
boring doc stuff
2016-01-12 14:04:55 -08:00
Packet.cpp
Cleanup and stub out new object transfer messages.
2016-07-26 12:33:51 -07:00
Packet.hpp
Cleanup and stub out new object transfer messages.
2016-07-26 12:33:51 -07:00
Path.cpp
Kill some old debug code.
2016-04-19 12:55:48 -07:00
Path.hpp
IPv6 links are unfortunately not "reliable." Many IPv6 gateways, while not
2016-05-31 10:30:00 -07:00
Peer.cpp
Cleanup in numerous places, reduce network chattiness around MULTICAST_LIKE, and fix a "how was that working" latent bug causing some control traffic to take the scenic route.
2016-04-19 12:09:35 -07:00
Peer.hpp
Cleanup in numerous places, reduce network chattiness around MULTICAST_LIKE, and fix a "how was that working" latent bug causing some control traffic to take the scenic route.
2016-04-19 12:09:35 -07:00
Poly1305.cpp
Only enable 128-bit Poly1305 on X86_64 right now. Has compilation issues on ARM, but the 64-bit version should be fine.
2015-10-07 10:40:59 -07:00
Poly1305.hpp
boring doc stuff
2016-01-12 14:04:55 -08:00
README.md
Docs and controller API version
2016-07-08 13:10:02 -07:00
RuntimeEnvironment.hpp
boring doc stuff
2016-01-12 14:04:55 -08:00
Salsa20.cpp
Unroll Salsa20 fully for a little more speed (non-SSE now almost as fast as SSE)
2015-10-09 09:39:27 -07:00
Salsa20.hpp
Add uint16_t key to Hashtable, and make Salsa20 zero its keyspace on destruction.
2015-10-14 10:14:07 -07:00
SelfAwareness.cpp
Reduce symmetric prediction fuzz just a bit.
2016-04-05 10:49:14 -07:00
SelfAwareness.hpp
Reduce direct ping delay back to 1m and make SelfAwareness aware of local received-on address to eliminate false symmetric classification.
2016-02-22 09:47:50 -08:00
SHA512.cpp
boring doc stuff
2016-01-12 14:04:55 -08:00
SHA512.hpp
boring doc stuff
2016-01-12 14:04:55 -08:00
SharedPtr.hpp
boring doc stuff
2016-01-12 14:04:55 -08:00
Switch.cpp
Integration of Filter into inbound and outbound packet path.
2016-07-25 16:51:10 -07:00
Switch.hpp
Tweak new RX queue algorithm to "expire" old entries to prevent always needing to traverse the whole queue array.
2016-04-06 16:28:40 -07:00
Topology.cpp
Init trusted path count to zero. Meh.
2016-07-21 19:06:18 -07:00
Topology.hpp
Trusted path support, and version bump to 1.1.9
2016-07-12 08:29:50 -07:00
Utils.cpp
Big refactor mostly builds. We now have a uniform backward compatible netconf.
2016-06-16 12:28:43 -07:00
Utils.hpp
Big refactor mostly builds. We now have a uniform backward compatible netconf.
2016-06-16 12:28:43 -07:00
World.hpp
boring doc stuff
2016-01-12 14:04:55 -08:00