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