storj/pkg/piecestore/psserver
Bill Thorp c598ed034d kad.FindNear fix (#1320)
We realized that the Kademlia FindNear() function was

1. not using XOR distance (AKA _totally broken_)
2. largely a duplicate of the RoutingTable FindNear() function

Changes in this PR:

1. upgraded RoutingTable FindNear() to use iterator and restrictions
2. removed unneeded RoutingTable interface
3. made Kademlia wrap methods that were previously accessed via RoutingTable
4. fixed the tests
2019-02-15 22:23:35 -05:00
..
agreementsender pkg/transport: require tls configuration for dialing (#1286) 2019-02-11 13:17:32 +02:00
psdb Separate garbage collect logic from psdb (#1167) 2019-01-29 17:41:01 +02:00
bucket_refresher.go updates copyright 2018 to 2019 (#1133) 2019-01-24 15:15:10 -05:00
collector.go Separate garbage collect logic from psdb (#1167) 2019-01-29 17:41:01 +02:00
config.go Separate garbage collect logic from psdb (#1167) 2019-01-29 17:41:01 +02:00
readerwriter_test.go updates copyright 2018 to 2019 (#1133) 2019-01-24 15:15:10 -05:00
readerwriter.go storage node cert cache (#1226) 2019-02-05 12:57:56 -05:00
retrieve.go Fix EOF error on audits (storage node) (#1208) 2019-02-01 10:57:11 -07:00
server_test.go pkg/transport: require tls configuration for dialing (#1286) 2019-02-11 13:17:32 +02:00
server.go kad.FindNear fix (#1320) 2019-02-15 22:23:35 -05:00
store.go Separate garbage collect logic from psdb (#1167) 2019-01-29 17:41:01 +02:00