1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00
lokinet/include/llarp
2018-11-21 15:34:26 -08:00
..
dht set hooks 2018-11-20 11:58:18 -05:00
exit Merge branch 'master' into dev 2018-11-20 07:42:17 -05:00
handlers make clang happy, disable netns by default (for now) 2018-11-19 08:39:35 -05:00
link Rename logic.h 2018-11-20 00:52:19 +00:00
linux add lint target for makefile using clang tidy 2018-09-28 10:29:34 -04:00
messages don't sign traffic 2018-11-21 07:31:36 -05:00
routing more exit stuff 2018-11-14 07:23:08 -05:00
service Merge branch 'master' into dev 2018-11-20 07:42:17 -05:00
win32/threads fixes for ancient rpi toolchain 2018-11-08 07:31:50 -05:00
address_info.h Remove most of the extern "C" 2018-07-09 14:34:09 +10:00
address_info.hpp we NEED NT >= 6 for event loop 2018-11-09 09:48:43 -05:00
aligned.hpp more 2018-11-15 13:10:09 -05:00
bencode.h Rename proto.h 2018-11-20 00:52:19 +00:00
bencode.hpp Specify override and final in inheritance tree of llarp::IBEncodeMessage 2018-11-05 11:27:37 +00:00
bits.hpp add parts to rcutil to print out info about RCs: ./rcutil -V self.signed 2018-08-24 12:07:17 -04:00
buffer.h Rename common.h 2018-11-20 00:52:19 +00:00
buffer.hpp more tun stuff 2018-08-20 15:12:12 -04:00
codel.hpp fix merge 2018-11-20 07:44:18 -05:00
common.hpp Rename common.h 2018-11-20 00:52:19 +00:00
config.h ensure_config split router/client refactor, move C++ stuff to .hpp 2018-10-01 02:56:14 -07:00
crypto.h Rename common.h 2018-11-20 00:52:19 +00:00
crypto.hpp use NTRU for introset end to end encryption 2018-08-13 19:22:31 -04:00
defaults.hpp Rename defaults.h 2018-11-20 00:52:19 +00:00
dht.h clang format 2018-09-21 07:36:06 -07:00
dht.hpp refactor dht code to be split up a bit more 2018-07-11 09:20:14 -04:00
dns.h clean up 2018-11-18 15:47:53 -08:00
dns.hpp magic numbers to defs, llarp_buffer_t implementation, cleanup, Michael/Sang code review changes 2018-11-21 15:23:19 -08:00
dns_dotlokilookup.hpp remove redundance from (sockaddr) param refactor 2018-11-18 15:48:50 -08:00
dns_iptracker.hpp merge 2018-11-03 06:19:18 -07:00
dns_rectypes.hpp change casting, SOA type start, sang/micahel code review fixes 2018-11-21 15:32:43 -08:00
dnsc.hpp llarp_buffer_t conversion, decode the header one less time, move up where packet hdr is set, use emplace_back instead of push_back 2018-11-21 15:34:26 -08:00
dnsd.hpp remove redundance from (sockaddr) param refactor 2018-11-18 15:48:50 -08:00
dtls.h extern "C" block for shared library 2018-07-27 13:41:55 +10:00
dtls.hpp remove iwp and start on curvecp 2018-09-02 14:25:42 -04:00
encode.hpp wire up exit traffic 2018-11-14 14:34:17 -05:00
encrypted.hpp update to not use sodium.h 2018-10-23 08:55:46 -04:00
encrypted_ack.hpp clang format 2018-07-09 14:34:28 +10:00
encrypted_frame.hpp merge 2018-11-03 06:19:18 -07:00
endian.hpp Rename endian.h 2018-11-20 00:52:19 +00:00
establish_job.hpp remove iwp and start on curvecp 2018-09-02 14:25:42 -04:00
ev.h Merge branch 'master' into dev 2018-11-20 07:42:17 -05:00
exit.hpp initial exit/service node comm code with some unit tests (incomplete) 2018-11-12 11:43:40 -05:00
exit_info.h clang format 2018-09-21 07:36:06 -07:00
exit_info.hpp Merge branch 'master' into dev 2018-11-20 07:42:17 -05:00
exit_route.h Remove most of the extern "C" 2018-07-09 14:34:09 +10:00
ip.hpp Merge branch 'master' into dev 2018-11-20 07:42:17 -05:00
iwp.hpp remove iwp and start on curvecp 2018-09-02 14:25:42 -04:00
link_layer.hpp protocol docs, more efficient padding, make code reflect protocol changes. 2018-09-08 11:53:20 -04:00
link_message.hpp broken 2018-09-06 07:46:19 -04:00
logger.h new log level: none 2018-10-03 03:34:43 -07:00
logger.hpp Fix RPI build 2018-11-20 00:13:27 +00:00
logic.hpp Rename logic.h 2018-11-20 00:52:19 +00:00
mem.h Remove most of the extern "C" 2018-07-09 14:34:09 +10:00
mem.hpp make signatures work again ;~; 2018-08-31 09:51:24 -04:00
messages.hpp initial exit/service node comm code with some unit tests (incomplete) 2018-11-12 11:43:40 -05:00
net.h remove dead code 2018-11-12 23:39:50 -06:00
net.hpp remove dead code 2018-11-12 23:39:50 -06:00
net_addr.hpp make format and parallelize analyze target in makefile 2018-11-05 06:31:43 -05:00
net_inaddr.hpp add doc 2018-10-24 03:22:26 -07:00
nodedb.hpp Merge branch 'master' into dev 2018-11-20 07:42:17 -05:00
path.hpp don't sign traffic 2018-11-21 07:31:36 -05:00
path_types.hpp more path building stuff 2018-06-19 13:11:24 -04:00
pathbuilder.hpp more exit stuff 2018-11-14 13:02:27 -05:00
pathset.hpp don't sign traffic 2018-11-21 07:31:36 -05:00
pow.hpp Specify override and final in inheritance tree of llarp::IBEncodeMessage 2018-11-05 11:27:37 +00:00
profiling.hpp Specify override and final in inheritance tree of llarp::IBEncodeMessage 2018-11-05 11:27:37 +00:00
proto.hpp Rename proto.h 2018-11-20 00:52:19 +00:00
router.h Rename logic.h 2018-11-20 00:52:19 +00:00
router_contact.hpp more exit stuff 2018-11-14 13:02:27 -05:00
router_id.hpp more onion routing stuff 2018-06-10 10:05:48 -04:00
routing_endpoint.hpp clang format 2018-07-09 14:34:28 +10:00
rpc.hpp add boilerplate for router whitelist via jsonrpc, disabled at the moment 2018-11-20 10:22:59 -05:00
service.hpp publish hidden service descriptors and acknoledge publish 2018-07-11 12:11:19 -04:00
str.hpp forgot file 2018-10-03 07:00:42 -04:00
string.h Rename common.h 2018-11-20 00:52:19 +00:00
string_view.hpp initial tcp connect for epoll 2018-11-01 08:47:14 -04:00
threading.hpp add missing include for linux 2018-11-18 07:49:35 -05:00
threadpool.h start threadpool explicitly 2018-11-19 11:40:49 -05:00
time.hpp De-C-ify several .h headers 2018-11-19 22:45:37 +00:00
timer.hpp Rename common.h 2018-11-20 00:52:19 +00:00
types.hpp De-C-ify several .h headers 2018-11-19 22:45:37 +00:00
version.hpp Rename version.h 2018-11-20 00:52:19 +00:00