- 07 1月, 2015 17 次提交
-
-
由 Juan Batiz-Benet 提交于
-
test reorg
由 Juan Batiz-Benet 提交于 -
由 Juan Batiz-Benet 提交于
-
由 Juan Batiz-Benet 提交于
-
由 Juan Batiz-Benet 提交于
-
由 Juan Batiz-Benet 提交于
-
kept bin in place
由 Juan Batiz-Benet 提交于 -
由 Juan Batiz-Benet 提交于
-
ipfs object learned stat
由 Juan Batiz-Benet 提交于 -
'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
由 Juan Batiz-Benet 提交于 -
由 Juan Batiz-Benet 提交于
-
由 Juan Batiz-Benet 提交于
-
ipfs block stat cmd
由 Juan Batiz-Benet 提交于 -
Ignore debug profile files in .gitignore
由 Juan Batiz-Benet 提交于 -
由 Juan Batiz-Benet 提交于
-
由 Matt Bell 提交于
-
Command channel output
由 Juan Batiz-Benet 提交于
-
- 06 1月, 2015 23 次提交
-
-
由 Matt Bell 提交于
-
由 Matt Bell 提交于
-
由 Matt Bell 提交于
-
由 Matt Bell 提交于
-
core/commands: Don't use pointers for Type field
由 Matt Bell 提交于 -
由 Matt Bell 提交于
-
由 Matt Bell 提交于
-
由 Matt Bell 提交于
-
由 Matt Bell 提交于
-
由 Matt Bell 提交于
-
由 Matt Bell 提交于
-
由 Matt Bell 提交于
-
由 Matt Bell 提交于
-
由 Matt Bell 提交于
-
由 Matt Bell 提交于
-
core/commands: Refactored command marshalers
由 Matt Bell 提交于 -
I made the commands lib dir listing sort the contents so we get the same sequence of files from it repeatably.
由 Juan Batiz-Benet 提交于 -
由 Juan Batiz-Benet 提交于
-
sharness test: ipfs add -r
由 Juan Batiz-Benet 提交于 -
License: MIT Signed-off-by:Christian Couder <chriscool@tuxfamily.org>
由 Christian Couder 提交于 -
License: MIT Signed-off-by:Christian Couder <chriscool@tuxfamily.org>
由 Christian Couder 提交于 -
May not be necessary to sort when adding each link-- doing so would be unnecessarily expensive O(n^2) when constructing nodes -- though n wont be big.
由 Juan Batiz-Benet 提交于 -
Implement recursive indirect block creation for DAGs
由 Juan Batiz-Benet 提交于
-