Commit Graph

1274 Commits (a582983a63b3b247169f710b928a720924aa25b5)
 

Author SHA1 Message Date
Ryan Tharp 47d71c601c fix another overwrite 6 years ago
Ryan Tharp 4cc482764d clang format 6 years ago
Ryan Tharp 46f6d005d7 minor cleanup 6 years ago
Ryan Tharp c11e61a51d add -c for client auto-config, -f for overwrite 6 years ago
Ryan Tharp fb9b60bd16 clang-format 6 years ago
Ryan Tharp e890ef2e5b ensure_config split router/client refactor, move C++ stuff to .hpp 6 years ago
Ryan Tharp 058ed4d4ea Merge branch 'master' of https://github.com/neuroscr/loki-network 6 years ago
Jeff 4158e422bb don't store introsets when forwarding a request 6 years ago
Jeff a168c81a75 make mac tun work 6 years ago
Jeff e50cbf5acb Merge branch 'master' of ssh://github.com/loki-project/loki-network 6 years ago
Jeff Becker f6c812a642
include packet info in tun but discard it so that tun can work on platforms
that include packet info
6 years ago
Jeff Becker 138c222a1a
dns port configurable at compile time (make this configurable on runtime plz) 6 years ago
Jeff Becker 2b8bd11f5e
ping less and try not to double free in llarp_router::SendToOrQueue 6 years ago
Jeff Becker ed5867e49f
don't use std::list 6 years ago
Ryan Tharp 79d61dedc3 use new llarp::Addr based init 6 years ago
Ryan Tharp b7f4907925 update DNS* init 6 years ago
Ryan Tharp 0ee4eebb69 was supposed to be in last commit 6 years ago
Ryan Tharp 9ea564e832 update llarp_main_init_dnsd to make new DNSd init 6 years ago
Ryan Tharp e876506295 improve b32 failure handling, dead code removal 6 years ago
Ryan Tharp 232b471545 note and clang-format 6 years ago
Ryan Tharp 0278ba6edf more clang-format 6 years ago
Ryan Tharp 638fff6b7e clang-format (how was this missed before?) 6 years ago
Ryan Tharp de1fe9d607 add note 6 years ago
Ryan Tharp 6c2d0e21bf llarp_dnsd_init() update to use llarp::Addr more and adjust to new DNSc init changes, remove unneeded WIN32 change (made it the default) 6 years ago
Ryan Tharp 1e72326f0c llarp_dnsd_init() use llarp::Addr more 6 years ago
Ryan Tharp 35def45c98 answer_request_alloc() use a unique_ptr, multiple resolver support start, llarp_dnsc_init to use llarp::Addrs 6 years ago
Ryan Tharp 7f47adf2a0 rely on llarp::Addr more, support list of resolvers 6 years ago
Ryan Tharp 094223a257 from_4int() and from_char_array() refactor 6 years ago
Jeff d6463bf8de Merge branch 'master' of ssh://github.com/loki-project/loki-network 6 years ago
Jeff 52da002488 comit 6 years ago
Jeff Becker 36c927fc79
premptively build path to selected intro's router every time we don't have it if we get an introset update, on the outbound context 6 years ago
Jeff Becker 10d463e51a
add contributing template 6 years ago
Jeff Becker 118c1f8703
add file to check a github checkbox 6 years ago
Jeff Becker 8a4b2e97a5
add lint target for makefile using clang tidy
run make format
6 years ago
Jeff Becker 8878e5c4d1
redundancy with outbound contexts
have multiple outbound contexts and send on the one that is alive
6 years ago
Jeff Becker 2e3601b140
fucking fix -V option that didn't fucking work wtf 6 years ago
Jeff Becker 72ce48d3ea
use correct compare 6 years ago
Jeff Becker 869b758365
more 6 years ago
Jeff Becker fa5389cb05
docstrings and manual rebuild if the path expires soon 6 years ago
Jeff Becker 186a36cd4b
try fixing dht crash 6 years ago
Jeff Becker 724a093da7
syntax 6 years ago
Jeff Becker 17a8ac13ad
fix logic 6 years ago
Jeff Becker 22b1e58dcf
clear intro 6 years ago
Jeff Becker d71882259e
try spacing path building out more wide in time so that intros don't die in the same small interval 6 years ago
Jeff Becker 34dc5bec93
check for cache hit to prevent automapping 6 years ago
Jeff Becker 9a062f79fb
use parent endpoint paths when we can more 6 years ago
Jeff Becker b40dd30c7a
linear backoff for path building to lessen strain on the network 6 years ago
Jeff Becker f85cfcdab0
please don't fucking do this, reverted. 6 years ago
Jeff Becker 7b0860aec0
Merge remote-tracking branch 'ryan/master' 6 years ago
Jeff Becker dc47a0630b
try using parent endpoint's pathset if outbound context does not have a path to a router 6 years ago