lokinet/include/llarp
2018-12-12 02:53:01 +00:00
..
link Move crypto.hpp to llarp/ 2018-12-12 02:53:01 +00:00
linux add lint target for makefile using clang tidy 2018-09-28 10:29:34 -04:00
messages Move exit* to llarp/ 2018-12-12 02:53:01 +00:00
routing Move dht* to llarp/ 2018-12-12 02:53:01 +00:00
service Move handlers* to llarp/ 2018-12-12 02:53:01 +00:00
win32/threads fixes for ancient rpi toolchain 2018-11-08 07:31:50 -05:00
aligned.hpp Move encode.hpp to llarp/ 2018-12-12 02:53:01 +00:00
bencode.h Rename proto.h 2018-11-20 00:52:19 +00:00
bencode.hpp Move buffer.hpp to llarp/ 2018-12-12 02:53:00 +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
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 Convert llarp_crypto to be a true C++ class 2018-12-11 00:53:55 +00:00
defaults.hpp Rename defaults.h 2018-11-20 00:52:19 +00: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
dnsd.hpp Move dns* to llarp/ 2018-12-12 02:53:01 +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
encrypted_ack.hpp Convert llarp_crypto to be a true C++ class 2018-12-11 00:53:55 +00:00
encrypted_frame.hpp Convert llarp_crypto to be a true C++ class 2018-12-11 00:53:55 +00:00
encrypted.hpp pack exit traffic 2018-11-28 11:38:20 -05: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_info.h clang format 2018-09-21 07:36:06 -07:00
exit_info.hpp Move crypto.hpp to llarp/ 2018-12-12 02:53:01 +00: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_crypto to be a true C++ class 2018-12-11 00:53:55 +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 Convert llarp_router to be a true C++ class 2018-12-10 20:15:35 +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_addr.hpp Move address_info.hpp to llarp/ 2018-12-12 02:53:00 +00: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
net.h switch to a simulation of epoll 2018-11-19 04:29:39 -06:00
net.hpp Move address_info.hpp to llarp/ 2018-12-12 02:53:00 +00:00
nodedb.hpp Convert llarp_crypto to be a true C++ class 2018-12-11 00:53:55 +00:00
path_types.hpp Update from typedef to using in .hpp files 2018-11-23 00:07:45 +00:00
path.hpp Move dht* to llarp/ 2018-12-12 02:53:01 +00:00
pathbuilder.hpp Convert llarp_router to be a true C++ class 2018-12-10 20:15:35 +00:00
pathset.hpp Move dht* to llarp/ 2018-12-12 02:53:01 +00:00
pow.hpp Convert llarp_crypto to be a true C++ class 2018-12-11 00:53:55 +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_contact.hpp Move address_info.hpp to llarp/ 2018-12-12 02:53:00 +00:00
router_id.hpp strict types for pubkey, secretkey and routerid 2018-12-10 12:22:59 -05:00
routing_endpoint.hpp Update from typedef to using in .hpp files 2018-11-23 00:07:45 +00:00
rpc.hpp Move crypto.hpp to llarp/ 2018-12-12 02:53:01 +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_view.hpp Update from typedef to using in .hpp files 2018-11-23 00:07:45 +00:00
string.h Rename common.h 2018-11-20 00:52:19 +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