storj/pkg/kademlia
Dennis Coyle 783f055417 create db directory if it does not exist (#439)
* create db directory if it does not exist

* linter fix

* pass db path in from config

* change mkdir to mkdirAll

* windows love

* PR comments

* changing the path

* change the config default to $CONFDIR/kademlia
2018-10-08 16:37:52 -04:00
..
bucket_test.go Testcoverage kademlia (#154) 2018-08-02 14:36:57 -04:00
bucket.go Flatten proto definitions into a single package (#360) 2018-09-18 07:39:06 +03:00
config.go create db directory if it does not exist (#439) 2018-10-08 16:37:52 -04:00
kademlia_test.go create db directory if it does not exist (#439) 2018-10-08 16:37:52 -04:00
kademlia.go create db directory if it does not exist (#439) 2018-10-08 16:37:52 -04:00
queue_test.go Remove BKAD dependency from pkg/kademlia (#294) 2018-10-08 11:09:37 -04:00
queue.go Remove BKAD dependency from pkg/kademlia (#294) 2018-10-08 11:09:37 -04:00
replacement_cache_test.go Flatten proto definitions into a single package (#360) 2018-09-18 07:39:06 +03:00
replacement_cache.go Flatten proto definitions into a single package (#360) 2018-09-18 07:39:06 +03:00
routing_helpers_test.go routing table driven tests (#357) 2018-09-19 14:37:28 -04:00
routing_helpers.go Remove BKAD dependency from pkg/kademlia (#294) 2018-10-08 11:09:37 -04:00
routing_test.go Remove BKAD dependency from pkg/kademlia (#294) 2018-10-08 11:09:37 -04:00
routing.go Remove BKAD dependency from pkg/kademlia (#294) 2018-10-08 11:09:37 -04:00
test_utils.go Flatten proto definitions into a single package (#360) 2018-09-18 07:39:06 +03:00
workers_test.go Remove BKAD dependency from pkg/kademlia (#294) 2018-10-08 11:09:37 -04:00
workers.go Remove BKAD dependency from pkg/kademlia (#294) 2018-10-08 11:09:37 -04:00