- 07 Jan, 2015 14 commits
-
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
kept bin in place
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
ipfs object learned stat
-
Juan Batiz-Benet authored
'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 authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
ipfs block stat cmd
-
Juan Batiz-Benet authored
Ignore debug profile files in .gitignore
-
Juan Batiz-Benet authored
-
Matt Bell authored
-
Juan Batiz-Benet authored
Command channel output
-
- 06 Jan, 2015 26 commits
-
-
Matt Bell authored
-
Matt Bell authored
-
Matt Bell authored
-
Matt Bell authored
-
Matt Bell authored
core/commands: Don't use pointers for Type field
-
Matt Bell authored
-
Matt Bell authored
-
Matt Bell authored
-
Matt Bell authored
-
Matt Bell authored
-
Matt Bell authored
-
Matt Bell authored
-
Matt Bell authored
-
Matt Bell authored
-
Matt Bell authored
-
Matt Bell authored
core/commands: Refactored command marshalers
-
Juan Batiz-Benet authored
I made the commands lib dir listing sort the contents so we get the same sequence of files from it repeatably.
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
sharness test: ipfs add -r
-
Christian Couder authored
License: MIT Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
-
Christian Couder authored
License: MIT Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
-
Juan Batiz-Benet authored
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 authored
Implement recursive indirect block creation for DAGs
-
Jeromy authored
improve efficiency of multilayered indirect blocks clean up tests panic cleanup clean up logic, improve readability add final root node to the dagservice upon creation importer: simplified dag generation test: updated hashes using latest code @whyrusleeping this is why the sharness tests were failing: the hashes are added manually to make sure our generation doesn't change. cleanup after CR fix merkledag tests fix small block generation (no subblocks!)
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-