- 17 Jan, 2020 1 commit
-
-
Marcin Rataj authored
This adds interop/regression tests against ipfs-webui repo. License: MIT Signed-off-by: Marcin Rataj <lidel@lidel.org>
-
- 13 Jan, 2020 2 commits
-
-
Steven Allen authored
chore: remove github auto assign
-
Steven Allen authored
This was supposed to auto-assign reviewers to new PRs. However, it's really not all that helpful in practice.
-
- 10 Jan, 2020 4 commits
-
-
Steven Allen authored
fix(badgerds): turn off sync writes by default
-
Steven Allen authored
gateway cleanups
-
Steven Allen authored
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Steven Allen authored
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
- 09 Jan, 2020 1 commit
-
-
Steven Allen authored
We already do this in the datastore _profile_, but we should do this in the plugin as well. I'm pretty sure this makes absolutely no difference.
-
- 08 Jan, 2020 3 commits
-
-
Steven Allen authored
make it possible to change the codec with the `ipfs cid` subcommand
-
Steven Allen authored
This will be useful when testing `refs local, `repo gc`, and `repo verify` commands once we store blocks by multihash instead of by CID. At that point, these commands will return raw v1 CIDs as the blockstore won't actually remember the codec used to store the block. Flags choice: * Ideally, we'd use the `-f, --format` flags like every other command but we're already using `-f` (format) for the format string. * Alternatively, I'd like to use `-c`. However, we're using _that_ for a global `--config` flag (bit of a waste given that it doesn't work...). `--codec` will have to do for now.
-
Steven Allen authored
-
- 06 Jan, 2020 10 commits
-
-
Steven Allen authored
improve gateway symlink handling
-
Steven Allen authored
-
Steven Allen authored
-
Steven Allen authored
-
Steven Allen authored
-
Steven Allen authored
We should be _resolving_ symlinks (sometimes, still need to figure out when to do this WRT IPNS). However, that's a larger feature.
-
Steven Allen authored
1. Require files to have known sizes. We can add support for unknown sizes _later_ but we can't use ServeContent for those files. 2. Replace the `sizeReadSeeker` with a `lazySeeker`. This one makes no assumptions about how it's used so we're less likely to run into weird bugs.
-
Steven Allen authored
-
Steven Allen authored
-
Steven Allen authored
Fixes symlink sizes.
-
- 03 Jan, 2020 2 commits
-
-
Steven Allen authored
feat: update go-ds-badger to use async writes by default.
-
Steven Allen authored
Go-ipfs now manually calls "sync" on the underlying datastore after adding data. We can now write asynchronously and sync once at the end.
-
- 30 Dec, 2019 1 commit
-
-
Steven Allen authored
Inclusion of the presence of the go-ipfs package in Solus
-
- 29 Dec, 2019 1 commit
-
-
- 27 Dec, 2019 1 commit
-
-
Steven Allen authored
Fix Typos
-
- 25 Dec, 2019 1 commit
-
-
flowed authored
-
- 23 Dec, 2019 7 commits
-
-
Steven Allen authored
Sharness macos no brainer fixes
-
Peter Rabbitson authored
-
Peter Rabbitson authored
Without reflecting this in the tests we do not actually shut down correctly during cleanup
-
Peter Rabbitson authored
Some did actually prevent proper test shutdown
-
Peter Rabbitson authored
Set this to '1' if you are doing local dev and have redirects in go.mod
-
Peter Rabbitson authored
Docker on a mac might be available, but may not be runnng. The way the original test was written is linux-specific anyway, so just hoist the check into the DOCKER declaration
-
Peter Rabbitson authored
54b1969c correctly switched from nc to socat, but did not account for it not being as widely available. Adjust tests that depend on it with the correct message. There are also a number of comments pertaining to nc - they were not adjusted.
-
- 19 Dec, 2019 2 commits
-
-
Steven Allen authored
Support Asynchronous Datastores
-
Adin Schmahmann authored
-
- 17 Dec, 2019 4 commits
-
-
Steven Allen authored
fix: limit SW registration to content root
-
Steven Allen authored
chore(dep): update go-libp2p
-
Steven Allen authored
* Fixes a panic on close/write race in the websocket transport (https://github.com/libp2p/go-libp2p-kad-dht/pull/422) * Fixes recursive resolution of dnsaddrs (for bootstrapping).
-
Marcin Rataj authored
Introduces hardening proposed in: https://github.com/ipfs/go-ipfs/issues/4025#issuecomment-342250616 License: MIT Signed-off-by: Marcin Rataj <lidel@lidel.org>
-