- 18 10月, 2016 1 次提交
-
-
License: MIT Signed-off-by:Jakub Sztandera <kubuxu@protonmail.ch>
由 Jakub Sztandera 提交于
-
- 17 10月, 2016 2 次提交
-
-
cli: refactor to expose argument parsing functionality
由 Jeromy Johnson 提交于 -
Turn merkledag.Node into an interface
由 Jeromy Johnson 提交于
-
- 16 10月, 2016 1 次提交
-
-
License: MIT Signed-off-by:Kevin Atkinson <k@kevina.org>
由 Kevin Atkinson 提交于
-
- 15 10月, 2016 1 次提交
-
-
readme: fix go get invocations
由 Jeromy Johnson 提交于
-
- 14 10月, 2016 2 次提交
-
-
License: MIT Signed-off-by:Jeromy <why@ipfs.io>
由 Jeromy 提交于 -
add test to be run to detect future regressions in pinsets
由 Jeromy Johnson 提交于
-
- 12 10月, 2016 5 次提交
-
-
License: MIT Signed-off-by:Jeromy <why@ipfs.io>
由 Jeromy 提交于 -
Also change existing 'Node' type to 'ProtoNode' and use that most everywhere for now. As we move forward with the integration we will try and use the Node interface in more places that we're currently using ProtoNode. License: MIT Signed-off-by:Jeromy <why@ipfs.io>
由 Jeromy 提交于 -
bitswap: protocol extension to handle cids
由 Jeromy Johnson 提交于 -
Create a write-through block service
由 Jeromy Johnson 提交于 -
License: MIT Signed-off-by:Jeromy <why@ipfs.io>
由 Jeromy 提交于
-
- 11 10月, 2016 4 次提交
-
-
License: MIT Signed-off-by:Jakub Sztandera <kubuxu@protonmail.ch>
由 Jakub Sztandera 提交于 -
License: MIT Signed-off-by:Jakub Sztandera <kubuxu@protonmail.ch>
由 Jakub Sztandera 提交于 -
Create a block service where all writes are guaranteed to go though to the blockstore. License: MIT Signed-off-by:Kevin Atkinson <k@kevina.org>
由 Kevin Atkinson 提交于 -
License: MIT Signed-off-by:Kevin Atkinson <k@kevina.org>
由 Kevin Atkinson 提交于
-
- 10 10月, 2016 4 次提交
-
-
This change adds the /ipfs/bitswap/1.1.0 protocol. The new protocol adds a 'payload' field to the protobuf message and deprecates the existing 'blocks' field. The 'payload' field is an array of pairs of cid prefixes and block data. The cid prefixes are used to ensure the correct codecs and hash functions are used to handle the block on the receiving end. License: MIT Signed-off-by:Jeromy <why@ipfs.io>
由 Jeromy 提交于 -
bump dev version to 0.4.5
由 Jeromy Johnson 提交于 -
License: MIT Signed-off-by:Jeromy <why@ipfs.io>
由 Jeromy 提交于 -
The conquest of El Cid, Pt. 2
由 Jeromy Johnson 提交于
-
- 09 10月, 2016 1 次提交
-
-
fix bug in pinsets and add a stress test for the scenario
由 Jeromy Johnson 提交于
-
- 08 10月, 2016 2 次提交
-
-
License: MIT Signed-off-by:Jeromy <why@ipfs.io>
由 Jeromy 提交于 -
Add DAGService.GetLinks() method and use it in the GC and elsewhere.
由 Jeromy Johnson 提交于
-
- 07 10月, 2016 1 次提交
-
-
License: MIT Signed-off-by:Jeromy <why@ipfs.io>
由 Jeromy 提交于
-
- 06 10月, 2016 10 次提交
-
-
Author: Kevin Atkinson <k@kevina.org> Fix EnumerateChildren & hasChild to take a *cid.Cid instead of []*mdag.Link Author: Jeromy Johnson <why@ipfs.io> make FetchGraph use a cid pin: fix TestPinRecursiveFail License: MIT Signed-off-by:
Jeromy <why@ipfs.io> License: MIT Signed-off-by:
Kevin Atkinson <k@kevina.org>
由 Kevin Atkinson 提交于 -
Instead make LinkService a part of DAGService. The LinkService is now simply an interface that DAGService implements. Also provide a GetOfflineLinkService() method that the GC uses to get an offline instance. License: MIT Signed-off-by:Kevin Atkinson <k@kevina.org>
由 Kevin Atkinson 提交于 -
They didn't previously make sure the code was up-to-date. License: MIT Signed-off-by:Lars Gierth <larsg@systemli.org>
由 Lars Gierth 提交于 -
This method will use the (also new) LinkService if it is available to retrieving just the links for a MerkleDAG without necessary having to retrieve the underlying block. For now the main benefit is that the pinner will not break when a block becomes invalid due to a change in the backing file. This is possible because the metadata for a block (that includes the Links) is stored separately and thus always available even if the backing file changes. License: MIT Signed-off-by:Kevin Atkinson <k@kevina.org>
由 Kevin Atkinson 提交于 -
Switched from using a map to an array since the bounds are small and fixed. This should save us some significant time and on accesses License: MIT Signed-off-by:Jeromy <why@ipfs.io>
由 Jeromy 提交于 -
License: MIT Signed-off-by:Jeromy <why@ipfs.io>
由 Jeromy 提交于 -
License: MIT Signed-off-by:Jeromy <why@ipfs.io>
由 Jeromy 提交于 -
update to libp2p 4.0.1 and propogate other changes
由 Jeromy Johnson 提交于 -
License: MIT Signed-off-by:Jeromy <why@ipfs.io>
由 Jeromy 提交于 -
contribute.md: fix broken link to 'ammending commits' doc.
由 Jeromy Johnson 提交于
-
- 04 10月, 2016 2 次提交
-
-
License: MIT Signed-off-by:Hector Sanjuan <code@hector.link>
由 Hector Sanjuan 提交于 -
Add test for 'ipfs config replace'
由 Jeromy Johnson 提交于
-
- 03 10月, 2016 1 次提交
-
-
Don't drop error in readStreamedJson.
由 Jeromy Johnson 提交于
-
- 01 10月, 2016 2 次提交
-
-
add experimental dht client mode flag
由 Jeromy Johnson 提交于 -
Add a very basic many to many pubsub
由 Jeromy Johnson 提交于
-
- 30 9月, 2016 1 次提交
-
-
License: MIT Signed-off-by:Jeromy <why@ipfs.io>
由 Jeromy 提交于
-