- 23 8月, 2015 5 次提交
-
-
License: MIT Signed-off-by:rht <rhtbot@gmail.com>
由 rht 提交于 -
License: MIT Signed-off-by:rht <rhtbot@gmail.com>
由 rht 提交于 -
License: MIT Signed-off-by:rht <rhtbot@gmail.com>
由 rht 提交于 -
Notify when daemon is ready
由 Juan Benet 提交于 -
Refactor ipfs get
由 Juan Benet 提交于
-
- 21 8月, 2015 2 次提交
-
-
t0042: fix test indentation
由 Juan Benet 提交于 -
License: MIT Signed-off-by:Christian Couder <chriscool@tuxfamily.org>
由 Christian Couder 提交于
-
- 20 8月, 2015 4 次提交
-
-
fix master: make vendor
由 Juan Benet 提交于 -
blame: @whyrusleeping on ed4274c9 License: MIT Signed-off-by:
Juan Batiz-Benet <juan@benet.ai>
由 Juan Batiz-Benet 提交于 -
License: MIT Signed-off-by:rht <rhtbot@gmail.com>
由 rht 提交于 -
License: MIT Signed-off-by:rht <rhtbot@gmail.com>
由 rht 提交于
-
- 19 8月, 2015 3 次提交
-
-
gateway: make IPNSHostname work on responses too
由 Juan Benet 提交于 -
Add test for readonly gateway api sanitation
由 Juan Benet 提交于 -
bump development version
由 Juan Benet 提交于
-
- 18 8月, 2015 1 次提交
-
-
License: MIT Signed-off-by:Jeromy <jeromyj@gmail.com>
由 Jeromy 提交于
-
- 17 8月, 2015 7 次提交
-
-
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 提交于 -
License: MIT Signed-off-by:Lars Gierth <larsg@systemli.org>
由 Lars Gierth 提交于 -
License: MIT Signed-off-by:rht <rhtbot@gmail.com>
由 rht 提交于 -
implement a basic DAG diffing algorithm
由 Juan Benet 提交于 -
use correct context for dht notifs
由 Juan Benet 提交于 -
Readonly gateway API fix
由 Juan Benet 提交于 -
Add router that does nothing for bitswap_wo_routing test
由 Juan Benet 提交于
-
- 16 8月, 2015 3 次提交
-
-
License: MIT Signed-off-by:Karthik Bala <karthikbala444@gmail.com>
由 Karthik Bala 提交于 -
License: MIT Signed-off-by:rht <rhtbot@gmail.com>
由 rht 提交于 -
License: MIT Signed-off-by:rht <rhtbot@gmail.com>
由 rht 提交于
-
- 15 8月, 2015 4 次提交
-
-
Add readonly api to gateway
由 Juan Benet 提交于 -
Based on https://github.com/ipfs/go-ipfs/pull/1389 License: MIT Signed-off-by:
rht <rhtbot@gmail.com>
由 rht 提交于 -
blockservice.New doesnt need to return an error
由 Juan Benet 提交于 -
Default config: listen on IPv6 for the swarm address
由 Juan Benet 提交于
-
- 14 8月, 2015 3 次提交
-
-
License: MIT Signed-off-by:Jeromy <jeromyj@gmail.com>
由 Jeromy 提交于 -
Config: allow to set maps on null value
由 Juan Benet 提交于 -
dont put newlines in refs json output
由 Juan Benet 提交于
-
- 13 8月, 2015 4 次提交
-
-
License: MIT Signed-off-by:Jeromy <jeromyj@gmail.com>
由 Jeromy 提交于 -
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>
由 rht 提交于 -
This adds a failing for the case described in #1561 License: MIT Signed-off-by:Stephan Seidt <evilhackerdude@gmail.com>
由 Stephan Seidt 提交于 -
License: MIT Signed-off-by:rht <rhtbot@gmail.com>
由 rht 提交于
-
- 12 8月, 2015 3 次提交
-
-
License: MIT Signed-off-by:Jeromy <jeromyj@gmail.com>
由 Jeromy 提交于 -
cmds/add: use dagutils.Editor, like patch
由 Juan Benet 提交于 -
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>
由 Juan Batiz-Benet 提交于
-
- 11 8月, 2015 1 次提交
-
-
Feat/real rabin
由 Jeromy Johnson 提交于
-