- 23 Aug, 2015 4 commits
-
-
rht authored
License: MIT Signed-off-by: rht <rhtbot@gmail.com>
-
rht authored
License: MIT Signed-off-by: rht <rhtbot@gmail.com>
-
Juan Benet authored
Notify when daemon is ready
-
Juan Benet authored
Refactor ipfs get
-
- 21 Aug, 2015 2 commits
-
-
Juan Benet authored
t0042: fix test indentation
-
Christian Couder authored
License: MIT Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
-
- 20 Aug, 2015 4 commits
-
-
Juan Benet authored
fix master: make vendor
-
Juan Batiz-Benet authored
blame: @whyrusleeping on ed4274c9 License: MIT Signed-off-by: Juan Batiz-Benet <juan@benet.ai>
-
rht authored
License: MIT Signed-off-by: rht <rhtbot@gmail.com>
-
rht authored
License: MIT Signed-off-by: rht <rhtbot@gmail.com>
-
- 19 Aug, 2015 3 commits
-
-
Juan Benet authored
gateway: make IPNSHostname work on responses too
-
Juan Benet authored
Add test for readonly gateway api sanitation
-
Juan Benet authored
bump development version
-
- 18 Aug, 2015 1 commit
-
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
-
- 17 Aug, 2015 7 commits
-
-
Lars Gierth authored
IPNSHostnameOption() touches the URL path only on the way in, but not on the way out. This commit makes it complete by touching the following URLs in responses: - Heading, file links, back links in directory listings - Redirecting /foo to /foo/ if there's an index.html link - Omit Suborigin header License: MIT Signed-off-by: Lars Gierth <larsg@systemli.org>
-
Lars Gierth authored
License: MIT Signed-off-by: Lars Gierth <larsg@systemli.org>
-
rht authored
License: MIT Signed-off-by: rht <rhtbot@gmail.com>
-
Juan Benet authored
implement a basic DAG diffing algorithm
-
Juan Benet authored
use correct context for dht notifs
-
Juan Benet authored
Readonly gateway API fix
-
Juan Benet authored
Add router that does nothing for bitswap_wo_routing test
-
- 16 Aug, 2015 3 commits
-
-
Karthik Bala authored
License: MIT Signed-off-by: Karthik Bala <karthikbala444@gmail.com>
-
rht authored
License: MIT Signed-off-by: rht <rhtbot@gmail.com>
-
rht authored
License: MIT Signed-off-by: rht <rhtbot@gmail.com>
-
- 15 Aug, 2015 4 commits
-
-
Juan Benet authored
Add readonly api to gateway
-
rht authored
Based on https://github.com/ipfs/go-ipfs/pull/1389 License: MIT Signed-off-by: rht <rhtbot@gmail.com>
-
Juan Benet authored
blockservice.New doesnt need to return an error
-
Juan Benet authored
Default config: listen on IPv6 for the swarm address
-
- 14 Aug, 2015 3 commits
-
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
-
Juan Benet authored
Config: allow to set maps on null value
-
Juan Benet authored
dont put newlines in refs json output
-
- 13 Aug, 2015 4 commits
-
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
-
rht authored
Also, now, if ipfs config foo.bar has value of anything that is not map (0, "0", 0.1), then ipfs config foo.bar.baz now returns an error instead of a panic License: MIT Signed-off-by: rht <rhtbot@gmail.com>
-
Stephan Seidt authored
This adds a failing for the case described in #1561 License: MIT Signed-off-by: Stephan Seidt <evilhackerdude@gmail.com>
-
rht authored
License: MIT Signed-off-by: rht <rhtbot@gmail.com>
-
- 12 Aug, 2015 3 commits
-
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
-
Juan Benet authored
cmds/add: use dagutils.Editor, like patch
-
Juan Batiz-Benet authored
This changes the pin behavior. It uses the filenames given through the api, and allows files to be streamed faltly (not a hierarchy), which is easier for other things (like vinyl in node-ipfs-api land). Files can also be entirely out of order, and the garbage intermediate directories will not be pinned (gc-ed later). The changes also mean the output of add has changed slightly-- it no longer shows the local path added, but rather the dag path relative to the added roots. This is a small difference, but changes tests. The dagutils.Editor creates a lot of chaff (intermediate objects) along the way. Wonder how we might minimize the writes to the datastore... This commit also removes the "NilRepo()" part of the --only-hash mode. We need to store at least in an in-mem repo/datastore because otherwise the dagutils.Editor breaks. License: MIT Signed-off-by: Juan Batiz-Benet <juan@benet.ai>
-
- 11 Aug, 2015 2 commits
-
-
Jeromy Johnson authored
Feat/real rabin
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
-