- 08 Jan, 2020 1 commit
-
-
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>
-
- 16 Dec, 2019 1 commit
-
-
Steven Allen authored
update documentation for /ipfs -> /p2p multiaddr switch
-
- 14 Dec, 2019 6 commits
-
-
Steven Allen authored
-
Steven Allen authored
-
Steven Allen authored
See: https://github.com/libp2p/libp2p/issues/79
-
Steven Allen authored
* fixes #6434 * switches the default libp2p multiaddr format to /p2p/Qm...
-
Steven Allen authored
chore(dep): update a few deps
-
Steven Allen authored
-
- 13 Dec, 2019 3 commits
-
-
Steven Allen authored
IPNS over PubSub as an Independent Transport
-
Steven Allen authored
docs: add information on how to enable experiments
-
Steven Allen authored
Change Reporter to BandwidthCounter in IpfsNode
-