Commit Graph

199 Commits (7d8c231681d7386ae8f13ae15552e0fb76c0914a)

Author SHA1 Message Date
Michael 57d6668e55
Move metrics out of daemon into llarp::Context 5 years ago
Rick V 1fb3a0bf62
stderr is unbuffered by default? 5 years ago
Michael 91f401ff71
Integrate metrics into router 5 years ago
Michael c5a129ddff
Convert to use abseil synchronisation primitives 5 years ago
Michael 67b5d48095
Replace usage of new/delete with unique_ptr/stack allocation 5 years ago
Rick V 3931b7d9d7
implement missing libabyss functionality
remove some finished TODOs
5 years ago
Rick V ad1179a333
remove ref to nrmicro
add note
5 years ago
Rick V 8741f0dd59
NetBSDs don't fully implement POSIX.1-2001 (!!!) 5 years ago
Rick V f277f368a1
win32 g++ is set to c++17 by default, so we use the _real_ string_view class 5 years ago
Ryan Tharp befcdc179e address #251 and improve UX 5 years ago
Ryan Tharp 1ba5b75082 Merge branch 'master' of https://github.com/neuroscr/loki-network 5 years ago
Ryan Tharp a2ca33130f always show what config file it's using 5 years ago
Michael 04e0fe3ad7
Move crypto code to a subdirectory 5 years ago
Michael b1ffdba7ba
Build with libabyss 5 years ago
Michael e5eda0fb8f
Move lokinet unspecific components to a util/ library 5 years ago
Michael 4f90192e1a
Fix lifetime issues in llarp_findOrCreate* function calls 6 years ago
Jeff 4b2a1ea9f3 make format and attempt to fix #158 6 years ago
despair 321251c944
implemented SIGINT handler for NT 6 years ago
Jeff Becker be234e4b6e
* make format
* snode to snode direct traffic

* wire up dns on service node tun
6 years ago
Michael 85dde7b6b0
Move remaining include/llarp headers to llarp/ 6 years ago
Michael b92ea0521b
Move router_contact.hpp to llarp/ 6 years ago
Michael a5c3ba0fdd
Move logger.hpp to llarp/ 6 years ago
Michael 7be452092c
Convert llarp_crypto to be a true C++ class 6 years ago
Michael f0fce5b68a
Convert llarp_router to be a true C++ class 6 years ago
Michael 30e9dca2e5
Convert llarp_logic to be a C++ class 6 years ago
Jeff Becker 0bfe9a5fee
fix 6 years ago
Jeff Becker 472948a610
more dns tweaks 6 years ago
Jeff Becker 90a2545bb1
handle SIGTERM 6 years ago
Ryan Tharp 1c6031c677 clang-format 6 years ago
Ryan Tharp 0046b705e8 generic_handle_dnsc_recvfrom() remove unneeded parameter, start making daemon/dns better, deprecate raw_handle_recvfrom() 6 years ago
Jeff Becker b543d6243d
Merge branch 'master' into dev 6 years ago
Michael 0b2ebc83e0
De-C-ify several .h headers 6 years ago
Jeff Becker 56676002aa
wire up exit traffic 6 years ago
Jeff Becker e91d7cf88f
Merge remote-tracking branch 'rick/dev' into dev 6 years ago
despair f6fb063684 this is driving me at least mildly insane
we _never_ get to llarp::udp_listener::read
6 years ago
despair 0eacab7759 warn windows user if using untested relay mode
update readme
6 years ago
Jeff Becker a73418abe3
do the right fix for warnings 6 years ago
Jeff Becker 960aa479e9
fixes for ancient rpi toolchain 6 years ago
Jeff Becker d9e4e139ed
fix compile on ubuntu 6 years ago
despair 38f2a6b2c9 be slightly less annoying
check build rules
6 years ago
despair c5d1b32286 remove microsoft c++ crud
🤔🤔🤔🤔
6 years ago
Jeff ccead80c3d make jsonrpc server configurable on build, disabled by default.
default to client only and require explicitly run as relay to run as relay.
6 years ago
Jeff Becker de17324012
don't make tcp event code epoll specific 6 years ago
Jeff Becker d3278946f2
ipv4 bogon checking 6 years ago
cathugger 4d5f5fecfa
ip: make things fragmentation-aware, cleanup UDP handling; also format
one's complement math is pretty fun
6 years ago
Ryan Tharp 7e217366e6 fix overwrite? 6 years ago
Ryan Tharp f824ac8701 enable dotLokiLookup through router tun endpoint dnsd 6 years ago
Ryan Tharp 4b3b09736b Merge branch 'master' of https://github.com/loki-project/loki-network 6 years ago
despair86 991c1d8fce fix 6 years ago
despair86 9fdde65798 make bencode ILP32/LLP64 clean (long is 32 bits outside of unix!)
actually open new RCs in binary mode
clang-format
win32 skeleton code for tun (still working on the guts)
6 years ago