Commit Graph

318 Commits (2dfb53ef13e8fca51e4ec0a5153f10b76a6d7ce0)

Author SHA1 Message Date
Jeff Becker 2dfb53ef13
prevent deadlock 5 years ago
Jeff Becker 32ecf64c57
fix testnet 5 years ago
Jeff 4c4f3faf83
Merge pull request #284 from michael-loki/abstract_router
Convert llarp::Router into an abstract base class
5 years ago
Jeff d10ddd7afd Merge remote-tracking branch 'github/staging' into staging 5 years ago
Jeff Becker 90e45a810a
limit number of concurrent dht lookups from dns to 4 5 years ago
Jeff Becker f84256d554
* lower lookup timeout for introsets
* correct previous commit for dns stuff
* allow for multiple parallel introset lookups
5 years ago
Jeff Becker b40055181d
lower path build timeout to 15s
tweak various dns stuff
5 years ago
Michael 729cd045f1
Convert llarp::Router into an abstract base class 5 years ago
Ryan Tharp 5769e5c716
Merge pull request #259 from michael-loki/more_dht_tests
More dht tests
5 years ago
Ryan Tharp 8614911e17
Merge pull request #278 from majestrate/staging
lower utp fragment size by 512 bytes
5 years ago
Ryan Tharp 6446074881
Merge pull request #267 from michael-loki/abseil
Import abseil LTS 20181200
5 years ago
Michael b1213c7a7c
Tests for dht::TagLookup 5 years ago
Jeff Becker a953b34a45
fix crash 5 years ago
Ryan Tharp 4bf4faa956 make format 5 years ago
Ryan Tharp fefb012bf8 fix llvm 3.8 5 years ago
Michael 6055829df4
Remove tl::optional and use absl::optional always 5 years ago
Michael 7ca3e13e78
Rename to ManagedBuffer 5 years ago
Michael f3b0af9d2f
Create CopyableBuffer type 5 years ago
Michael 2de621b0ad
Disable copy constructing llarp_buffer_t 5 years ago
Ryan Tharp c3bf68b502
Merge branch 'staging' into dht_tests 5 years ago
Ryan Tharp f20ac0f6e9
Merge branch 'staging' into crypto_interface 5 years ago
Jeff Becker f1cf63fce7
add initial localhost.loki handling in dns 5 years ago
Michael f24f554a01
Convert llarp::Crypto into an abstract base class 6 years ago
Michael 40449df0f1
Split classes out of dht::Context 6 years ago
Jeff Becker e164970b00
make format 6 years ago
Jeff 832ad942aa
Merge pull request #237 from despair86/dev
separate header and implementation
6 years ago
Jeff Becker cbfbdc506d
Merge branch 'staging' of ssh://github.com/loki-project/loki-network into staging 6 years ago
Rick V ac639ce2b9
clang-format 6 years ago
Rick V 3232a98b2c
clang-format, include <iterator>, fix size_type casts for ILP32 and LLP64 data models 6 years ago
Ryan Tharp 31f196a6eb
Merge pull request #236 from michael-loki/dht_tests
Add test suites for dht bucket, kademlia and key
6 years ago
Jeff Becker 465a3d3e43
redo ini parser 6 years ago
Michael 7296ebcbe8
Tidy dht code 6 years ago
Ryan Tharp 332336060c Always have a key early (even if no key file set) so you don't regen keys twice 6 years ago
Jeff Becker 41e8691702
make format 6 years ago
Ryan Tharp 1ba5b75082 Merge branch 'master' of https://github.com/neuroscr/loki-network 6 years ago
Ryan Tharp c24751f3c1 Jeff approved workaround to read Keyfile early so Name() can be correct during set up/configuration 6 years ago
Ryan Tharp dc1bd9acb4 include notes on closing braces 6 years ago
Michael da6cdfc0b2
More refactoring to continue to make dependency graph acylic 6 years ago
Michael 6e38e85a79
Produce hierarchy of 'libraries' inside libllarp 6 years ago
Michael 79157414f3
Split crypto.hpp into 3 different files 6 years ago
Michael 04e0fe3ad7
Move crypto code to a subdirectory 6 years ago
Michael a3463120cc
Move net components into a distinct folder 6 years ago
Michael 081d4dfa32
Reorganise source into more folders 6 years ago
Michael fa2b466ffe
Reorganise tests to mirror source layout 6 years ago
Michael e5eda0fb8f
Move lokinet unspecific components to a util/ library 6 years ago
Michael df4fd0ef56
Fix some low hanging performance issues 6 years ago
Michael 516466f5be
Mark more AlignedBuffer constructors as explicit 6 years ago
Michael ea19093a20
Remove const byte* conversion operators from llarp::AlignedBuffer 6 years ago
Michael 1410d0a0cf
Remove byte* conversion operators from llarp::AlignedBuffer 6 years ago
Michael 58364a01c8
Remove array conversion operators from llarp::AlignedBuffer 6 years ago