storj/pkg/pb
Cameron f5c115596e filter out excluded nodes when repairing (#426)
* add filter field into OverlayOptions message

* chooseFiltered method, add excluded parameter in populate method

* change excluded type to []dht.NodeID in ChooseFiltered, change comment

* change name filter to excluded_nodes in proto

* implement helper function contains

* delete ChooseFiltered and add its functionality into Choose method to keep original author's history, add excluded argument into Choose calls

* regenerate mock_client.go

* regenerate protobuf

* update test case to use new IDFromString function

* remove old kademlia test code
2018-10-15 13:42:36 -04:00
..
datarepair.pb.go Method to identify injured segments to repair (#398) 2018-10-09 12:09:33 -04:00
datarepair.proto ensure that protobuffer package and go_package are separate (#369) 2018-09-21 21:48:54 +03:00
gen.go Flatten proto definitions into a single package (#360) 2018-09-18 07:39:06 +03:00
meta.pb.go Cleanups related to transport (#475) 2018-10-15 15:04:21 +03:00
meta.proto Clean up last segment handling (#408) 2018-10-03 16:05:40 +03:00
overlay.pb.go filter out excluded nodes when repairing (#426) 2018-10-15 13:42:36 -04:00
overlay.proto filter out excluded nodes when repairing (#426) 2018-10-15 13:42:36 -04:00
piecestore.pb.go Satellite signature generation (#453) 2018-10-11 16:35:55 +02:00
piecestore.pb.mock.go Flatten proto definitions into a single package (#360) 2018-09-18 07:39:06 +03:00
piecestore.proto Satellite signature generation (#453) 2018-10-11 16:35:55 +02:00
pointerdb.pb.go Method to identify injured segments to repair (#398) 2018-10-09 12:09:33 -04:00
pointerdb.proto Method to identify injured segments to repair (#398) 2018-10-09 12:09:33 -04:00