1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00
lokinet/llarp
2019-01-16 13:06:53 -08:00
..
android fix crash on premature close of event loop (also make format) 2018-12-02 13:07:07 -05:00
constants clang-format 2019-01-16 13:02:34 -08:00
dht clang-format 2019-01-16 13:02:34 -08:00
dns Move net components into a distinct folder 2019-01-11 01:42:02 +00:00
ev fix read stomping write data, be more verbose about tun failures 2019-01-16 13:05:46 -08:00
exit be more verbose about failures 2019-01-16 13:06:35 -08:00
handlers be more verbose about failure and actual DNS bind 2019-01-16 13:06:53 -08:00
link clang-format 2019-01-16 13:02:34 -08:00
linux Move logger.hpp to llarp/ 2018-12-12 02:53:01 +00:00
messages clang-format 2019-01-16 13:02:34 -08:00
net Move net components into a distinct folder 2019-01-11 01:42:02 +00:00
path Reorganise source into more folders 2019-01-11 01:19:49 +00:00
routing Reorganise source into more folders 2019-01-11 01:19:49 +00:00
service Move net components into a distinct folder 2019-01-11 01:42:02 +00:00
util Reorganise source into more folders 2019-01-11 01:19:49 +00:00
win32 Move win32 specific files to win32 dir 2019-01-11 01:22:21 +00:00
address_info.cpp Move net components into a distinct folder 2019-01-11 01:42:02 +00:00
address_info.hpp Move net components into a distinct folder 2019-01-11 01:42:02 +00:00
app.xml stray tag ;-; 2018-12-24 22:39:34 -06:00
codel.cpp Add .cpp files for all .hpp files 2018-12-15 16:21:52 +00:00
codel.hpp Move lokinet unspecific components to a util/ library 2019-01-10 20:07:24 +00:00
config.cpp declare it's attempting to create config file 2019-01-16 12:58:22 -08:00
config.h Move remaining include/llarp headers to llarp/ 2018-12-12 02:53:02 +00:00
config.hpp Reorganise source into more folders 2019-01-11 01:19:49 +00:00
context.cpp Reorganise source into more folders 2019-01-11 01:19:49 +00:00
crypto.cpp Create initial set of test cases for llarp_findOrCreate* functions 2019-01-12 00:42:30 +00:00
crypto.hpp Reorganise tests to mirror source layout 2019-01-11 00:12:52 +00:00
crypto_libsodium.cpp Reorganise tests to mirror source layout 2019-01-11 00:12:52 +00:00
dht.cpp Mark more AlignedBuffer constructors as explicit 2019-01-02 01:04:08 +00:00
dht.h Move lokinet unspecific components to a util/ library 2019-01-10 20:07:24 +00:00
dns.cpp Move lokinet unspecific components to a util/ library 2019-01-10 20:07:24 +00:00
dns.h Move dns* to llarp/ 2018-12-12 02:53:01 +00:00
dns.hpp Move net components into a distinct folder 2019-01-11 01:42:02 +00:00
dnsc.cpp Move net components into a distinct folder 2019-01-11 01:42:02 +00:00
dnsc.hpp Reorganise source into more folders 2019-01-11 01:19:49 +00:00
dnsd.cpp Move net components into a distinct folder 2019-01-11 01:42:02 +00:00
dnsd.hpp Reorganise source into more folders 2019-01-11 01:19:49 +00:00
encrypted.cpp Move lokinet unspecific components to a util/ library 2019-01-10 20:07:24 +00:00
encrypted.hpp Move lokinet unspecific components to a util/ library 2019-01-10 20:07:24 +00:00
encrypted_ack.cpp Add .cpp files for all .hpp files 2018-12-15 16:21:52 +00:00
encrypted_ack.hpp use fewer allocations 2018-12-20 11:49:05 -05:00
encrypted_frame.cpp Move lokinet unspecific components to a util/ library 2019-01-10 20:07:24 +00:00
encrypted_frame.hpp Reorganise tests to mirror source layout 2019-01-11 00:12:52 +00:00
establish_job.cpp Add .cpp files for all .hpp files 2018-12-15 16:21:52 +00:00
establish_job.hpp Add .cpp files for all .hpp files 2018-12-15 16:21:52 +00:00
exit_info.cpp Move lokinet unspecific components to a util/ library 2019-01-10 20:07:24 +00:00
exit_info.hpp Move net components into a distinct folder 2019-01-11 01:42:02 +00:00
ip.cpp Move lokinet unspecific components to a util/ library 2019-01-10 20:07:24 +00:00
ip.hpp Move net components into a distinct folder 2019-01-11 01:42:02 +00:00
link_intro.cpp Move lokinet unspecific components to a util/ library 2019-01-10 20:07:24 +00:00
link_layer.cpp Add .cpp files for all .hpp files 2018-12-15 16:21:52 +00:00
link_layer.hpp Move lokinet unspecific components to a util/ library 2019-01-10 20:07:24 +00:00
link_message.cpp Reorganise source into more folders 2019-01-11 01:19:49 +00:00
link_message.hpp Move lokinet unspecific components to a util/ library 2019-01-10 20:07:24 +00:00
link_message_parser.hpp Reorganise source into more folders 2019-01-11 01:19:49 +00:00
nodedb.cpp Reorganise source into more folders 2019-01-11 01:19:49 +00:00
nodedb.hpp Reorganise tests to mirror source layout 2019-01-11 00:12:52 +00:00
pow.cpp Add .cpp files for all .hpp files 2018-12-15 16:21:52 +00:00
pow.hpp Reorganise tests to mirror source layout 2019-01-11 00:12:52 +00:00
profiling.cpp clang-format 2019-01-16 13:02:34 -08:00
profiling.hpp Reorganise source into more folders 2019-01-11 01:19:49 +00:00
proofofwork.cpp Move lokinet unspecific components to a util/ library 2019-01-10 20:07:24 +00:00
relay_commit.cpp Reorganise source into more folders 2019-01-11 01:19:49 +00:00
relay_up_down.cpp Move lokinet unspecific components to a util/ library 2019-01-10 20:07:24 +00:00
router.cpp Move net components into a distinct folder 2019-01-11 01:42:02 +00:00
router.hpp Reorganise source into more folders 2019-01-11 01:19:49 +00:00
router_contact.cpp Move net components into a distinct folder 2019-01-11 01:42:02 +00:00
router_contact.hpp Reorganise tests to mirror source layout 2019-01-11 00:12:52 +00:00
router_id.cpp Move remaining include/llarp headers to llarp/ 2018-12-12 02:53:02 +00:00
router_id.hpp Move lokinet unspecific components to a util/ library 2019-01-10 20:07:24 +00:00
routing_endpoint.cpp Add .cpp files for all .hpp files 2018-12-15 16:21:52 +00:00
routing_endpoint.hpp Move lokinet unspecific components to a util/ library 2019-01-10 20:07:24 +00:00
rpc.cpp clang-format 2019-01-16 13:02:34 -08:00
rpc.hpp Reorganise source into more folders 2019-01-11 01:19:49 +00:00
testnet.c initial shadow test net 2018-06-06 13:02:57 -04:00
transit_hop.cpp Reorganise source into more folders 2019-01-11 01:19:49 +00:00