- 14 May, 2021 2 commits
-
-
tavit ohanian authored
-
tavit ohanian authored
-
- 07 May, 2021 1 commit
-
-
Lucas Molas authored
-
- 06 May, 2021 4 commits
-
-
Lucas Molas authored
-
Lucas Molas authored
-
Lucas Molas authored
-
Lucas Molas authored
-
- 21 Apr, 2021 1 commit
-
-
Steven Allen authored
correct file size for raw node
-
- 16 Apr, 2021 2 commits
-
-
Cory Schwartz authored
-
Cory Schwartz authored
-
- 04 May, 2020 1 commit
-
-
Hector Sanjuan authored
-
- 27 Apr, 2020 1 commit
-
-
Hector Sanjuan authored
-
- 07 Feb, 2020 2 commits
-
-
Steven Allen authored
fix: fix a panic when deleting
-
Steven Allen authored
If we try deleting a bunch of files _before_ reading them, we'll panic because they haven't been loaded. This works around that by using the _link_ directly when the child hasn't been loaded. fixes https://github.com/ipfs/go-ipfs/issues/6860
-
- 06 Jan, 2020 2 commits
-
-
Steven Allen authored
fix(dagreader): remove a buggy workaround for a gateway issue
-
Steven Allen authored
Including the offset.
-
- 04 Jan, 2020 1 commit
-
-
Steven Allen authored
We had a hack that "pretended" seeking worked when it didn't as go's HTTP library uses seeks to determine the file size. However, 1. I'm changing the gateway to actually rely on seeking working as specified. 2. We don't even need this hack. The gateway performs two types of seeks (unless a range query is passed): 1. It seeks to the beginning. We can always shortcut this. 2. It seeks to the end. The gateway now has a special "lazy" seeker to avoid seeking until we actually try to _read_. Therefore, we don't need a hack for that either.
-
- 26 Sep, 2019 2 commits
-
-
Steven Allen authored
fix: correctly handle symlink file sizes
-
Steven Allen authored
The file size of a symlink is the symlink data.
-
- 19 Sep, 2019 1 commit
-
-
Steven Allen authored
-
- 26 Jul, 2019 2 commits
-
-
Steven Allen authored
fix: return the correct error from RemoveChild
-
Steven Allen authored
-
- 25 Jul, 2019 2 commits
-
-
Steven Allen authored
update the the last go-merkledag
-
Michael Muré authored
-
- 11 Jul, 2019 4 commits
-
-
Steven Allen authored
fix: enumerate children
-
Steven Allen authored
-
Steven Allen authored
-
Steven Allen authored
renamed to walk parallel as: 1. It also visited the root. 2. It walked in parallel and wasn't async.
-
- 12 Jun, 2019 2 commits
-
-
Hector Sanjuan authored
Update deps
-
Hector Sanjuan authored
This bubbles the libp2p core refactor
-
- 24 May, 2019 2 commits
-
-
Hector Sanjuan authored
-
Hector Sanjuan authored
-
- 20 May, 2019 1 commit
-
-
Steven Allen authored
-
- 17 May, 2019 1 commit
-
-
Steven Allen authored
chore: remove URL field
-
- 16 May, 2019 1 commit
-
-
Steven Allen authored
We now just use the AbsPath field for both URLs and file paths.
-
- 26 Apr, 2019 2 commits
-
-
Steven Allen authored
dep: update murmur3
-
Steven Allen authored
-
- 22 Mar, 2019 1 commit
-
-
Steven Allen authored
-
- 20 Mar, 2019 1 commit
-
-
Steven Allen authored
-
- 16 Mar, 2019 1 commit
-
-
Steven Allen authored
-