- 06 3月, 2018 1 次提交
-
-
License: MIT Signed-off-by:Jeromy <jeromyj@gmail.com>
由 Jeromy 提交于
-
- 05 3月, 2018 7 次提交
-
-
fix race in TestWantlistClearsOnCancel
由 Whyrusleeping 提交于 -
Disallow usage of unsafe hashes for reading and adding content
由 Whyrusleeping 提交于 -
fix pubsub pub reading stdin args
由 Whyrusleeping 提交于 -
License: MIT Signed-off-by:Jeromy <jeromyj@gmail.com>
由 Jeromy 提交于 -
License: MIT Signed-off-by:Jakub Sztandera <kubuxu@protonmail.ch>
由 Jakub Sztandera 提交于 -
License: MIT Signed-off-by:Jakub Sztandera <kubuxu@protonmail.ch>
由 Jakub Sztandera 提交于 -
make files stat --with-local return immediately when no data is present
由 Whyrusleeping 提交于
-
- 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 7 次提交
-
-
fixes #4726 License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
License: MIT Signed-off-by:Michael Muré <batolettre@gmail.com>
由 Michael Muré 提交于 -
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 10 次提交
-
-
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 提交于
-