1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00
lokinet/llarp
2018-08-03 22:07:46 -05:00
..
android add mingw stl threading lib 2018-07-25 10:35:11 +10:00
dht dht and testnet fixes 2018-08-04 12:59:32 +10:00
iwp dht and testnet fixes 2018-08-04 12:59:32 +10:00
link Move EncodeLIM to its own source file 2018-07-09 13:08:41 +10:00
routing fix feedback loop 2018-07-30 11:29:22 +10:00
service dht and testnet fixes 2018-08-04 12:59:32 +10:00
address_info.cpp vs clang format isn't supposed to inject tabs ffs 2018-08-03 19:06:11 -05:00
address_info.hpp verify authenticity of iwp session (initial) 2018-06-14 10:26:03 -04:00
bencode.cpp fix previous commit 2018-07-30 11:53:35 +10:00
buffer.cpp initial windows server port. Requires Windows 2000 Server or later. 2018-08-01 23:41:02 -05:00
buffer.hpp more hidden service stuff 2018-07-23 09:14:29 +10:00
config.cpp fix ffi example 2018-07-27 14:25:34 +10:00
config.hpp more 2018-07-27 07:08:56 +10:00
context.cpp initial windows server port. Requires Windows 2000 Server or later. 2018-08-01 23:41:02 -05:00
crypto.hpp more onion routing stuff 2018-06-10 10:05:48 -04:00
crypto_async.cpp dht and testnet fixes 2018-08-04 12:59:32 +10:00
crypto_libsodium.cpp initial windows server port. Requires Windows 2000 Server or later. 2018-08-01 23:41:02 -05: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 initial windows server port. Requires Windows 2000 Server or later. 2018-08-01 23:41:02 -05:00
dns.hpp unbreak shared library build 2018-07-27 14:07:22 +10:00
dnsc.cpp initial windows server port. Requires Windows 2000 Server or later. 2018-08-01 23:41:02 -05:00
dnsc.hpp add mingw stl threading lib 2018-07-25 10:35:11 +10:00
dnsd.cpp initial windows server port. Requires Windows 2000 Server or later. 2018-08-01 23:41:02 -05:00
dnsd.hpp hook to get dnsd_context it was called from 2018-07-27 20:07:47 -07: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 initial windows server port. Requires Windows 2000 Server or later. 2018-08-01 23:41:02 -05:00
ev.hpp This completes the Windows NT Server port of the LokiNetwork components. 2018-08-03 04:21:53 -05:00
ev_epoll.hpp This completes the Windows NT Server port of the LokiNetwork components. 2018-08-03 04:21:53 -05:00
ev_kqueue.hpp fix timeouts 2018-08-03 15:32:07 +10:00
ev_win32.hpp minor patch, make sure the iocp fields are valid before attempting to cast the ev_id back to its ptr 2018-08-03 19:05:45 -05:00
exit_info.cpp initial windows server port. Requires Windows 2000 Server or later. 2018-08-01 23:41:02 -05:00
exit_route.cpp initial windows server port. Requires Windows 2000 Server or later. 2018-08-01 23:41:02 -05:00
fs.hpp initial windows server port. Requires Windows 2000 Server or later. 2018-08-01 23:41:02 -05:00
ini.hpp initial windows server port. Requires Windows 2000 Server or later. 2018-08-01 23:41:02 -05:00
link_intro.cpp deterministic logging 2018-07-31 08:35:54 +10:00
link_message.cpp deterministic logging 2018-07-31 08:35:54 +10:00
logger.c make format 2018-06-29 08:15:15 -04:00
logger.cpp * logging updates 2018-08-02 10:48:43 +10:00
logger.hpp refactor everything to use logger 2018-05-27 10:04:30 -04:00
logic.cpp * tweak event loop parameters 2018-07-30 10:30:10 +10:00
mem.cpp clang format 2018-07-09 14:34:28 +10:00
mem.hpp initial windows server port. Requires Windows 2000 Server or later. 2018-08-01 23:41:02 -05:00
mem_std.cpp Remove most of the extern "C" 2018-07-09 14:34:09 +10:00
net.cpp vs clang format isn't supposed to inject tabs ffs 2018-08-03 19:06:11 -05:00
nodedb.cpp another win32 cross compile fix 2018-08-03 09:37:54 +10:00
path.cpp * logging updates 2018-08-02 10:48:43 +10:00
pathbuilder.cpp * logging updates 2018-08-02 10:48:43 +10:00
pathset.cpp * logging updates 2018-08-02 10:48:43 +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 update code to match protocol spec 2018-07-29 08:20:32 +10:00
relay_up_down.cpp add sequence numbers to routing messages 2018-07-24 07:59:43 +10:00
router.cpp This completes the Windows NT Server port of the LokiNetwork components. 2018-08-03 04:21:53 -05: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 correct typo 2018-08-02 10:53:14 +10: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 initial windows server port. Requires Windows 2000 Server or later. 2018-08-01 23:41:02 -05: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 add mutex/lock to singlethread mode threadpool 2018-08-03 07:26:14 +10:00
threadpool.hpp get rid of wizard and autogenerate configs if not present with sane defaults 2018-07-27 10:21:57 +10:00
time.cpp more hidden service stuff 2018-07-19 14:58:39 +10:00
timer.cpp * tweak event loop parameters 2018-07-30 10:30:10 +10:00
transit_hop.cpp fix feedback loop 2018-07-30 11:29:22 +10:00
win32_inet.c initial windows server port. Requires Windows 2000 Server or later. 2018-08-01 23:41:02 -05:00
win32_intrnl.c vs clang format isn't supposed to inject tabs ffs 2018-08-03 19:06:11 -05:00
win32_intrnl.h initial windows server port. Requires Windows 2000 Server or later. 2018-08-01 23:41:02 -05:00