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/messages
Jason Rhinelander ac1486d0be Replace absl::optional with optional-lite
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").
4 years ago
..
dht_immediate.cpp Replace bencode_write_version_entry with a more general-purpose function for writing bencoded dictionary entries 5 years ago
dht_immediate.hpp clang-tidy modernize pass 5 years ago
discard.cpp Add .cpp files for all .hpp files 6 years ago
discard.hpp Merge pull request #912 from majestrate/logic-thread-fix-2019-11-13 5 years ago
link_intro.cpp Replace bencode_write_version_entry with a more general-purpose function for writing bencoded dictionary entries 5 years ago
link_intro.hpp link layer message priority 4 years ago
link_message.cpp Move remaining messages around 5 years ago
link_message.hpp link layer message priority 4 years ago
link_message_parser.cpp Move metrics to subdirectory 5 years ago
link_message_parser.hpp Rename InboundMessageParser to LinkMessageParser 5 years ago
relay.cpp Make format 5 years ago
relay.hpp link layer message priority 4 years ago
relay_commit.cpp Replace absl::optional with optional-lite 4 years ago
relay_commit.hpp link layer message priority 4 years ago
relay_status.cpp initial wack at 0.7.0 dht fixes 4 years ago
relay_status.hpp link layer message priority 4 years ago