1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00
lokinet/include/llarp
Ryan Tharp 969865c499 internal refactor
- created various structs for each record type
- changed DNSd to return most of the recieved packet (allowing for multiple answers)
- favor vector<byte_t> over c-style buffers
- support NS records a little better
- fixed output on cname, ptr, txt
2018-11-18 15:08:02 -08:00
..
dht more dht tweaks 2018-11-08 14:25:04 -05:00
handlers make dns configurable on runtime 2018-11-11 08:14:19 -05:00
link Enable -Wextra 2018-11-07 15:31:13 +00:00
linux add lint target for makefile using clang tidy 2018-09-28 10:29:34 -04:00
messages Enable -Wextra 2018-11-07 15:31:13 +00:00
routing merge 2018-11-03 06:19:18 -07:00
service add upstream dns to default hidden service 2018-11-11 08:22:02 -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 first jsonrpc endpoint added 2018-10-25 15:06:16 -04:00
bencode.h remove unused encoding functions 2018-07-30 11:39:35 +10: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 Enable -Wextra 2018-11-07 15:31:13 +00:00
buffer.hpp more tun stuff 2018-08-20 15:12:12 -04:00
codel.hpp Enable -Wextra 2018-11-07 15:31:13 +00:00
common.h clang format 2018-04-05 10:43:16 -04:00
config.h ensure_config split router/client refactor, move C++ stuff to .hpp 2018-10-01 02:56:14 -07:00
crypto.h remov uneeded header 2018-09-07 16:47:25 -04:00
crypto.hpp use NTRU for introset end to end encryption 2018-08-13 19:22:31 -04:00
defaults.h make dns port configurable, update default dns 2018-11-11 08:30:54 -05: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 internal refactor 2018-11-18 15:08:02 -08: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
dns_rectypes.hpp internal refactor 2018-11-18 15:08:02 -08:00
dnsc.hpp internal refactor 2018-11-18 15:08:02 -08:00
dnsd.hpp internal refactor 2018-11-18 15:08:02 -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 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.h sunos patches, avoid shadowing data members in derived classes, header fixes 2018-08-18 21:25:24 -05:00
establish_job.hpp remove iwp and start on curvecp 2018-09-02 14:25:42 -04:00
ev.h initial tcp connect for epoll 2018-11-01 08:47:14 -04:00
exit_info.h clang format 2018-09-21 07:36:06 -07:00
exit_info.hpp we NEED NT >= 6 for event loop 2018-11-09 09:48:43 -05:00
exit_route.h Remove most of the extern "C" 2018-07-09 14:34:09 +10:00
ip.hpp ip: endianess swaps aren't needed, a bit of renaming and tweaking 2018-11-02 11:00:05 -04: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 fixes for ancient rpi toolchain 2018-11-08 07:31:50 -05:00
logic.h use event loop for time 2018-10-29 12:48:36 -04: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 more 2018-09-06 16:31:58 -04: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 basic router profiling and fix ip rewrite 2018-09-13 12:41:53 -04:00
path.hpp Enable -Wextra 2018-11-07 15:31:13 +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 Enable -Wextra 2018-11-07 15:31:13 +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.h more 2018-04-05 10:23:14 -04:00
router.h remove iwp and start on curvecp 2018-09-02 14:25:42 -04: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 initial tcp connect for epoll 2018-11-01 08:47:14 -04: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 Remove most of the extern "C" 2018-07-09 14:34:09 +10:00
string_view.hpp initial tcp connect for epoll 2018-11-01 08:47:14 -04:00
threading.hpp fixes for ancient rpi toolchain 2018-11-08 07:31:50 -05:00
threadpool.h fix crash 2018-08-18 10:01:21 -04:00
time.h lol 2018-08-22 12:25:10 -04:00
time.hpp make format 2018-10-09 20:09:45 +03:00
timer.h use event loop for time 2018-10-29 12:48:36 -04:00
types.h Remove most of the extern "C" 2018-07-09 14:34:09 +10:00
version.h bump version kuz yolo 2018-11-05 19:03:45 -05:00