Commit Graph

221 Commits (4763888d2c02c65dd0f427542998682c76eb21e8)

Author SHA1 Message Date
Jeff Becker 8a63533d1a
have service nodes maintain min connections
path building more robust selection
5 years ago
Jeff Becker 271f7f5b6d
don't connect to everyone as client 5 years ago
Jeff Becker 9d2ae0a5df
have service nodes build paths too >.> 5 years ago
Jeff Becker 136a01391e
fix message 5 years ago
Jeff Becker 7ebb49478e
remove dead code 5 years ago
Jeff Becker 990049f423
make rpc do basic auth and shit like that 5 years ago
Jeff 1a09a12ee0
Merge branch 'staging' into absl_mutex 5 years ago
Jeff Becker 8331449ab9
update profiles on path build 5 years ago
Michael 61f3273dc4
Add threading annotations and fix potential deadlocks 5 years ago
Jeff Becker 159415c363
delay dns resolution for snode until we have a session with it 5 years ago
Jeff d255ce50ac
Merge branch 'staging' into master 5 years ago
Ryan Tharp 1ec1b132ea Merge branch 'staging' of https://github.com/loki-project/loki-network 5 years ago
Ryan Tharp f1ff247240 convert pubKey to RouterID 5 years ago
Jeff Becker 46b80e465d
* fix jsonrpc endpoint path for caller
* make epoll not crash and leak
* correct key name in config
5 years ago
Jeff Becker f8d6becce8
make whitelist happy 5 years ago
Jeff Becker ef13ec7499
Merge remote-tracking branch 'origin/staging' into staging 5 years ago
Jeff Becker 66e503b6aa
print snode not hex 5 years ago
Jeff Becker 88f988d142
use std::set 5 years ago
Jeff Becker 08d70e6d14
track client rcs 5 years ago
Michael 89ae60cfab
llarp::Context uses AbstractRouter now 5 years ago
Michael 13a9f65520
Fully define interface for dht::Context 5 years ago
Jeff Becker f67ffaf900
fix typo 5 years ago
Jeff Becker 7428855698
try fixing timeout bug after 6 or so hours 5 years ago
Rick V 5a3947ca5c
clang-format 5 years ago
Jeff Becker 445ed05b32
make format 5 years ago
Jeff f941025d7c
Merge pull request #319 from majestrate/staging
Staging
5 years ago
Jeff Becker dfbd878dfb
Merge remote-tracking branch 'origin/staging' into staging 5 years ago
Michael 887fb4ac62
Replace insert(make_pair()) with emplace() 5 years ago
Jeff Becker 8d96c0945e
Merge remote-tracking branch 'origin/staging' into staging 5 years ago
Jeff Becker 90507337ce
compute number of connected routers 5 years ago
Michael a00d6afc5e
Convert llarp_buffer_t to be a class with methods 5 years ago
Jeff Becker b5a1637224
make shared lib compile 5 years ago
Jeff Becker 1d958d95de
* make rpc compile right
* make link sessions introspectable
* make utp write buffers fully flush each tick
5 years ago
Michael 048fa83c39
Finish replacement of Router with AbstractRouter 5 years ago
Jeff Becker 24de7f052a
make outbound port configurable on runtime 5 years ago
Jeff 555711b70d
Merge pull request #303 from michael-loki/no_new
Replace usage of new/delete with unique_ptr/stack allocation
5 years ago
Jeff Becker 46222df421
refactor 5 years ago
Michael 67b5d48095
Replace usage of new/delete with unique_ptr/stack allocation 5 years ago
Jeff Becker e1522faeaa
add introspection rpc endpoint 5 years ago
Jeff Becker 2f656de767
take in public-ip as parameter in addition to public-address 5 years ago
Michael 729cd045f1
Convert llarp::Router into an abstract base class 5 years ago
Jeff Becker b7b346cc7c
make it compile 5 years ago
Jeff Becker 00eede9160
Merge remote-tracking branch 'origin/staging' into staging 5 years ago
Michael f3b0af9d2f
Create CopyableBuffer type 5 years ago
Michael 2de621b0ad
Disable copy constructing llarp_buffer_t 5 years ago
Jeff Becker c31c8ce889
Merge remote-tracking branch 'origin/staging' into staging 5 years ago
Ryan Tharp 70a7481ab7
Merge pull request #245 from majestrate/abyss_rpc_update
update libabyss rpc endpoints for service nodes
5 years ago
Ryan Tharp f20ac0f6e9
Merge branch 'staging' into crypto_interface 5 years ago
Ryan Tharp 07f536efad
Merge pull request #249 from majestrate/enable-xi
enable exit info serialization
5 years ago
Jeff Becker 88285de3af
save new onion key 5 years ago
Jeff Becker fd507e4194
fix hop selection and disable onion key rotation 5 years ago
Ryan Tharp e94a7b88e7 fix typo in log message 5 years ago
Ryan Tharp 2ac41a226f delay autodetection to ev 5 years ago
Jeff Becker 4406ef9c9c
enable xi serialization 5 years ago
Jeff Becker 18c4107ff6
* wire up jsonrpc caller for lokid integration
* add jsonrpc caller http basic auth
5 years ago
Michael f24f554a01
Convert llarp::Crypto into an abstract base class 5 years ago
Jeff Becker e164970b00
make format 5 years ago
Jeff Becker 7bc0b5f82b
try addressing issue #233 5 years ago
Jeff 832ad942aa
Merge pull request #237 from despair86/dev
separate header and implementation
5 years ago
Jeff Becker cbfbdc506d
Merge branch 'staging' of ssh://github.com/loki-project/loki-network into staging 5 years ago
Rick V 3232a98b2c
clang-format, include <iterator>, fix size_type casts for ILP32 and LLP64 data models 5 years ago
Ryan Tharp 31f196a6eb
Merge pull request #236 from michael-loki/dht_tests
Add test suites for dht bucket, kademlia and key
5 years ago
Jeff Becker da28fd9fab
apply lokid config section 5 years ago
Jeff Becker d89e58199a
add initial identity key seed stuff
add more kubernetes stuff

make shared library installed if built
5 years ago
Michael ccb5f6b696
Add tests for dht::TXOwnere 5 years ago
Ryan Tharp c4c9197586 address Michael's code review (remove std::make_pair) and add note 5 years ago
Ryan Tharp 2e4ad12a87 Merge branch 'staging' of https://github.com/loki-project/loki-network 5 years ago
Jeff Becker 41e8691702
make format 5 years ago
Jeff Becker 015e68df68
Merge branch 'staging' of ssh://github.com/loki-project/loki-network into staging 5 years ago
Ryan Tharp 1ba5b75082 Merge branch 'master' of https://github.com/neuroscr/loki-network 5 years ago
Michael da6cdfc0b2
More refactoring to continue to make dependency graph acylic 5 years ago