kubo/core
Juan Batiz-Benet 6b2795338f ipfs object has learned stat
'ipfs object stat' is a plumbing command to print DAG
node statistics. <key> is a base58 encoded multihash.
It outputs to stdout:

  NumLinks        int number of links in link table
  BlockSize       int size of the raw, encoded data
  LinksSize       int size of the links segment
  DataSize        int size of the data segment
  CumulativeSize  int cumulative size of object and references
2015-01-07 02:31:29 -08:00
..
commands ipfs object has learned stat 2015-01-07 02:31:29 -08:00
daemon transitioned ipfs2 -> ipfs 2014-11-18 06:15:00 -08:00
.gitignore ignore testdb 2014-07-05 15:04:04 -07:00
bootstrap_test.go introducing p2p pkg 2015-01-02 08:46:45 -08:00
bootstrap.go bootstrap: only dht bootstrap with live conns 2015-01-06 10:10:20 -08:00
core_test.go peer change: peer.Peer -> peer.ID 2014-12-23 08:33:32 -08:00
core.go core: rearranged initialization a bit 2015-01-04 00:47:27 -08:00
datastore.go refactor(mdag, bserv, bs) mocks, etc. 2014-12-13 05:17:16 -08:00
mock.go core/mock: use mock routing 2015-01-05 00:16:53 -08:00