Commit Graph

12 Commits (baac6bf3bd3f7806ec4cc3df334570a45ed899dd)

Author SHA1 Message Date
Stephen Shelton 273270916e
The Great Wall of Blame
This commit reflects changes to clang-format rules. Unfortunately,
these rule changes create a massive change to the codebase, which
causes an apparent rewrite of git history.

Git blame's --ignore-rev flag can be used to ignore this commit when
attempting to `git blame` some code.
5 years ago
Stephen Shelton 8a12da8bd5
Remove some .cpp files related to RouterEvents
The motivation is to reduce the raw amount of code required to create
and maintain events.
5 years ago
Thomas Winget 84a1d7dbcc clang format....... 5 years ago
Thomas Winget c8c66f0a5f some refactoring of tooling code, added RCGossipReceivedEvent 5 years ago
Thomas Winget df0380e746 LRSM RouterEvent, added to hive test and test passes. 5 years ago
Thomas Winget 771d0b4489 hive pytest framework in place (and path build test works)! 5 years ago
Thomas Winget 5672c42f20 RouterEvent::ToString in parent class 5 years ago
Thomas Winget a9882ad475 PathRequestReceivedEvent implemented 5 years ago
Thomas Winget c9a278c0de some more changes to pybind/hive code, read below
hive.py is currently largely for testing the pybind stuff, so changes to it will likely
be frequent and arbitrary for now.

Added pybind for llarp::path::PathHopConfig, but not every member -- just rc and upstream routerID

Hive now uses std::queue with mutex instead of our lockless queue.

Removed some functions from Hive that will not be necessary as things are being handled from python.
5 years ago
Thomas Winget 0007996fde using instead of typedef 5 years ago
Thomas Winget f712acc486 huzzah it builds, time to test soon! 5 years ago
Jeff Becker da79b14703 make it compile 5 years ago