- 04 3月, 2018 8 次提交
-
-
License: MIT Signed-off-by:Jakub Sztandera <kubuxu@protonmail.ch>
由 Jakub Sztandera 提交于 -
Resolves https://github.com/ipfs/go-ipfs/issues/4761 License: MIT Signed-off-by:
Jakub Sztandera <kubuxu@protonmail.ch>
由 Jakub Sztandera 提交于 -
License: MIT Signed-off-by:Jakub Sztandera <kubuxu@protonmail.ch>
由 Jakub Sztandera 提交于 -
License: MIT Signed-off-by:Jakub Sztandera <kubuxu@protonmail.ch>
由 Jakub Sztandera 提交于 -
License: MIT Signed-off-by:Jakub Sztandera <kubuxu@protonmail.ch>
由 Jakub Sztandera 提交于 -
License: MIT Signed-off-by:Jakub Sztandera <kubuxu@protonmail.ch>
由 Jakub Sztandera 提交于 -
License: MIT Signed-off-by:Jakub Sztandera <kubuxu@protonmail.ch>
由 Jakub Sztandera 提交于 -
License: MIT Signed-off-by:Jakub Sztandera <kubuxu@protonmail.ch>
由 Jakub Sztandera 提交于
-
- 03 3月, 2018 1 次提交
-
-
Fix "PNetFingerpint" field typo of core.IpfsNode
由 Whyrusleeping 提交于
-
- 01 3月, 2018 1 次提交
-
-
License: MIT Signed-off-by:Jason Chang <ridewindx@163.com>
由 RideWindX 提交于
-
- 26 2月, 2018 2 次提交
-
-
remove a spurious debug message
由 Whyrusleeping 提交于 -
License: MIT Signed-off-by:Jeromy <jeromyj@gmail.com>
由 Jeromy 提交于
-
- 21 2月, 2018 5 次提交
-
-
update go-ipfs-cmds
由 Whyrusleeping 提交于 -
(it was causing go vet to complain) License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
cmd.Call no longer returns an error License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
* May fix #4670 * Fixes #4683 License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于
-
- 20 2月, 2018 1 次提交
-
-
Feat: Separate "path" from "path/resolver"
由 Whyrusleeping 提交于
-
- 16 2月, 2018 2 次提交
-
-
dont use bitswap session for cat just yet
由 Whyrusleeping 提交于 -
License: MIT Signed-off-by:Jeromy <jeromyj@gmail.com>
由 Jeromy 提交于
-
- 15 2月, 2018 14 次提交
-
-
Extract thirdparty/pq to go-ipfs-pq
由 Whyrusleeping 提交于 -
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>
由 Hector Sanjuan 提交于 -
Point briantigerchow/pubsub GoDep'ed module to the gx'ed version
由 Whyrusleeping 提交于 -
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 提交于 -
This removes briantigerchow/pubsub from Godeps and uses our gx'ed version instead. License: MIT Signed-off-by:Hector Sanjuan <hector@protocol.ai>
由 Hector Sanjuan 提交于 -
Ignore invalid key files in keystore directory.
由 Whyrusleeping 提交于 -
Add exchange.SessionExchange interface for exchanges that support sessions
由 Whyrusleeping 提交于 -
Extract blocks/blockstore package to go-ipfs-blockstore
由 Whyrusleeping 提交于 -
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 提交于 -
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>
由 Hector Sanjuan 提交于 -
License: MIT Signed-off-by:matrushka <barisgumustas@gmail.com>
由 matrushka 提交于 -
License: MIT Signed-off-by:matrushka <barisgumustas@gmail.com>
由 matrushka 提交于 -
License: MIT Signed-off-by:matrushka <barisgumustas@gmail.com>
由 matrushka 提交于 -
* 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>
由 matrushka 提交于
-
- 14 2月, 2018 3 次提交
-
-
Extract: routing package to github.com/ipfs/go-ipfs-routing
由 Whyrusleeping 提交于 -
update link to filestore experimental status
由 Whyrusleeping 提交于 -
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>
由 Hector Sanjuan 提交于
-
- 13 2月, 2018 3 次提交
-
-
Fix/win make
由 Whyrusleeping 提交于 -
License: MIT Signed-off-by:Dominic Della Valle <ddvpublic@gmail.com>
由 Dominic Della Valle 提交于 -
shutdown notifications engine when closing a bitswap session
由 Whyrusleeping 提交于
-