- 10 Sep, 2020 1 commit
-
-
Adin Schmahmann authored
fix: ipfs dht put/get commands now work on keys encoded as peerIDs and fail early for namespaces other than /pk or /ipns (cherry picked from commit ba1d2252)
-
- 30 Aug, 2020 1 commit
-
-
Adin Schmahmann authored
fix: ipfs dht put/get commands now work on keys encoded as peerIDs and fail early for namespaces other than /pk or /ipns
-
- 14 Apr, 2020 1 commit
-
-
Steven Allen authored
Then improve the tests such that they actually work.
-
- 13 Apr, 2020 1 commit
-
-
Steven Allen authored
-
- 06 Mar, 2020 1 commit
-
-
Steven Allen authored
Turns out that our CLI help text doesn't indicate whether or not a command takes a file.
-
- 14 Dec, 2019 1 commit
-
-
Steven Allen authored
-
- 05 Nov, 2019 2 commits
-
-
Steven Allen authored
Stdin can't have newlines, command-line arguments can't include null characters, DHT values can include both. This is a breaking change but this API has never worked anyways. fixes #5112
-
Steven Allen authored
fixes #6749
-
- 26 Jul, 2019 1 commit
-
-
Steven Allen authored
-
- 16 Jul, 2019 1 commit
-
-
Steven Allen authored
EnumerateChildrenAsync has been renamed to WalkParallel to reflect the fact that: 1. It visits the root. 2. It's parallel, not async. To mirror this change, EnumerateChildren has also been renamed to Walk and now behaves the same (except that it's not parallel).
-
- 01 Jun, 2019 1 commit
-
-
Raúl Kripalani authored
closes #6391 License: MIT Signed-off-by: Raúl Kripalani <raul@protocol.ai>
-
- 21 May, 2019 1 commit
-
-
Steven Allen authored
-
- 11 May, 2019 1 commit
-
-
Steven Allen authored
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
- 30 Apr, 2019 3 commits
-
-
Steven Allen authored
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Steven Allen authored
Otherwise, it seems that something is treating this as UTF8 and normalizing it? fix half of #3124 License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Steven Allen authored
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
- 05 Mar, 2019 2 commits
-
-
Jakub Sztandera authored
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
Steven Allen authored
1. They don't _have_ to be mutually exclusive. 2. local, mode, etc is _really_ confusing. License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
- 03 Mar, 2019 1 commit
-
-
ZenGround0 authored
-
- 01 Mar, 2019 2 commits
-
-
Steven Allen authored
This error has always been exposed as a value (visible with the `-v` flag) but we should also be returning it as a final error. fixes #6032 fixes #4611 License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Steven Allen authored
fixes #6028, fixes crash when writing after closing on flatfs. License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
- 27 Feb, 2019 2 commits
-
-
Steven Allen authored
Fixes the latest batch of bugs found in RC testing. License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Hector Sanjuan authored
License: MIT Signed-off-by: Hector Sanjuan <code@hector.link>
-
- 25 Feb, 2019 1 commit
-
-
Steven Allen authored
fixes #6021 License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
- 21 Feb, 2019 2 commits
-
-
Steven Allen authored
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Steven Allen authored
* go-bitswap: fix some race conditions. * go-libp2p-kad-dht: fix a goroutine leak. License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
- 19 Feb, 2019 1 commit
-
-
Steven Allen authored
* Updates go-ipfs-cmds to try to get the tests to pass on travis. * While we're at it, fix duplicate gx deps. License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
- 18 Feb, 2019 1 commit
-
-
Jakub Sztandera authored
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
- 14 Feb, 2019 1 commit
-
-
Steven Allen authored
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
- 11 Feb, 2019 1 commit
-
-
Steven Allen authored
fix compatibility issue with js-ipfs License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
- 08 Feb, 2019 1 commit
-
-
Steven Allen authored
Switch _back_ to the 0.4.18 style of peer IDs while we figure things out. See https://github.com/libp2p/specs/issues/138. License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
- 30 Jan, 2019 1 commit
-
-
Łukasz Magiera authored
License: MIT Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
-
- 23 Jan, 2019 2 commits
-
-
Steven Allen authored
Options are recorded using their *first* name. License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Łukasz Magiera authored
(and everything else...) License: MIT Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
-
- 10 Jan, 2019 1 commit
-
-
Hector Sanjuan authored
License: MIT Signed-off-by: Hector Sanjuan <hector@protocol.ai>
-
- 09 Jan, 2019 1 commit
-
-
Steven Allen authored
Importantly: * fixes a bunch of MFS bugs * pulls in some bitswap improvements License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
- 20 Dec, 2018 1 commit
-
-
Łukasz Magiera authored
License: MIT Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
-
- 18 Dec, 2018 1 commit
-
-
Steven Allen authored
fixes #3415 License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
- 13 Dec, 2018 1 commit
-
-
Steven Allen authored
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
- 07 Dec, 2018 1 commit
-
-
Steven Allen authored
Reverts the changes that allowed small keys (ed25519 keys) to be inlined. License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-