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/service
Stephen Shelton 9d71228e74
Replace config visit pattern with explicit lookups
This is an initial pass at doing explicit value checks when handling
config parsing, as opposed to using a visiting pattern. The latter
made it difficult to check for conditions such as missing required
values, multiple values, etc.

It was also generally less readable (think declarative) which further
made it difficult to get a grasp for what our actual configuration file
requirements were.
5 years ago
..
address.cpp The Great Wall of Blame 5 years ago
address.hpp The Great Wall of Blame 5 years ago
async_key_exchange.cpp The Great Wall of Blame 5 years ago
async_key_exchange.hpp The Great Wall of Blame 5 years ago
config.cpp Replace config visit pattern with explicit lookups 5 years ago
config.hpp The Great Wall of Blame 5 years ago
context.cpp The Great Wall of Blame 5 years ago
context.hpp The Great Wall of Blame 5 years ago
endpoint.cpp The Great Wall of Blame 5 years ago
endpoint.hpp The Great Wall of Blame 5 years ago
endpoint_state.cpp The Great Wall of Blame 5 years ago
endpoint_state.hpp The Great Wall of Blame 5 years ago
endpoint_types.hpp The Great Wall of Blame 5 years ago
endpoint_util.cpp The Great Wall of Blame 5 years ago
endpoint_util.hpp The Great Wall of Blame 5 years ago
handler.hpp The Great Wall of Blame 5 years ago
hidden_service_address_lookup.cpp The Great Wall of Blame 5 years ago
hidden_service_address_lookup.hpp The Great Wall of Blame 5 years ago
identity.cpp The Great Wall of Blame 5 years ago
identity.hpp The Great Wall of Blame 5 years ago
info.cpp The Great Wall of Blame 5 years ago
info.hpp The Great Wall of Blame 5 years ago
intro.cpp The Great Wall of Blame 5 years ago
intro.hpp The Great Wall of Blame 5 years ago
intro_set.cpp The Great Wall of Blame 5 years ago
intro_set.hpp The Great Wall of Blame 5 years ago
lookup.cpp The Great Wall of Blame 5 years ago
lookup.hpp The Great Wall of Blame 5 years ago
outbound_context.cpp The Great Wall of Blame 5 years ago
outbound_context.hpp The Great Wall of Blame 5 years ago
pendingbuffer.hpp The Great Wall of Blame 5 years ago
protocol.cpp The Great Wall of Blame 5 years ago
protocol.hpp The Great Wall of Blame 5 years ago
router_lookup_job.cpp clang-tidy modernize pass 5 years ago
router_lookup_job.hpp The Great Wall of Blame 5 years ago
sendcontext.cpp The Great Wall of Blame 5 years ago
sendcontext.hpp The Great Wall of Blame 5 years ago
session.cpp The Great Wall of Blame 5 years ago
session.hpp The Great Wall of Blame 5 years ago
tag.cpp Remove data() conversions from llarp::AlignedBuffer 6 years ago
tag.hpp The Great Wall of Blame 5 years ago
tag_lookup_job.cpp The Great Wall of Blame 5 years ago
tag_lookup_job.hpp The Great Wall of Blame 5 years ago
vanity.hpp The Great Wall of Blame 5 years ago