1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00
lokinet/llarp
2018-07-25 14:05:23 +10:00
..
android add mingw stl threading lib 2018-07-25 10:35:11 +10:00
dht * put sequence numbers in routing messages 2018-07-25 08:34:46 +10:00
iwp * put sequence numbers in routing messages 2018-07-25 08:34:46 +10:00
link Move EncodeLIM to its own source file 2018-07-09 13:08:41 +10:00
routing * pad messages under 1KB to 1KB to reduce jitter 2018-07-24 08:36:46 +10:00
service backport 2018-07-24 16:25:13 +10:00
address_info.cpp Remove most of the extern "C" 2018-07-09 14:34:09 +10:00
address_info.hpp verify authenticity of iwp session (initial) 2018-06-14 10:26:03 -04:00
bencode.cpp broken 2018-07-09 13:32:11 -04:00
buffer.cpp Remove most of the extern "C" 2018-07-09 14:34:09 +10:00
buffer.hpp more hidden service stuff 2018-07-23 09:14:29 +10:00
config.cpp more also run make format 2018-07-17 14:37:50 +10:00
config.hpp broken 2018-07-09 13:32:11 -04:00
context.cpp * don't heap allocate llarp_rc 2018-07-25 11:24:37 +10:00
crypto.hpp more onion routing stuff 2018-06-10 10:05:48 -04:00
crypto_async.cpp more also run make format 2018-07-17 14:37:50 +10:00
crypto_libsodium.cpp revert 2018-07-24 17:13:09 +10:00
dht.cpp more 2018-07-16 13:32:13 +10:00
discard_message.cpp clang format 2018-07-09 14:34:28 +10:00
dns.cpp add mingw stl threading lib 2018-07-25 10:35:11 +10:00
dns.hpp add mingw stl threading lib 2018-07-25 10:35:11 +10:00
dnsc.cpp add mingw stl threading lib 2018-07-25 10:35:11 +10:00
dnsc.hpp add mingw stl threading lib 2018-07-25 10:35:11 +10:00
dnsd.cpp add mingw stl threading lib 2018-07-25 10:35:11 +10:00
dnsd.hpp add mingw stl threading lib 2018-07-25 10:35:11 +10:00
encode.cpp clang format 2018-07-09 14:34:28 +10:00
encode.hpp correct encoding of aligned buffer 2018-06-13 09:18:18 -04:00
encrypted_frame.cpp more also run make format 2018-07-17 14:37:50 +10:00
ev.cpp Remove most of the extern "C" 2018-07-09 14:34:09 +10:00
ev.hpp * codel related changes 2018-06-27 09:14:07 -04:00
ev_epoll.hpp revert to old epoll for android 2018-07-24 11:44:01 +10:00
ev_kqueue.hpp * fix dht feedback loop 2018-07-12 09:43:37 -04:00
exit_info.cpp Remove most of the extern "C" 2018-07-09 14:34:09 +10:00
exit_route.cpp renamed .c to .cpp 2018-07-09 14:34:28 +10:00
fs.hpp make rcutil build 2018-06-14 15:28:27 -04:00
ini.hpp more also run make format 2018-07-17 14:37:50 +10:00
link_intro.cpp more also run make format 2018-07-17 14:37:50 +10:00
link_message.cpp Merge remote-tracking branch 'sachaaaa/refactor' into hidden-service-dht 2018-07-09 10:24:44 -04:00
logger.c make format 2018-06-29 08:15:15 -04:00
logger.cpp clang format 2018-07-09 14:34:28 +10:00
logger.hpp refactor everything to use logger 2018-05-27 10:04:30 -04:00
logic.cpp Merge branch 'hidden-service-dht' of https://github.com/majestrate/llarp 2018-07-13 07:25:20 +00:00
mem.cpp clang format 2018-07-09 14:34:28 +10:00
mem.hpp all the files 2018-07-20 14:50:28 +10:00
mem_std.cpp Remove most of the extern "C" 2018-07-09 14:34:09 +10:00
net.cpp only get public addresses 2018-07-25 14:05:23 +10:00
net.hpp more 2018-07-16 13:32:13 +10:00
nodedb.cpp * don't heap allocate llarp_rc 2018-07-25 11:24:37 +10:00
path.cpp * put sequence numbers in routing messages 2018-07-25 08:34:46 +10:00
pathbuilder.cpp better hop selection fault tolerance 2018-07-25 11:54:37 +10:00
pathfinder.cpp make format 2018-06-18 18:05:02 -04:00
pathset.cpp backport 2018-07-24 16:25:13 +10:00
proofofwork.cpp broken 2018-07-09 13:32:11 -04:00
relay_ack.cpp Merge remote-tracking branch 'sachaaaa/refactor' into hidden-service-dht 2018-07-09 10:24:44 -04:00
relay_commit.cpp add sequence numbers to routing messages 2018-07-24 07:59:43 +10:00
relay_up_down.cpp add sequence numbers to routing messages 2018-07-24 07:59:43 +10:00
router.cpp update build logic for clients 2018-07-25 11:39:12 +10:00
router.hpp when building paths only use nodes we are directly connected to for first hops. 2018-07-25 11:36:22 +10:00
router_contact.cpp Merge branch 'master' of https://github.com/neuroscr/loki-network 2018-07-13 07:54:27 +00:00
router_contact.hpp clang-format 2018-01-29 09:27:24 -05:00
router_identity.c more 2018-04-05 10:23:14 -04:00
service.cpp add sequence numbers to routing messages 2018-07-24 07:59:43 +10:00
str.hpp clang format and lots of stupid bug fixes 2018-05-22 11:54:19 -04:00
testnet.c initial shadow test net 2018-06-06 13:02:57 -04:00
threadpool.cpp refactor dht code to be split up a bit more 2018-07-11 09:20:14 -04:00
threadpool.hpp add mingw stl threading lib 2018-07-25 10:35:11 +10:00
time.cpp more hidden service stuff 2018-07-19 14:58:39 +10:00
timer.cpp clang format 2018-07-09 14:34:28 +10:00
transit_hop.cpp * put sequence numbers in routing messages 2018-07-25 08:34:46 +10:00