- 20 Feb, 2018 1 commit
-
-
Whyrusleeping authored
Feat: Separate "path" from "path/resolver"
-
- 16 Feb, 2018 2 commits
-
-
Whyrusleeping authored
dont use bitswap session for cat just yet
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
-
- 15 Feb, 2018 14 commits
-
-
Whyrusleeping authored
Extract thirdparty/pq to go-ipfs-pq
-
Hector Sanjuan authored
Currently the "path" module does two very different things: * Defines how ipfs paths look like and provides tools to parse/split etc. * Provides a resolver to resolve paths. This moves the resolver stuff to `path/resolver` and leaves the path utilities in `path`. The result is that now the IPFS `path` package just defines what a path looks like and becomes a module that can be exported/re-used without problems. Currently there are circular dependency cycles (resolve_test -> merkledag/utils, merkledag->path), which the prevent the export of merkledag itself. License: MIT Signed-off-by: Hector Sanjuan <hector@protocol.ai>
-
Whyrusleeping authored
Point briantigerchow/pubsub GoDep'ed module to the gx'ed version
-
Hector Sanjuan authored
This moves the `thirdparty/pq` package to https://github.com/ipfs/go-ipfs-pq . History has been retained. The new package has been gx'ed and published. Imports have been updated accordingly. License: MIT Signed-off-by: Hector Sanjuan <hector@protocol.ai>
-
Hector Sanjuan authored
This removes briantigerchow/pubsub from Godeps and uses our gx'ed version instead. License: MIT Signed-off-by: Hector Sanjuan <hector@protocol.ai>
-
Whyrusleeping authored
Ignore invalid key files in keystore directory.
-
Whyrusleeping authored
Add exchange.SessionExchange interface for exchanges that support sessions
-
Whyrusleeping authored
Extract blocks/blockstore package to go-ipfs-blockstore
-
Hector Sanjuan authored
Blockservice has an explicit dependency on bitswap so it can call NewSession. It should rely on the exchange interfaces though, not on specific implementations. License: MIT Signed-off-by: Hector Sanjuan <hector@protocol.ai>
-
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>
-
matrushka authored
License: MIT Signed-off-by: matrushka <barisgumustas@gmail.com>
-
matrushka authored
License: MIT Signed-off-by: matrushka <barisgumustas@gmail.com>
-
matrushka authored
License: MIT Signed-off-by: matrushka <barisgumustas@gmail.com>
-
matrushka authored
* Has calls the validateName function before checking if we have the file * List filters the returned list of file names by validateName. License: MIT Signed-off-by: matrushka <barisgumustas@gmail.com>
-
- 14 Feb, 2018 3 commits
-
-
Whyrusleeping authored
Extract: routing package to github.com/ipfs/go-ipfs-routing
-
Whyrusleeping authored
update link to filestore experimental status
-
Hector Sanjuan authored
This extracts the routing package to its own repository (https://github.com/ipfs/go-ipfs-routing). History has been preserved. The new module has been gx'ed and published. Imports have been rewritten and re-ordered accordingly. An internal dependency to go-ipfs/repo has been removed by substituting it with the go-datastore.Batching interface. License: MIT Signed-off-by: Hector Sanjuan <hector@protocol.ai>
-
- 13 Feb, 2018 14 commits
-
-
Whyrusleeping authored
Fix/win make
-
Dominic Della Valle authored
License: MIT Signed-off-by: Dominic Della Valle <ddvpublic@gmail.com>
-
Whyrusleeping authored
shutdown notifications engine when closing a bitswap session
-
Whyrusleeping authored
Extract: flags, delay, ds-help
-
Whyrusleeping authored
Fix: ipns_test: missing go-detect-race rewrite
-
Whyrusleeping authored
Doc: golint-ify pin package
-
Hector Sanjuan authored
License: MIT Signed-off-by: Hector Sanjuan <hector@protocol.ai>
-
Hector Sanjuan authored
License: MIT Signed-off-by: Hector Sanjuan <hector@protocol.ai>
-
Hector Sanjuan authored
License: MIT Signed-off-by: Hector Sanjuan <hector@protocol.ai>
-
Hector Sanjuan authored
Per @magik6k comments. License: MIT Signed-off-by: Hector Sanjuan <hector@protocol.ai>
-
Whyrusleeping authored
Fix mulitaddr typo
-
Whyrusleeping authored
Doc: golint-ify path package.
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
-
Steven Allen authored
Before, we weren't using a pointer so we were throwing away the update. License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
- 12 Feb, 2018 6 commits
-
-
Hector Sanjuan authored
License: MIT Signed-off-by: Hector Sanjuan <hector@protocol.ai>
-
Hector Sanjuan authored
It has been moved to its own repository: * github.com/ipfs/go-ipfs-ds-help History has been preserved. It has been published with gx. Imports have been updated and re-ordered accordingly. License: MIT Signed-off-by: Hector Sanjuan <hector@protocol.ai>
-
Hector Sanjuan authored
They have been moved to their own repositories: * github.com/ipfs/go-ipfs-delay * github.com/ipfs/go-ipfs-flags History has been preserved. They have been published with gx'ed. Imports have been updated and re-ordered accordingly. License: MIT Signed-off-by: Hector Sanjuan <hector@protocol.ai>
-
Hector Sanjuan authored
This removes all go-lint warnings in the path package. License: MIT Signed-off-by: Hector Sanjuan <hector@protocol.ai>
-
Whyrusleeping authored
Doc: golint-ify routing module
-
Whyrusleeping authored
Extract go-detect-race from Godeps
-