Commit Graph

73 Commits (e36ddfb09376f0b0d2fac109fe1cce0457920513)

Author SHA1 Message Date
Michael 98e691f315
Tidy up more parts of the service/ directory 5 years ago
Michael e33a33635c
Remove usage of raw new from service classes 5 years ago
michael-loki 0195152e05 Allow builds on MSVC (#518)
* Import cxxopts to replace getopts usage

* Add visual studio build things

* Fixup abseil build parts

* Replace __attribute__((unused)) with ABSL_ATTRIBUTE_UNUSED

* Fixup minor windows build issues

* Replace getopts usage

* Temporarily fixup .rc files

* More minor windows fixes

* Get a working build

* Revert .rc files

* Revert changes to nodedb
5 years ago
Michael c39c931d03
Remove IStateful virtual inheritance 5 years ago
Jeff Becker 57dc6cc965
make bundling rc in path builds configurable on runtime 6 years ago
Jeff Becker 94eb37d490
bundle RC in build record to improve build success rates. 6 years ago
Jeff Becker 87ff9268da
if a router is connected it's fine given it's a boostrap 6 years ago
Jeff Becker a45d6db0e0
better profiling 6 years ago
Jeff 7a83f71713 re-animate paths 6 years ago
Jeff Becker 04a5db8789
call hook 6 years ago
Jeff Becker 6220fef2dc
select good first hops 6 years ago
Jeff Becker c910a2a2fb
more 6 years ago
Jeff 97b9c679b0 don't use bootstrap nodes for first hops in paths 6 years ago
Jeff Becker 965b0957ee
tweaks 6 years ago
Jeff Becker c23498925c
disable profiling on path fail 6 years ago
Jeff Becker 24e7151ff5
log and don't remove path on died 6 years ago
Jeff Becker b849ff9a94
handle path death better 6 years ago
Jeff Becker fcdef8d363
don't mark paths as dead after established 6 years ago
Jeff Becker d4cb6808ec
more 6 years ago
Jeff Becker 91298c4819
re-enable profiling 6 years ago
Jeff Becker 8a63533d1a
have service nodes maintain min connections
path building more robust selection
6 years ago
Jeff Becker db17b0fad5
disable profiling 6 years ago
Jeff Becker c63beae1c6
use std::min not std::max for linear backoff
ayyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyylmao
this was fucking dumb as shit
6 years ago
Jeff Becker ce126166af
more logging info 6 years ago
Jeff Becker 0369e42d5e
try harder to select hops 6 years ago
Jeff Becker dc36856922
try tweaking timeout 6 years ago
Jeff Becker 5d3833ef1a
fix dumb as shit path building that causes premature termiantion because of duplicate hops 6 years ago
Jeff Becker 6489ea2152
make it work 6 years ago
Jeff Becker df17866ff7
breaking protocol change, bundle source txid on outside of path transfer message. 6 years ago
Jeff Becker 2218749134
Merge remote-tracking branch 'origin/staging' into staging 6 years ago
Jeff Becker 6a09348c47
today's work 6 years ago
Jeff 1a09a12ee0
Merge branch 'staging' into absl_mutex 6 years ago
Jeff Becker 8331449ab9
update profiles on path build 6 years ago
Michael 61f3273dc4
Add threading annotations and fix potential deadlocks 6 years ago
Michael c5a129ddff
Convert to use abseil synchronisation primitives 6 years ago
Jeff Becker 71302ee48b
Merge remote-tracking branch 'origin/staging' into fix-libabyss-352 6 years ago
Jeff Becker f8d6becce8
make whitelist happy 6 years ago
Jeff db504e8044
Merge pull request #354 from despair86/dev
regression fixes
6 years ago
Rick V 975b4ca743
clang-format 6 years ago
Jeff Becker ef13ec7499
Merge remote-tracking branch 'origin/staging' into staging 6 years ago
Michael e4cf1f245c
Convert most of llarp to use Printer 6 years ago
Jeff Becker c626f7c9b7
revert 6 years ago
Jeff Becker 64f34dccc2
set transit started time
holy what the crap.
6 years ago
Michael 4fb2b39f74
Format changes 6 years ago
Michael 13a9f65520
Fully define interface for dht::Context 6 years ago
Jeff Becker 591f3c92a9
make build records smaller 6 years ago
Rick V 5a3947ca5c
clang-format 6 years ago
Jeff Becker 445ed05b32
make format 6 years ago
Michael 887fb4ac62
Replace insert(make_pair()) with emplace() 6 years ago
Michael 048fa83c39
Finish replacement of Router with AbstractRouter 6 years ago