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/dns
Jason Rhinelander f84ce61d66 Removed empty cpp files
These aren't needed: CMake already knows how to follow #includes and
rebuild when headers change as long as the headers are included
*somewhere*.  The extra .cpp files here just require building a bunch of
.cpp files with just header content that we just end up throw away
during linking (since the same things will also be compiled in whatever
other compilation units include the same headers).
4 years ago
..
dns.hpp clang-tidy modernize pass 5 years ago
message.cpp Move logging to subdirectory 5 years ago
message.hpp ipv6 5 years ago
name.cpp clang-tidy modernize pass 5 years ago
name.hpp reverse dns for ipv6 5 years ago
query.hpp Move dns* to llarp/ 6 years ago
question.cpp Move logging to subdirectory 5 years ago
question.hpp hook every dns for .loki and .snode when applicable 5 years ago
rr.cpp Move logging to subdirectory 5 years ago
rr.hpp Convert most of llarp to use Printer 5 years ago
serialize.cpp clang-tidy modernize pass 5 years ago
serialize.hpp Add cmake module to target a library as 'system', and fix a few warnings 5 years ago
server.cpp add trace log level for tracking logic thread jobs 5 years ago
server.hpp fix issue #894 5 years ago
string.hpp Add .cpp files for all .hpp files 6 years ago