- 26 Mar, 2018 1 commit
-
-
Hector Sanjuan authored
License: MIT Signed-off-by:
Hector Sanjuan <hector@protocol.ai>
-
- 04 Mar, 2018 1 commit
-
-
Jakub Sztandera authored
License: MIT Signed-off-by:
Jakub Sztandera <kubuxu@protonmail.ch>
-
- 15 Feb, 2018 1 commit
-
-
Hector Sanjuan authored
This extracts the blocks/blockstore package and renames the blocks/blockstore/util package to /blocks/blockstoreutil (because util depends on Pin and I don't plan to extract Pin and its depedencies). The history of blocks/blockstore has been preserved. It has been gx'ed and imported. Imports have been rewritten accordingly and re-ordered. License: MIT Signed-off-by:
Hector Sanjuan <hector@protocol.ai>
-
- 13 Feb, 2018 1 commit
-
-
Hector Sanjuan authored
License: MIT Signed-off-by:
Hector Sanjuan <hector@protocol.ai>
-
- 04 Feb, 2018 1 commit
-
-
Łukasz Magiera authored
License: MIT Signed-off-by:
Łukasz Magiera <magik6k@gmail.com>
-
- 01 Feb, 2018 1 commit
-
-
Steven Allen authored
License: MIT Signed-off-by:
Steven Allen <steven@stebalien.com>
-
- 29 Jan, 2018 1 commit
-
-
Steven Allen authored
License: MIT Signed-off-by:
Steven Allen <steven@stebalien.com>
-
- 25 Jan, 2018 1 commit
-
-
Steven Allen authored
Also: * Update the blockstore/blockservice methods to match. * Construct a new temporary offline dag instead of having a GetOfflineLinkService method. License: MIT Signed-off-by:
Steven Allen <steven@stebalien.com>
-
- 24 Jan, 2018 1 commit
-
-
Steven Allen authored
License: MIT Signed-off-by:
Steven Allen <steven@stebalien.com>
-
- 14 Dec, 2017 1 commit
-
-
Steven Allen authored
License: MIT Signed-off-by:
Steven Allen <steven@stebalien.com>
-
- 02 Sep, 2017 1 commit
-
-
Steven Allen authored
License: MIT Signed-off-by:
Steven Allen <steven@stebalien.com>
-
- 09 Aug, 2017 1 commit
-
-
Jakub Sztandera authored
License: MIT Signed-off-by:
Jakub Sztandera <kubuxu@protonmail.ch>
-
- 12 Jul, 2017 1 commit
-
-
Jeromy authored
License: MIT Signed-off-by:
Jeromy <jeromyj@gmail.com>
-
- 04 Jul, 2017 1 commit
-
-
Łukasz Magiera authored
License: MIT Signed-off-by:
Łukasz Magiera <magik6k@gmail.com>
-
- 29 Jun, 2017 1 commit
-
-
Steven Allen authored
And updated related dependencies. License: MIT Signed-off-by:
Steven Allen <steven@stebalien.com>
-
- 31 May, 2017 1 commit
-
-
zramsay authored
License: MIT Signed-off-by:
Zach Ramsay <zach.ramsay@gmail.com>
-
- 20 Apr, 2017 1 commit
-
-
Jeromy authored
License: MIT Signed-off-by:
Jeromy <jeromyj@gmail.com>
-
- 20 Mar, 2017 1 commit
-
-
Kevin Atkinson authored
License: MIT Signed-off-by:
Kevin Atkinson <k@kevina.org>
-
- 06 Mar, 2017 4 commits
-
-
Kevin Atkinson authored
License: MIT Signed-off-by:
Kevin Atkinson <k@kevina.org>
-
Kevin Atkinson authored
Errors from ColoredSet are now reported as encountered and errors encountered when deleting blocks are no longer ignored. License: MIT Signed-off-by:
Kevin Atkinson <k@kevina.org> gc: report errors from ColoredSet as encountered License: MIT Signed-off-by:
Kevin Atkinson <k@kevina.org>
-
Kevin Atkinson authored
License: MIT Signed-off-by:
Kevin Atkinson <k@kevina.org>
-
Jeromy authored
License: MIT Signed-off-by:
Jeromy <why@ipfs.io>
-
- 02 Mar, 2017 1 commit
-
-
Kevin Atkinson authored
License: MIT Signed-off-by:
Kevin Atkinson <k@kevina.org>
-
- 12 Feb, 2017 1 commit
-
-
Jeromy authored
License: MIT Signed-off-by:
Jeromy <jeromyj@gmail.com>
-
- 29 Nov, 2016 1 commit
-
-
Jeromy authored
License: MIT Signed-off-by:
Jeromy <why@ipfs.io>
-
- 16 Nov, 2016 1 commit
-
-
Jeromy authored
License: MIT Signed-off-by:
Jeromy <why@ipfs.io>
-
- 25 Oct, 2016 1 commit
-
-
Jeromy authored
License: MIT Signed-off-by:
Jeromy <why@ipfs.io>
-
- 10 Oct, 2016 1 commit
-
-
Jeromy authored
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>
-
- 08 Oct, 2016 1 commit
-
-
Jeromy authored
License: MIT Signed-off-by:
Jeromy <why@ipfs.io>
-
- 06 Oct, 2016 4 commits
-
-
Kevin Atkinson authored
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 authored
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 authored
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>
-
Jeromy authored
License: MIT Signed-off-by:
Jeromy <why@ipfs.io>
-
- 09 Sep, 2016 1 commit
-
-
George Antoniadis authored
License: MIT Signed-off-by:
George Antoniadis <george@noodles.gr>
-
- 07 Sep, 2016 1 commit
-
-
Jeromy authored
License: MIT Signed-off-by:
Jeromy <why@ipfs.io>
-
- 26 Aug, 2016 1 commit
-
-
Jeromy authored
License: MIT Signed-off-by:
Jeromy <why@ipfs.io>
-
- 24 Jun, 2016 1 commit
-
-
Jakub Sztandera authored
* Update golog in go-ipfs License: MIT Signed-off-by:
Jakub Sztandera <kubuxu@protonmail.ch> * Update go-libp2p for go-log License: MIT Signed-off-by:
Jakub Sztandera <kubuxu@protonmail.ch> * Update go-libp2p-secio for go-log License: MIT Signed-off-by:
Jakub Sztandera <kubuxu@protonmail.ch> * Update go-libp2p-crypto for go-log License: MIT Signed-off-by:
Jakub Sztandera <kubuxu@protonmail.ch> * Update go-libp2p-peer for go-log License: MIT Signed-off-by:
Jakub Sztandera <kubuxu@protonmail.ch> * Import peersore, it wasn't imported License: MIT Signed-off-by:
Jakub Sztandera <kubuxu@protonmail.ch> * Update peerstore License: MIT Signed-off-by:
Jakub Sztandera <kubuxu@protonmail.ch> * Update peer License: MIT Signed-off-by:
Jakub Sztandera <kubuxu@protonmail.ch> * Update secio License: MIT Signed-off-by:
Jakub Sztandera <kubuxu@protonmail.ch> * Update go-libp2p License: MIT Signed-off-by:
Jakub Sztandera <kubuxu@protonmail.ch>
-
- 20 Jun, 2016 1 commit
-
-
Kevin Atkinson authored
Closes #2697. Closes #2698. License: MIT Signed-off-by:
Kevin Atkinson <k@kevina.org>
-
- 09 Jun, 2016 1 commit
-
-
Jakub Sztandera authored
https://github.com/ipfs/go-log/pull/3 License: MIT Signed-off-by:
Jakub Sztandera <kubuxu@protonmail.ch>
-
- 04 May, 2016 1 commit
-
-
Hector Sanjuan authored
License: MIT Signed-off-by:
Hector Sanjuan <code@hector.link>
-