- 06 Jan, 2015 28 commits
-
-
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
-
Juan Batiz-Benet authored
blockservice async exchange.HasBlock
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
bootstrap add --default option
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
this commit: * moves parsing of bootstrap peers into config * moves location of bootstrap addrs into core/commands * refactor `*BootstrapPeer -> BootstrapPeer
-
- 05 Jan, 2015 12 commits
-
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
sharness bootstrap rm
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
if a test is cancelled, unmount may not run. then, must run umount before mounting, just to make sure.
-
Juan Batiz-Benet authored
sharness tests should not bootstrap to the dht. it may be useful to test that specifically, but not on the other tests.
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
feat(dht) Bootstrap
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
use dht bootstrap. there is an edge case where the dht is tiny (1?) and we have 0 bootstrap peers. we should probably _inform_ the user, but this may be more a webui or command thing.
-
Juan Batiz-Benet authored
This also makes it an Error to find a peer.
-
Juan Batiz-Benet authored
-
Brian Tiger Chow authored
to test jenkins License: MIT Signed-off-by: Brian Tiger Chow <brian@perfmode.com>
-