lokinet/llarp
2018-12-11 10:51:21 -05:00
..
android fix crash on premature close of event loop (also make format) 2018-12-02 13:07:07 -05:00
dht Convert llarp_router to be a true C++ class 2018-12-10 20:15:35 +00:00
dns class must be 1 2018-12-07 17:13:42 -05:00
dtls
exit Convert llarp_router to be a true C++ class 2018-12-10 20:15:35 +00:00
handlers Convert llarp_router to be a true C++ class 2018-12-10 20:15:35 +00:00
link use RouterID not bare pointer 2018-12-11 08:33:23 -05:00
linux make clang happy, disable netns by default (for now) 2018-11-19 08:39:35 -05:00
routing Convert llarp_router to be a true C++ class 2018-12-10 20:15:35 +00:00
service always unset updatingIntroSet on response 2018-12-11 10:51:21 -05:00
address_info.cpp we NEED NT >= 6 for event loop 2018-11-09 09:48:43 -05:00
address_info.hpp
bencode.cpp make bencode ILP32/LLP64 clean (long is 32 bits outside of unix!) 2018-10-01 15:08:55 -05:00
buffer.cpp add dnslib unit test coverage 2018-12-04 11:16:43 -05:00
buffer.hpp
config.cpp add dnslib unit test coverage 2018-12-04 11:16:43 -05:00
config.hpp make bootstrap happen only when we have very few nodes 2018-11-28 09:58:38 -05:00
context.cpp Convert llarp_router to be a true C++ class 2018-12-10 20:15:35 +00:00
crypto_libsodium.cpp more exit stuff 2018-11-14 07:23:08 -05:00
crypto.cpp strict types for pubkey, secretkey and routerid 2018-12-10 12:22:59 -05:00
crypto.hpp
dht.cpp Convert llarp_router to be a true C++ class 2018-12-10 20:15:35 +00:00
dns_dotlokilookup.cpp Convert llarp_router to be a true C++ class 2018-12-10 20:15:35 +00:00
dns_iptracker.cpp Merge remote-tracking branch 'micheal/wextra' into dev 2018-11-07 10:57:34 -05:00
dns_rectypes.cpp additional recommended clean up from code review and clang-format 2018-11-21 17:18:14 -08:00
dns.cpp fix crash on premature close of event loop (also make format) 2018-12-02 13:07:07 -05:00
dnsc.cpp Convert llarp_logic to be a C++ class 2018-12-10 14:15:11 +00:00
dnsd.cpp Convert llarp_logic to be a C++ class 2018-12-10 14:15:11 +00:00
encode.cpp wire up exit traffic 2018-11-14 14:34:17 -05:00
encode.hpp
encrypted_frame.cpp fix crash on premature close of event loop (also make format) 2018-12-02 13:07:07 -05:00
ev_epoll.hpp fix previous commits 2018-12-02 20:55:59 -05:00
ev_kqueue.hpp make windows build happy 2018-12-03 09:39:30 -05:00
ev_win32.hpp Merge branch 'dev' into reeeee-divergence 2018-12-03 12:24:56 -06:00
ev.cpp Convert llarp_logic to be a C++ class 2018-12-10 14:15:11 +00:00
ev.hpp Minor build fixes 2018-12-05 00:15:46 +00:00
exit_info.cpp we NEED NT >= 6 for event loop 2018-11-09 09:48:43 -05:00
exit_route.cpp
fs.hpp Update from typedef to using in .hpp files 2018-11-23 00:07:45 +00:00
ini.hpp Update from typedef to using in .hpp files 2018-11-23 00:07:45 +00:00
ip.cpp fix crash on premature close of event loop (also make format) 2018-12-02 13:07:07 -05:00
link_intro.cpp Convert llarp_router to be a true C++ class 2018-12-10 20:15:35 +00:00
link_layer.hpp more 2018-09-06 16:31:58 -04:00
link_message.cpp Convert llarp_router to be a true C++ class 2018-12-10 20:15:35 +00:00
logger.c
logger.cpp
logger.hpp
logic.cpp Convert llarp_logic to be a C++ class 2018-12-10 14:15:11 +00:00
mem_std.cpp
mem.cpp Enable -Wextra 2018-11-07 15:31:13 +00:00
mem.hpp
net_addr.cpp Merge branch 'dev' into reeeee-divergence 2018-12-03 12:24:56 -06:00
net_inaddr.cpp refactor out net.hpp => net_addr.*, new inAddr struct API 2018-10-23 08:38:33 -07:00
net.cpp Merge branch 'dev' into reeeee-divergence 2018-12-03 12:24:56 -06:00
nodedb.cpp strict types for pubkey, secretkey and routerid 2018-12-10 12:22:59 -05:00
path.cpp Convert llarp_router to be a true C++ class 2018-12-10 20:15:35 +00:00
pathbuilder.cpp Convert llarp_router to be a true C++ class 2018-12-10 20:15:35 +00:00
pathset.cpp Convert llarp_router to be a true C++ class 2018-12-10 20:15:35 +00:00
profiling.cpp clarification for path transfer 2018-10-06 12:37:54 -04:00
proofofwork.cpp De-C-ify several .h headers 2018-11-19 22:45:37 +00:00
queue_manager.cpp make windows build happy 2018-12-03 09:39:30 -05:00
queue_manager.hpp make format 2018-11-22 10:53:11 -05:00
queue.hpp add std::optional backport option for cxx11 2018-11-19 11:31:12 -05:00
relay_commit.cpp Convert llarp_router to be a true C++ class 2018-12-10 20:15:35 +00:00
relay_up_down.cpp Convert llarp_router to be a true C++ class 2018-12-10 20:15:35 +00:00
router_contact.cpp make bootstrap happen only when we have very few nodes 2018-11-28 09:58:38 -05:00
router_contact.hpp
router_id.cpp strict types for pubkey, secretkey and routerid 2018-12-10 12:22:59 -05:00
router_identity.c
router.cpp Convert llarp_router to be a true C++ class 2018-12-10 20:15:35 +00:00
router.hpp Convert llarp_router to be a true C++ class 2018-12-10 20:15:35 +00:00
rpc.cpp Convert llarp_router to be a true C++ class 2018-12-10 20:15:35 +00:00
service.cpp Convert llarp_router to be a true C++ class 2018-12-10 20:15:35 +00:00
str.cpp forgot file 2018-10-03 07:00:30 -04:00
str.hpp code for disabling default hidden service 2018-10-03 06:59:30 -04:00
testnet.c
thread_pool.cpp Create ThreadPool component with test suite 2018-11-17 21:13:34 +00:00
thread_pool.hpp Create ThreadPool component with test suite 2018-11-17 21:13:34 +00:00
threadpool.cpp Merge branch 'master' into dev 2018-11-20 07:42:17 -05:00
threadpool.hpp Update from typedef to using in .hpp files 2018-11-23 00:07:45 +00:00
time.cpp De-C-ify several .h headers 2018-11-19 22:45:37 +00:00
timer.cpp De-C-ify several .h headers 2018-11-19 22:45:37 +00:00
transit_hop.cpp Convert llarp_router to be a true C++ class 2018-12-10 20:15:35 +00:00
win32_inet.c switch to a simulation of epoll 2018-11-19 04:29:39 -06:00
win32_intrnl.c switch to a simulation of epoll 2018-11-19 04:29:39 -06:00
win32_intrnl.h switch to a simulation of epoll 2018-11-19 04:29:39 -06:00
win32_up.h switch to a simulation of epoll 2018-11-19 04:29:39 -06:00
win32_upoll.c wooooo path builds work 2018-11-20 02:38:02 -06:00
win32_upoll.h switch to a simulation of epoll 2018-11-19 04:29:39 -06:00