storj/cmd
JT Olio 258d5fec44 Piecestore: demo week work (#82)
* piecestore: connect to kad

* piecestore: Linter errors

* piecestore: added pstore config command line utility

* piecestore: removed main.go, implement methods and structs

* piecestore: Import Cam's config code into piecestore-farmer

* piecestore: moving farmer to urfavecli

* piecestore: added create command

* piecestore: Removed old config, added server start code to cli

* piecestore: Get server code working

* piecestore: Changed default dir for storing piece store data; added ttl to config

* piecestore: Generate id; add bootstrap ip for kad

* piecestore: Separate kad port and server port

* piecestore: goimports

* piecestore: Removed print

* piecestore: use pkg/process

* piecestore: Better config file

* piecestore: base58 encode for id

* piecestore: base58 encode and clean up cli

* piecestore: Typo

* piecestore: removed unnecessary variable

* piecestore: Fixed more typos

* piecestore: Place data in a directory based on nodeid

* piecestore: base58 encode instead

* piecestore: Add dependency to go.mod

* piecestore: Fix typo in rpc server start; clear data on failed piece upload
2018-06-12 11:03:45 -04:00
..
minio minio/netstate/piecestore: integrate with pkg/process for telemetry reporting (#65) 2018-06-01 10:07:58 -04:00
netstate Mutex/auth grpc (#50) 2018-06-04 09:45:07 -07:00
overlay port changes (#80) 2018-06-07 10:15:57 -04:00
piecestore-cli piece store accept data when size isn't specified (#72) 2018-06-04 17:30:42 -04:00
piecestore-farmer Piecestore: demo week work (#82) 2018-06-12 11:03:45 -04:00