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
Jason Rhinelander d57d6bfc6d Use memcpy to extract hash value
Using the straight reinterpret_cast runs into type aliasing issues,
which manifest on armhf.  C++20 adds `std::bit_cast` to deal with
exactly this, but memcpy is the pre-C++20 way to do it properly.
5 years ago
..
android Produce hierarchy of 'libraries' inside libllarp 6 years ago
config don't be aggressive 5 years ago
constants netid update 5 years ago
crypto more travis fixes 5 years ago
dht make dht context use new libuv timers 5 years ago
dns prune unused files. 5 years ago
ev remove obsolete timer-related code 5 years ago
exit use ipv6 only with ipv6 packets 5 years ago
handlers clang fixes 5 years ago
hook prepare for 0.5.0 5 years ago
iwp Revert "stricter timeouts" 5 years ago
link fix derp nested function call and derp merge error 5 years ago
linux Produce hierarchy of 'libraries' inside libllarp 6 years ago
messages Make format 5 years ago
net fix include 5 years ago
path implement timers using libuv 5 years ago
router implement timers using libuv 5 years ago
routing seek for version and set it before deserializing 5 years ago
rpc Put version info into a compiled file 5 years ago
service implement timers using libuv 5 years ago
util Use memcpy to extract hash value 5 years ago
win32 the internal windows toolchain _already_ provides a default manifest 5 years ago
CMakeLists.txt remove obsolete timer-related code 5 years ago
app.xml stray tag ;-; 6 years ago
bootstrap.cpp add bootstrap list functionality and utility 5 years ago
bootstrap.hpp add bootstrap list functionality and utility 5 years ago
context.cpp implement timers using libuv 5 years ago
nodedb.cpp add trace log level for tracking logic thread jobs 5 years ago
nodedb.hpp Move thread stuff to subdirectory 5 years ago
pow.cpp prepare for 0.5.0 5 years ago
pow.hpp Port code to use CryptoManager over passing Crypto pointers 5 years ago
profiling.cpp continue using llarp::openfilestream 5 years ago
profiling.hpp Move thread stuff to subdirectory 5 years ago
router_contact.cpp Put version info into a compiled file 5 years ago
router_contact.hpp Undo adding of crypto version to RouterContact, other fixes 5 years ago
router_id.cpp prepare for 0.5.0 5 years ago
router_id.hpp prepare for 0.5.0 5 years ago
testnet.c prepare for 0.5.0 5 years ago