mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-10-31 09:20:21 +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"). |
||
---|---|---|
.. | ||
ihophandler.cpp | ||
ihophandler.hpp | ||
path_context.cpp | ||
path_context.hpp | ||
path_types.cpp | ||
path_types.hpp | ||
path.cpp | ||
path.hpp | ||
pathbuilder.cpp | ||
pathbuilder.hpp | ||
pathset.cpp | ||
pathset.hpp | ||
transit_hop.cpp | ||
transit_hop.hpp |