summaryrefslogtreecommitdiff
path: root/node
AgeCommit message (Expand)Author
2016-07-21Merge branch 'master' into devAdam Ierymenko
2016-07-21Init trusted path count to zero. Meh.Adam Ierymenko
2016-07-21Init trusted path count to zero. Meh.Adam Ierymenko
2016-07-21move sourceAddress out of scopeMoritz Warning
2016-07-18Fix for GitHub issue #358 and bump version to 1.1.13 (dev)Adam Ierymenko
2016-07-12Trusted paths work!Adam Ierymenko
2016-07-12Plumbing through trusted path stuff to OneService.Adam Ierymenko
2016-07-12Trusted path support, and version bump to 1.1.9Adam Ierymenko
2016-07-08Docs and controller API versionAdam Ierymenko
2016-06-29Fix silly one-liner bug... retag time.Adam Ierymenko
2016-06-29Revert backgrounding of controller requests hack. Controller code is not real...Adam Ierymenko
2016-06-29Fix a valgrind warning.Adam Ierymenko
2016-06-28Fix getPeer(self) bug if I am the controller.Adam Ierymenko
2016-06-27Defer NETWORK_CONFIG_REQUEST packets and allow multithreaded processing.Adam Ierymenko
2016-06-24Add 6plane assignment support to network controller, and cleanup.Adam Ierymenko
2016-06-24.Adam Ierymenko
2016-06-24Cleanup of 6plane stuff.Adam Ierymenko
2016-06-23IPv6 NDP emulation flag in NetworkConfig, and implement Docker-friendlyAdam Ierymenko
2016-06-21Plumbing for network setting control, and GitHub issue #330Adam Ierymenko
2016-06-21Add rule type to match a COM field of the peer by ID and value because this w...Adam Ierymenko
2016-06-21Fix Buffer<> version of Dictionary.get().Adam Ierymenko
2016-06-21Add a few technically unnecessary but feel-good paranoia bounds checks in Dic...Adam Ierymenko
2016-06-21Comment cleanup and fuzzing improvements.Adam Ierymenko
2016-06-21Make Dictionary templatable so it can be used where we want a higher capacity.Adam Ierymenko
2016-06-16Default route population works on Mac!Adam Ierymenko
2016-06-17Linux bug fixes, small controller fix.Adam Ierymenko
2016-06-16Bug fix.Adam Ierymenko
2016-06-16New format now integrated, and it works.Adam Ierymenko
2016-06-16Self test for dictionary, and fixes.Adam Ierymenko
2016-06-16devicemap now works again in OSXEthernetTapAdam Ierymenko
2016-06-16Big refactor mostly builds. We now have a uniform backward compatible netconf.Adam Ierymenko
2016-06-15New super-packed dictionary -- we are going back to a backward compatibile fo...Adam Ierymenko
2016-06-15Default route ready to test on Mac.Adam Ierymenko
2016-06-15ManagedRoute, which applies C++ RAII to injected routes. Move RoutingTable to...Adam Ierymenko
2016-06-14Big refactor in service code to prep for plumbing through route management.Adam Ierymenko
2016-06-09Add flags and metric to ZT-managed routes.Adam Ierymenko
2016-06-08Fix include for system lz4.Adam Ierymenko
2016-06-07Carry virtual network routes through to API.Adam Ierymenko
2016-06-07Increment protocol version to indicate support for binary network config and ...Adam Ierymenko
2016-06-07fix sizeAdam Ierymenko
2016-06-07Make flags 64-bit in both network request and config.Adam Ierymenko
2016-05-31IPv6 links are unfortunately not "reliable." Many IPv6 gateways, while notAdam Ierymenko
2016-05-16Disable debug code.Adam Ierymenko
2016-05-16Fix new binary meta-data deserialization and add some debug code (will disabl...Adam Ierymenko
2016-05-14comment out a few TRACE messages that don't compileGrant Limberg
2016-05-14compiling with C++11 requires a space between string literalsGrant Limberg
2016-05-11Ready to test whole new netconf refactor.Adam Ierymenko
2016-05-11Refactor controller to send both old and new format netconf.Adam Ierymenko
2016-05-06Simplify a bunch of NetworkConfig stuff by eliminating accessors, also makes ...Adam Ierymenko
2016-05-06Changes to how new-style binary network configs are detected, and a new-style...Adam Ierymenko