- 23 3月, 2017 2 次提交
-
-
License: MIT Signed-off-by:Kevin Atkinson <k@kevina.org>
由 Kevin Atkinson 提交于 -
License: MIT Signed-off-by:Kevin Atkinson <k@kevina.org>
由 Kevin Atkinson 提交于
-
- 22 3月, 2017 13 次提交
-
-
License: MIT Signed-off-by:Kevin Atkinson <k@kevina.org>
由 Kevin Atkinson 提交于 -
License: MIT Signed-off-by:Kevin Atkinson <k@kevina.org>
由 Kevin Atkinson 提交于 -
License: MIT Signed-off-by:Kevin Atkinson <k@kevina.org>
由 Kevin Atkinson 提交于 -
License: MIT Signed-off-by:Kevin Atkinson <k@kevina.org>
由 Kevin Atkinson 提交于 -
License: MIT Signed-off-by:Kevin Atkinson <k@kevina.org>
由 Kevin Atkinson 提交于 -
License: MIT Signed-off-by:Kevin Atkinson <k@kevina.org>
由 Kevin Atkinson 提交于 -
License: MIT Signed-off-by:Kevin Atkinson <k@kevina.org>
由 Kevin Atkinson 提交于 -
License: MIT Signed-off-by:Kevin Atkinson <k@kevina.org>
由 Kevin Atkinson 提交于 -
License: MIT Signed-off-by:Kevin Atkinson <k@kevina.org>
由 Kevin Atkinson 提交于 -
update link to paper in dev.md
由 Jeromy Johnson 提交于 -
Core API refinements and efficiency improvements
由 Jeromy Johnson 提交于 -
License: MIT Signed-off-by:Jeromy <jeromyj@gmail.com>
由 Jeromy 提交于 -
More Robust GC
由 Jeromy Johnson 提交于
-
- 21 3月, 2017 4 次提交
-
-
test(commands): fix EOF failure with Multipart.Read
由 Jeromy Johnson 提交于 -
License: MIT Signed-off-by:hoenirvili <hoenirvili@gmail.com>
由 Giulitti Salvatore 提交于 -
commands: improve name and key helptexts
由 Jeromy Johnson 提交于 -
License: MIT Signed-off-by:Lars Gierth <larsg@systemli.org>
由 Lars Gierth 提交于
-
- 20 3月, 2017 1 次提交
-
-
License: MIT Signed-off-by:Kevin Atkinson <k@kevina.org>
由 Kevin Atkinson 提交于
-
- 19 3月, 2017 1 次提交
-
-
License: MIT Signed-off-by:Kevin Atkinson <k@kevina.org>
由 Kevin Atkinson 提交于
-
- 18 3月, 2017 3 次提交
-
-
docker: Automatically fix permissions
由 Jeromy Johnson 提交于 -
CHANGELOG: Fix config command for FilestoreEnabled .
由 Jeromy Johnson 提交于 -
License: MIT Signed-off-by:Jeff Thompson <jefft0@gmail.com>
由 Jeff Thompson 提交于
-
- 17 3月, 2017 2 次提交
-
-
The new coreiface.Path maps a path to the cid.Cid resulting from a full path resolution. The path is internally represented as a go-ipfs/path.Path, but that doesn't matter to the outside. Apart from the path-to-CID mapping, it also aims to hold all resolved segment CIDs of the path. Right now it only exposes Root(), and only for flat paths a la /ipfs/Qmfoo. In other cases, the root is nil. In the future, resolution will internally use go-ipfs/path.Resolver.ResolvePathComponents and thus always return the proper resolved segments, via Root(), or a future Segments() func. - Add coreiface.Path with Cid() and Root(). - Add CoreAPI.ResolvePath() for getting a coreiface.Path. - All functions now expect and return coreiface.Path. - Add ParsePath() and ParseCid() for constructing a coreiface.Path. - Add coreiface.Node and Link which are simply go-ipld-node.Node and Link. - Add CoreAPI.ResolveNode() for getting a Node from a Path. License: MIT Signed-off-by:Lars Gierth <larsg@systemli.org>
由 Lars Gierth 提交于 -
License: MIT Signed-off-by:Lars Gierth <larsg@systemli.org>
由 Lars Gierth 提交于
-
- 16 3月, 2017 4 次提交
-
-
make: readd the path check functionality
由 Jeromy Johnson 提交于 -
fix: remove bloom filter check on Put call in blockstore
由 Jeromy Johnson 提交于 -
License: MIT Signed-off-by:Jeromy <jeromyj@gmail.com>
由 Jeromy 提交于 -
License: MIT Signed-off-by:Jeromy <jeromyj@gmail.com>
由 Jeromy 提交于
-
- 15 3月, 2017 1 次提交
-
-
License: MIT Signed-off-by:Jakub Sztandera <kubuxu@protonmail.ch>
由 Jakub Sztandera 提交于
-
- 13 3月, 2017 1 次提交
-
-
To prevent put we need to have conclusive information if item is contained in the repo, bloom filter won't give this information. It only says if it is for sure not contained. License: MIT Signed-off-by:Jakub Sztandera <kubuxu@protonmail.ch>
由 Jakub Sztandera 提交于
-
- 11 3月, 2017 4 次提交
-
-
Ipfs 0.4.7-rc1, Changelog and version bump
由 Jeromy Johnson 提交于 -
make: fix build when symlinked into GOPATH
由 Jeromy Johnson 提交于 -
License: MIT Signed-off-by:Jeromy <jeromyj@gmail.com>
由 Jeromy 提交于 -
In workspace setups that have the source tree symlinked into GOPATH, the `go list `command wouldn't recognize that we're technically within GOPATH, because `pwd` doesn't look like it. For example /home/user/go/src/github.com/ipfs/go-ipfs => /home/user/go/ipfs/go-ipfs produces the import path _/home/user/ipfs/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-random/random which is not within GOPATH. We get around this by using fully-qualified import paths instead: starting in github.com/ipfs/go-ipfs/ instead of ./ License: MIT Signed-off-by:Lars Gierth <larsg@systemli.org>
由 Lars Gierth 提交于
-
- 10 3月, 2017 4 次提交
-
-
add: [Windows] Drive root parse fix
由 Jeromy Johnson 提交于 -
Add 80 columns mans tests
由 Jeromy Johnson 提交于 -
Add ipfs add --quieter
由 Jeromy Johnson 提交于 -
License: MIT Signed-off-by:Jakub Sztandera <kubuxu@protonmail.ch>
由 Jakub Sztandera 提交于
-