Jeff Becker
|
6c5a015f4f
|
unconditional reply
|
2019-02-23 12:22:34 -05:00 |
|
Jeff Becker
|
1694337cab
|
ONLY CHECK FOR ACTIVE DHT NODES
|
2019-02-23 11:46:29 -05:00 |
|
Jeff Becker
|
482dce28bd
|
make it work
|
2019-02-22 14:04:47 -05:00 |
|
Michael
|
13a9f65520
|
Fully define interface for dht::Context
|
2019-02-22 15:08:08 +00:00 |
|
Michael
|
a00d6afc5e
|
Convert llarp_buffer_t to be a class with methods
|
2019-02-17 13:09:48 +00:00 |
|
Michael
|
048fa83c39
|
Finish replacement of Router with AbstractRouter
|
2019-02-14 22:31:31 +00:00 |
|
Jeff Becker
|
46222df421
|
refactor
|
2019-02-11 12:14:43 -05:00 |
|
Jeff Becker
|
66753430ad
|
fix it
|
2019-02-08 16:29:56 -05:00 |
|
Jeff Becker
|
e1522faeaa
|
add introspection rpc endpoint
|
2019-02-08 14:43:25 -05:00 |
|
Jeff Becker
|
e24b595191
|
more dht fixing, only pick the most up to date entity for reply
|
2019-02-08 08:42:12 -05:00 |
|
Jeff Becker
|
d7f715c632
|
don't send more than 1 introset in reply
|
2019-02-08 08:21:55 -05:00 |
|
Jeff
|
f0dc5f2b48
|
unbreak build
|
2019-02-07 18:04:28 -05:00 |
|
Jeff
|
0f777d822b
|
Merge branch 'staging' of ssh://github.com/majestrate/loki-network into staging
|
2019-02-07 17:49:29 -05:00 |
|
Jeff
|
ba8313e57e
|
limit replies on introset lookup, pick newest
|
2019-02-07 17:48:41 -05:00 |
|
Michael
|
729cd045f1
|
Convert llarp::Router into an abstract base class
|
2019-02-06 09:59:47 +00:00 |
|
Michael
|
1ba6507a2f
|
Tests for dht::ServiceAddressLookup
|
2019-02-05 21:35:46 +00:00 |
|
Michael
|
b1213c7a7c
|
Tests for dht::TagLookup
|
2019-02-05 21:18:38 +00:00 |
|
Ryan Tharp
|
4bf4faa956
|
make format
|
2019-02-04 16:41:33 -08:00 |
|
Michael
|
f3b0af9d2f
|
Create CopyableBuffer type
|
2019-02-02 23:21:35 +00:00 |
|
Michael
|
2de621b0ad
|
Disable copy constructing llarp_buffer_t
|
2019-02-01 01:58:13 +00:00 |
|
Ryan Tharp
|
c3bf68b502
|
Merge branch 'staging' into dht_tests
|
2019-01-29 13:59:54 -08:00 |
|
Michael
|
f24f554a01
|
Convert llarp::Crypto into an abstract base class
|
2019-01-26 15:40:58 +00:00 |
|
Michael
|
1f95f1e78f
|
More unit tests of dht internals
|
2019-01-26 00:40:40 +00:00 |
|
Michael
|
3f320009d7
|
Introduce abstract class for dht::Context
|
2019-01-26 00:40:40 +00:00 |
|
Michael
|
40449df0f1
|
Split classes out of dht::Context
|
2019-01-26 00:40:40 +00:00 |
|
Michael
|
ccb5f6b696
|
Add tests for dht::TXOwnere
|
2019-01-19 18:16:40 +00:00 |
|
Michael
|
2d395cc3f9
|
Move code to correct home
|
2019-01-19 18:16:10 +00:00 |
|
Michael
|
550669e318
|
Fix typo in class name
|
2019-01-19 13:54:50 +00:00 |
|
Michael
|
80bd41916e
|
More tidying of dht code
|
2019-01-19 13:49:15 +00:00 |
|
Michael
|
03d56c1591
|
Add test suites for dht bucket, kademlia and key
|
2019-01-19 01:41:14 +00:00 |
|
Michael
|
7296ebcbe8
|
Tidy dht code
|
2019-01-19 01:41:14 +00:00 |
|
Michael
|
da6cdfc0b2
|
More refactoring to continue to make dependency graph acylic
|
2019-01-15 23:15:44 +00:00 |
|
Michael
|
6e38e85a79
|
Produce hierarchy of 'libraries' inside libllarp
|
2019-01-15 23:15:43 +00:00 |
|
Michael
|
79157414f3
|
Split crypto.hpp into 3 different files
|
2019-01-13 16:32:51 +00:00 |
|
Michael
|
04e0fe3ad7
|
Move crypto code to a subdirectory
|
2019-01-13 15:06:16 +00:00 |
|
Michael
|
081d4dfa32
|
Reorganise source into more folders
|
2019-01-11 01:19:49 +00:00 |
|
Michael
|
e5eda0fb8f
|
Move lokinet unspecific components to a util/ library
|
2019-01-10 20:07:24 +00:00 |
|
Michael
|
167d5aca6d
|
Add test suite for bencode
|
2019-01-10 17:43:33 +00:00 |
|
Michael
|
516466f5be
|
Mark more AlignedBuffer constructors as explicit
|
2019-01-02 01:04:08 +00:00 |
|
Michael
|
ea19093a20
|
Remove const byte* conversion operators from llarp::AlignedBuffer
|
2019-01-02 01:04:04 +00:00 |
|
Michael
|
58364a01c8
|
Remove array conversion operators from llarp::AlignedBuffer
|
2019-01-02 01:04:01 +00:00 |
|
Michael
|
334161c9bb
|
Remove data() conversions from llarp::AlignedBuffer
|
2019-01-02 01:03:53 +00:00 |
|
Michael
|
8f053106e6
|
Add tests for llarp::dht::Key_t
|
2018-12-30 18:56:34 +00:00 |
|
Jeff Becker
|
49c898ed92
|
Merge remote-tracking branch 'origin/master' into staging
|
2018-12-26 11:27:11 -05:00 |
|
Jeff
|
4b2a1ea9f3
|
make format and attempt to fix #158
|
2018-12-23 08:29:11 -05:00 |
|
Jeff Becker
|
8c8172aeb1
|
Merge remote-tracking branch 'origin/master' into dev
|
2018-12-20 12:56:08 -05:00 |
|
Jeff Becker
|
3e37165749
|
Merge remote-tracking branch 'origin/master'
|
2018-12-20 12:23:01 -05:00 |
|
Jeff Becker
|
e7f5eeff51
|
use fewer allocations
|
2018-12-20 11:49:05 -05:00 |
|
Michael
|
037cb87523
|
Convert llarp::AlignedBuffer to be backed by std::array
|
2018-12-20 16:16:18 +00:00 |
|
Jeff Becker
|
6fc42dc7ad
|
fixes
|
2018-12-19 12:48:29 -05:00 |
|