- 15 Feb, 2020 1 commit
-
-
Steven Allen authored
fixes https://github.com/ipfs/go-ipfs/issues/6885
-
- 16 Dec, 2019 1 commit
-
-
Adin Schmahmann authored
Support Async Datastores
-
- 05 Dec, 2019 1 commit
-
-
Adin Schmahmann authored
-
- 03 Dec, 2019 1 commit
-
-
Adin Schmahmann authored
update datastore interface to support asynchronous writes to datastores. add datastore Sync during pinner.Flush()
-
- 02 Dec, 2019 2 commits
-
-
Steven Allen authored
-
Steven Allen authored
-
- 20 Nov, 2019 2 commits
-
-
Michael Muré authored
-
Michael Muré authored
-
- 19 Nov, 2019 1 commit
-
-
Michael Muré authored
-
- 18 Nov, 2019 3 commits
-
-
Michael Muré authored
-
Michael Muré authored
-
Michael Muré authored
-
- 08 Oct, 2019 1 commit
-
-
Steven Allen authored
Otherwise, we could abort while fetching the graph and stay in a state where the direct pin is removed. fixes #4650
-
- 23 Sep, 2019 1 commit
-
-
Steven Allen authored
We were pining Y then removing the pin for X. When X == Y, we'd remove the new pin. fixes #6648
-
- 26 Jul, 2019 1 commit
-
-
Steven Allen authored
-
- 22 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).
-
- 06 Jun, 2019 1 commit
-
-
Steven Allen authored
Not sure why this didn't show up sooner. fixes #6418
-
- 09 May, 2019 1 commit
-
-
Steven Allen authored
We do this _just_ to make the error nicer but it's really slow. Additionally, we do it while holding the pin lock, blocking all other pin operations. fixes #6295 License: MIT Signed-off-by:
Steven Allen <steven@stebalien.com>
-
- 30 Apr, 2019 1 commit
-
-
Steven Allen authored
We were canceling the context in `GarbageCollect` but some functions call `GC` directly. Move the context cancelation down to where we actually _need_ it. fixes #6279 License: MIT Signed-off-by:
Steven Allen <steven@stebalien.com>
-
- 29 Mar, 2019 1 commit
-
-
Steven Allen authored
Most of these are probably harmless but a few looked like they might actually be bugs. Most of them are just faulty tests. License: MIT Signed-off-by:
Steven Allen <steven@stebalien.com>
-
- 21 Mar, 2019 1 commit
-
-
Steven Allen authored
Events: 1. User triggers a GC. 2. User aborts the GC. 3. We fail to delete a block when the output channel is already full. This is really unlikely to happen in practice but it's still incorrect. Could be related to #6107 License: MIT Signed-off-by:
Steven Allen <steven@stebalien.com>
-
- 05 Mar, 2019 1 commit
-
-
Jakub Sztandera authored
License: MIT Signed-off-by:
Jakub Sztandera <kubuxu@protonmail.ch>
-
- 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>
-
- 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>
-
- 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>
-
- 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>
-
- 23 Jan, 2019 1 commit
-
-
Łukasz Magiera authored
(and everything else...) License: MIT Signed-off-by:
Łukasz Magiera <magik6k@gmail.com>
-
- 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>
-
- 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>
-
- 28 Nov, 2018 1 commit
-
-
Kevin Atkinson authored
License: MIT Signed-off-by:
Kevin Atkinson <k@kevina.org>
-
- 16 Nov, 2018 1 commit
-
-
hannahhoward authored
License: MIT Signed-off-by:
hannahhoward <hannah@hannahhoward.net>
-
- 03 Nov, 2018 1 commit
-
-
Steven Allen authored
fixes #5709 License: MIT Signed-off-by:
Steven Allen <steven@stebalien.com>
-
- 02 Nov, 2018 1 commit
-
-
Steven Allen authored
(might as well do this at the same time) License: MIT Signed-off-by:
Steven Allen <steven@stebalien.com>
-
- 29 Oct, 2018 1 commit
-
-
Hector Sanjuan authored
License: MIT Signed-off-by:
Hector Sanjuan <hector@protocol.ai>
-
- 24 Oct, 2018 2 commits
-
-
Steven Allen authored
(fixes a panic due to a race) License: MIT Signed-off-by:
Steven Allen <steven@stebalien.com>
-
Steven Allen authored
License: MIT Signed-off-by:
Steven Allen <steven@stebalien.com>
-