Commit Graph

524 Commits (97e11a28f6816175c41057fc644e2a3f415a3403)
 

Author SHA1 Message Date
Jeff Becker dfa567e816
Merge remote-tracking branch 'sachaaaa/refactor' into hidden-service-dht 6 years ago
Jeff Becker 30c14dfda5
make format 6 years ago
sachaaaaa 5676229a4f add /llarp to vscode includePath 6 years ago
sachaaaaa 61bb7905f0 fix method calls in server.cpp + use ctor instead of factory/allocator
to squash
6 years ago
sachaaaaa 661f050636 Fix includes/forward declarations 6 years ago
sachaaaaa 6f055eca4f Extracted structs out of iwp_link.cpp
to rebase

to rebase
6 years ago
sachaaaaa 7442387307 renamed .c to .cpp 6 years ago
sachaaaaa 33586d385b clang format 6 years ago
sachaaaaa c7940076bf Remove most of the extern "C"
remove extern "C"
6 years ago
sachaaaaa b5762fa85a Move EncodeLIM to its own source file 6 years ago
Ryan Tharp 37d9e774a3 clean up 6 years ago
Ryan Tharp 961f1a858b displayRC refactor, --locate show RC if found, --LogLevel support, make --locate lookups iterative, fix short option arguments 6 years ago
Ryan Tharp 840a50abbc don't skip private interfaces quite yet/we need them for NAT to work correctly, try_connect refactor clean up 6 years ago
Ryan Tharp 3a21ca604f llarp_rc_new to initialize properties correctly 6 years ago
Ryan Tharp 016da4b7aa remove unneeded debug 6 years ago
Ryan Tharp 425a486d84 irelay the pending->job as the current job when checking the next node, add iterate flag to job, potential fix for possible problem, debug 6 years ago
Ryan Tharp 00e56ecfd2 Merge branch 'hidden-service-dht' of https://github.com/majestrate/llarp 6 years ago
Jeff Becker 6cb31ecb1a
base32 encoding and unit tests 6 years ago
Jeff Becker 21a2ffdeaf
* refactor log functions
* add more stuff for hidden service dht
6 years ago
Jeff Becker d2a4f0b103
start on hidden service dht 6 years ago
Ryan Tharp 938cfec657 Revert "resolve_job_type() and on_verify_client_rc() clean u"
This reverts commit 9805cc153f.
6 years ago
Ryan Tharp d7fc0f83a7 Revert "use resolve_job_type() instead of public"
This reverts commit 9aa5163c81.
6 years ago
Ryan Tharp 9aa5163c81 use resolve_job_type() instead of public 6 years ago
Ryan Tharp 9805cc153f resolve_job_type() and on_verify_client_rc() clean u 6 years ago
Ryan Tharp dd3c04cff5 Merge branch 'master' of https://github.com/majestrate/llarp 6 years ago
Jeff Becker f134b8c4d1
always put messages in inbound processing queue 6 years ago
Jeff Becker b994bf5f5b
fix previous commit 6 years ago
Jeff Becker 54aed396c2
don't repeat process messages on link layer 6 years ago
Jeff Becker cc23d8ddbd
format 6 years ago
Jeff Becker 2b8cd93d6a
make it compile :^) 6 years ago
Jeff Becker ab509e0a13
try not to crash 6 years ago
Jeff Becker 4ca34995bf
add inbound server connections to DHT 6 years ago
Jeff Becker 0213ada22c
don't lock 6 years ago
Jeff Becker 132e57b6de
bump version 6 years ago
Jeff Becker 8a682a8b83
fix previous commit 6 years ago
Jeff Becker d34937118d
make it compile :DDDD 6 years ago
Jeff Becker 139d48b790
inbound queue fixes 6 years ago
Ryan Tharp 6fb3634734 proper quit on DHT locate result 6 years ago
Ryan Tharp 876324fdbc llarp_main_abort => llarp_logic_stop_timer 6 years ago
Jeff Becker 42e839ab81
keepalive settings tweak 6 years ago
Jeff Becker 705271e7b8
try fixing timeout 6 years ago
Jeff Becker fb13c5ce3e
more tweaking 6 years ago
Jeff Becker d987aa09c7
disable tuntap libs by default 6 years ago
Jeff Becker 8cfcc101b4
* path latency ticks every 5s
* retransmit xmit if we haven't gotten an ack yet (IWP)
6 years ago
Jeff Becker 9c57be0301
look up remote not self 6 years ago
Jeff Becker 711cc509a9
make format 6 years ago
Jeff Becker 18b50f4a74
* implement path transfer message
* update dht docs
* update other docs
* start working on dht for hidden services
* fix up unit tests for dht
* update makefile and other build files
6 years ago
Jeff Becker 7d9bffdf9c
make format 6 years ago
Jeff Becker 64d12086c9
update libtuntap, make it compile without warnings and add to CMakeLists.txt 6 years ago
Ryan Tharp 0af33b4205
Merge pull request #3 from neuroscr/master
vendor libtuntap, set log level c api, codel fixes, private network detection, nat address override, --locate and --localInfo utils
6 years ago