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-12-10 14:15:11 +00:00
..
dht fix crash on premature close of event loop (also make format) 2018-12-02 13:07:07 -05:00
dns add mx record for .loki 2018-12-07 16:52:19 -05:00
exit fix crash on premature close of event loop (also make format) 2018-12-02 13:07:07 -05:00
handlers Merge remote-tracking branch 'origin/master' into dev 2018-12-05 09:41:35 -05:00
link Convert llarp_logic to be a C++ class 2018-12-10 14:15:11 +00:00
linux add lint target for makefile using clang tidy 2018-09-28 10:29:34 -04:00
messages fix crash on premature close of event loop (also make format) 2018-12-02 13:07:07 -05:00
routing more exit stuff 2018-11-14 07:23:08 -05:00
service Convert llarp_logic to be a C++ class 2018-12-10 14:15:11 +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 fix up exit logic 2018-11-28 07:32:38 -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 add initial jni stuff for lokinet android. i fucking hate android so god damn much. 2018-11-26 17:46:22 -05:00
crypto.hpp Update from typedef to using in .hpp files 2018-11-23 00:07:45 +00: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 fix crash on premature close of event loop (also make format) 2018-12-02 13:07:07 -05:00
dns_dotlokilookup.hpp Convert llarp_logic to be a C++ class 2018-12-10 14:15:11 +00: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 Convert llarp_logic to be a C++ class 2018-12-10 14:15:11 +00:00
dnsd.hpp Convert llarp_logic to be a C++ class 2018-12-10 14:15:11 +00: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 pack exit traffic 2018-11-28 11:38:20 -05:00
encrypted_ack.hpp clang format 2018-07-09 14:34:28 +10:00
encrypted_frame.hpp Update from typedef to using in .hpp files 2018-11-23 00:07:45 +00: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 Convert llarp_logic to be a C++ class 2018-12-10 14:15:11 +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 more flags for compile 2018-11-21 16:52:35 -05:00
exit_route.h Remove most of the extern "C" 2018-07-09 14:34:09 +10:00
ip.hpp new exit packet buffer format 2018-11-29 16:19:20 -05:00
iwp.hpp Convert llarp_logic to be a C++ class 2018-12-10 14:15:11 +00: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 Update from typedef to using in .hpp files 2018-11-23 00:07:45 +00:00
logger.h new log level: none 2018-10-03 03:34:43 -07:00
logger.hpp Merge branch 'dev' into reeeee-divergence 2018-12-03 12:24:56 -06:00
logic.hpp Convert llarp_logic to be a C++ class 2018-12-10 14:15:11 +00:00
mem.h Remove most of the extern "C" 2018-07-09 14:34:09 +10:00
mem.hpp eh no more escapes 2018-11-20 10:00:43 -06:00
messages.hpp initial exit/service node comm code with some unit tests (incomplete) 2018-11-12 11:43:40 -05:00
net.h switch to a simulation of epoll 2018-11-19 04:29:39 -06:00
net.hpp Merge remote-tracking branch 'origin/master' into dev 2018-12-05 09:41:35 -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
net_int.hpp add dnslib 2018-12-03 17:22:59 -05:00
nodedb.hpp Convert llarp_logic to be a C++ class 2018-12-10 14:15:11 +00:00
path.hpp Convert llarp_logic to be a C++ class 2018-12-10 14:15:11 +00:00
path_types.hpp Update from typedef to using in .hpp files 2018-11-23 00:07:45 +00:00
pathbuilder.hpp more exit stuff 2018-11-14 13:02:27 -05:00
pathset.hpp disable locking 2018-12-06 13:05:44 -05:00
pow.hpp Specify override and final in inheritance tree of llarp::IBEncodeMessage 2018-11-05 11:27:37 +00:00
profiling.hpp Update from typedef to using in .hpp files 2018-11-23 00:07:45 +00:00
proto.hpp Rename proto.h 2018-11-20 00:52:19 +00:00
router.h Convert llarp_logic to be a C++ class 2018-12-10 14:15:11 +00:00
router_contact.hpp more exit stuff 2018-11-14 13:02:27 -05:00
router_id.hpp Update from typedef to using in .hpp files 2018-11-23 00:07:45 +00:00
routing_endpoint.hpp Update from typedef to using in .hpp files 2018-11-23 00:07:45 +00:00
rpc.hpp node whitelist option via jsonrpc 2018-11-21 12:46:33 -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 Update from typedef to using in .hpp files 2018-11-23 00:07:45 +00:00
threading.hpp Update from typedef to using in .hpp files 2018-11-23 00:07:45 +00: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 Update from typedef to using in .hpp files 2018-11-23 00:07:45 +00:00
types.hpp make format 2018-11-22 10:53:11 -05:00
version.hpp Rename version.h 2018-11-20 00:52:19 +00:00