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-20 00:52:19 +00:00
..
dht De-C-ify several .h headers 2018-11-19 22:45:37 +00:00
exit De-C-ify several .h headers 2018-11-19 22:45:37 +00:00
handlers Correct warning in exit.hpp 2018-11-15 01:33:00 +00: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 initial exit/service node comm code with some unit tests (incomplete) 2018-11-12 11:43:40 -05:00
routing initial exit/service node comm code with some unit tests (incomplete) 2018-11-12 11:43:40 -05:00
service De-C-ify several .h headers 2018-11-19 22:45:37 +00: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 first jsonrpc endpoint added 2018-10-25 15:06:16 -04: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 De-C-ify several .h headers 2018-11-19 22:45:37 +00: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 deprecate some cruft and hopefully it won't break anything 2018-10-09 05:39:47 -07:00
dns.hpp fix dns on macos 2018-11-11 10:24:08 -05:00
dns_dotlokilookup.hpp add note 2018-10-18 05:15:41 -07:00
dns_iptracker.hpp merge 2018-11-03 06:19:18 -07:00
dnsc.hpp merge 2018-11-03 06:19:18 -07:00
dnsd.hpp merge 2018-11-03 06:19:18 -07: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 clang format 2018-07-09 14:34:28 +10: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 De-C-ify several .h headers 2018-11-19 22:45:37 +00: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 make gcc 8.2 and RPI=1 happy 2018-11-19 23:42:04 +00:00
exit_route.h Remove most of the extern "C" 2018-07-09 14:34:09 +10:00
ip.hpp De-C-ify several .h headers 2018-11-19 22:45:37 +00: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 add iocp tcp connect 2018-11-06 17:54:34 -06:00
net.hpp we NEED NT >= 6 for event loop 2018-11-09 09:48:43 -05: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 Rename common.h 2018-11-20 00:52:19 +00:00
path.hpp De-C-ify several .h headers 2018-11-19 22:45:37 +00:00
path_types.hpp more path building stuff 2018-06-19 13:11:24 -04:00
pathbuilder.hpp use event loop for time 2018-10-29 12:48:36 -04:00
pathset.hpp De-C-ify several .h headers 2018-11-19 22:45:37 +00: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 Enable -Wextra 2018-11-07 15:31:13 +00: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 De-C-ify several .h headers 2018-11-19 22:45:37 +00: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 fix crash 2018-08-18 10:01:21 -04: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