mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-15 12:13:24 +00:00
ac1486d0be
Step 1 of removing abseil from lokinet. For the most part this is a drop-in replacement, but there are also a few changes here to the JSONRPC layer that were needed to work around current gcc 10 dev snapshot: - JSONRPC returns a json now instead of an optional<json>. It doesn't make any sense to have a json rpc call that just closes the connection with returning anything. Invoked functions can return a null (default constructed) result now if they don't have anything to return (such a null value won't be added as "result"). |
||
---|---|---|
.. | ||
meta | ||
metrics | ||
thread | ||
test_llarp_util_aligned.cpp | ||
test_llarp_util_bencode.cpp | ||
test_llarp_util_bits.cpp | ||
test_llarp_util_decaying_hashset.cpp | ||
test_llarp_util_encode.cpp | ||
test_llarp_util_log_level.cpp | ||
test_llarp_util_printer.cpp | ||
test_llarp_utils_str.cpp |