storj/pkg/kademlia
Bryan White 249244536a
CSR Service (part 2): cert signing rpc (#950)
* CSR Service:

+ implement certificate sign rpc method
+ implement certificate signer client/server
+ refactor `AuthorizationDB#Create`
+ refactor `NewTestIdentity`
+ add `AuthorizationDB#Claim`
+ add `Token#Equal`
+ fix `Authorizations#Marshal` when marshaling identities and certificates
+ tweak `Authorization#String` format
+ cert debugging improvements (jsondiff)
+ receive context arg in `NewTestIdentity`
+ misc. fixes
2019-01-02 12:39:17 -05:00
..
config.go kademlia: remove a redundant argument (#951) 2019-01-02 12:57:06 +02:00
kademlia_test.go CSR Service (part 2): cert signing rpc (#950) 2019-01-02 12:39:17 -05:00
kademlia.go kademlia: remove a redundant argument (#951) 2019-01-02 12:57:06 +02:00
lookup_test.go Faster tests (#834) 2018-12-12 16:05:47 +02:00
peer_discovery_test.go Fix queue implementation (#758) 2018-12-04 17:46:53 +02:00
peer_discovery.go Add the ability for Kademlia to do a refresh for each bucket (#908) 2018-12-20 16:45:06 -05:00
replacement_cache_test.go Fix import groupings (#739) 2018-11-30 15:40:13 +02:00
replacement_cache.go preparing for use of customtype gogo extension with NodeID type (#693) 2018-11-29 19:39:27 +01:00
routing_helpers_test.go datarepair: remove unneeded debug message (#839) 2018-12-12 17:39:16 +02:00
routing_helpers.go Add the ability for Kademlia to do a refresh for each bucket (#908) 2018-12-20 16:45:06 -05:00
routing_test.go Add the ability for Kademlia to do a refresh for each bucket (#908) 2018-12-20 16:45:06 -05:00
routing.go Node lifecycle hooks (#920) 2018-12-21 21:51:42 -07:00