storj/pkg/kademlia
Egon Elbre 5d0816430f
rename all the things (#2531)
* rename pkg/linksharing to linksharing
* rename pkg/httpserver to linksharing/httpserver
* rename pkg/eestream to uplink/eestream
* rename pkg/stream to uplink/stream
* rename pkg/metainfo/kvmetainfo to uplink/metainfo/kvmetainfo
* rename pkg/auth/signing to pkg/signing
* rename pkg/storage to uplink/storage
* rename pkg/accounting to satellite/accounting
* rename pkg/audit to satellite/audit
* rename pkg/certdb to satellite/certdb
* rename pkg/discovery to satellite/discovery
* rename pkg/overlay to satellite/overlay
* rename pkg/datarepair to satellite/repair
2019-07-28 08:55:36 +03:00
..
kademliaclient Move kademlia dialer into separate package (#2466) 2019-07-10 10:36:37 -04:00
routinggraph Inspector draw routing table (#1732) 2019-04-22 11:34:11 +03:00
testrouting rename all the things (#2531) 2019-07-28 08:55:36 +03:00
antechamber_test.go Creates Routing Table Antechamber (#2318) 2019-07-01 17:20:19 -04:00
antechamber.go Routing table antechamber should expire old nodes that failed connection (#2387) 2019-07-01 23:20:12 -04:00
config.go Stylistic Go Cleanup (#2524) 2019-07-22 15:10:04 -04:00
endpoint.go kademlia: restrict maximum find near query (#2598) 2019-07-19 18:46:08 +02:00
inspector.go pkg/dht: remove (#2599) 2019-07-19 20:34:00 +03:00
kademlia_planet_test.go transport: separate dial from request timeouts (#1940) 2019-05-10 14:26:25 +03:00
kademlia_test.go rename all the things (#2531) 2019-07-28 08:55:36 +03:00
kademlia.go rename all the things (#2531) 2019-07-28 08:55:36 +03:00
lookup_test.go discovery: remove graveyard (#2145) 2019-06-07 08:40:51 +03:00
merge_test.go Enable planet Merging test (#1281) 2019-02-08 22:35:59 +02:00
peer_discovery_test.go pkg/kademlia: clean up peer discovery (#2252) 2019-06-26 16:16:46 +03:00
peer_discovery.go Stylistic Go Cleanup (#2524) 2019-07-22 15:10:04 -04:00
replacement_cache_test.go kademlia/routing: add contexts to more places so monkit works (#2188) 2019-06-13 16:51:50 +02:00
replacement_cache.go Routing table tests (#1270) 2019-02-22 13:39:29 -05:00
routing_helpers_test.go rename all the things (#2531) 2019-07-28 08:55:36 +03:00
routing_helpers.go Routing table antechamber should expire old nodes that failed connection (#2387) 2019-07-01 23:20:12 -04:00
routing_integration_helpers_test.go pkg/dht: remove (#2599) 2019-07-19 20:34:00 +03:00
routing_integration_test.go pkg/dht: remove (#2599) 2019-07-19 20:34:00 +03:00
routing_test.go internal/testrand: new package for random data (#2282) 2019-06-26 13:38:51 +03:00
routing.go rename all the things (#2531) 2019-07-28 08:55:36 +03:00
utils_test.go Stylistic Go Cleanup (#2524) 2019-07-22 15:10:04 -04:00
utils.go Replace list calls with iterates in kademlia routing table (#1318) 2019-02-26 11:07:53 -05:00