You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lokinet/llarp/router
Jason Rhinelander 638fb25b47 Put version info into a compiled file
This rewrites the version info using lokid's approach of compiling it
into a .cpp file that gets generated as part of the build (*not* during
the configure stage).

Among other things, this means that changing the version no longer
invalidates ccache or cmake dependencies, and because it depends on
`.git/index` git commits will cause the version to be regenerated,
making the commit tag more reliable (currently if you rebuild without
running cmake your git commit tag doesn't update).
5 years ago
..
abstractrouter.cpp Refactor Router code into more classes 5 years ago
abstractrouter.hpp add deadlock checker and revert bencode change from long ago 5 years ago
i_outbound_message_handler.cpp Refactor Router code into more classes 5 years ago
i_outbound_message_handler.hpp Add per-path queues, prioritize control messages over traffic 5 years ago
i_outbound_session_maker.cpp Refactor Router code into more classes 5 years ago
i_outbound_session_maker.hpp Remove unused argument 5 years ago
i_rc_lookup_handler.cpp Refactor Router code into more classes 5 years ago
i_rc_lookup_handler.hpp tracy lock contention testing and other fun things 5 years ago
outbound_message_handler.cpp add trace log level for tracking logic thread jobs 5 years ago
outbound_message_handler.hpp contention killer 5 years ago
outbound_session_maker.cpp Remove unused argument 5 years ago
outbound_session_maker.hpp Remove unused argument 5 years ago
rc_lookup_handler.cpp use get_service_nodes rpc endpoint 5 years ago
rc_lookup_handler.hpp Merge remote-tracking branch 'origin/master' 5 years ago
router.cpp Put version info into a compiled file 5 years ago
router.hpp clang fixes 5 years ago