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/dht
Jason Rhinelander ebd2142114 Don't use std::optional::value() because f u macos
This replaces all use of std::optional's `opt.value()` with `*opt`
because macOS is great and the ghost of Steve Jobs says that actually
supporting std::optional's value() method is not for chumps before macOS
10.14.  So don't use it because Apple is great.

Pretty much all of our use of it actually is done better with operator*
anyway (since operator* doesn't do a check that the optional has a
value).

Also replaced *most* of the `has_value()` calls with direct bool
context, except for one in the config section which looked really
confusing at a glance without a has_value().
4 years ago
..
messages Don't use std::optional::value() because f u macos 4 years ago
bucket.hpp The Great Wall of Blame 4 years ago
context.cpp Silence various warnings 4 years ago
context.hpp C++17 4 years ago
dht.cpp The Great Wall of Blame 4 years ago
dht.h The Great Wall of Blame 4 years ago
explorenetworkjob.cpp unscrew travis-ci (#1223) 4 years ago
explorenetworkjob.hpp The Great Wall of Blame 4 years ago
kademlia.hpp Refactor DHT introset lookups to use redundant lookup strategy 4 years ago
key.hpp The Great Wall of Blame 4 years ago
localrouterlookup.cpp The Great Wall of Blame 4 years ago
localrouterlookup.hpp The Great Wall of Blame 4 years ago
localserviceaddresslookup.cpp The Great Wall of Blame 4 years ago
localserviceaddresslookup.hpp The Great Wall of Blame 4 years ago
localtaglookup.cpp The Great Wall of Blame 4 years ago
localtaglookup.hpp The Great Wall of Blame 4 years ago
message.cpp The Great Wall of Blame 4 years ago
message.hpp The Great Wall of Blame 4 years ago
node.hpp initial dht key blinding 4 years ago
publishservicejob.cpp The Great Wall of Blame 4 years ago
publishservicejob.hpp The Great Wall of Blame 4 years ago
recursiverouterlookup.cpp The Great Wall of Blame 4 years ago
recursiverouterlookup.hpp The Great Wall of Blame 4 years ago
serviceaddresslookup.cpp The Great Wall of Blame 4 years ago
serviceaddresslookup.hpp The Great Wall of Blame 4 years ago
taglookup.cpp Don't use std::optional::value() because f u macos 4 years ago
taglookup.hpp The Great Wall of Blame 4 years ago
tx.hpp The Great Wall of Blame 4 years ago
txholder.hpp The Great Wall of Blame 4 years ago
txowner.hpp The Great Wall of Blame 4 years ago