- 17 Aug, 2020 1 commit
-
-
Peter Rabbitson authored
-
- 29 Apr, 2020 5 commits
-
-
Louis Thibault authored
-
Louis Thibault authored
-
dependabot-preview[bot] authored
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.5.1 to 1.6.0. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/master/CHANGELOG.md) - [Commits](https://github.com/prometheus/client_golang/compare/v1.5.1...v1.6.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
Steven Allen authored
fixes a CPU issue when canceling find provider requests
-
Steven Allen authored
fixes a CPU issue when canceling find provider requests
-
- 28 Apr, 2020 4 commits
-
-
dependabot-preview[bot] authored
Bumps [go.uber.org/zap](https://github.com/uber-go/zap) from 1.14.1 to 1.15.0. - [Release notes](https://github.com/uber-go/zap/releases) - [Changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md) - [Commits](https://github.com/uber-go/zap/compare/v1.14.1...v1.15.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
Steven Allen authored
Removes any and all requirements on CGO. Previously, ipfs would fail to build if CGO wasn't explicitly disabled and no C compiler was available.
-
Steven Allen authored
fixes #7015
-
Marten Seemann authored
-
- 27 Apr, 2020 1 commit
-
-
Steven Allen authored
1. Update go-ipfs-config to fix default datastore. 2. Update TOC. 3. Update profiles list and indicate that badger isn't experimental.
-
- 26 Apr, 2020 2 commits
-
-
Steven Allen authored
Don't abort in Accept when a single relay connection aborts.
-
Steven Allen authored
fixes #7206
-
- 25 Apr, 2020 1 commit
-
-
Steven Allen authored
* Don't forget observed addresses from connected peers. * Avoid many possible identify protocol races. * Fix some dht events.
-
- 23 Apr, 2020 5 commits
-
-
Steven Allen authored
Ensure we send cancels when closing the session.
-
Steven Allen authored
-
Steven Allen authored
-
Steven Allen authored
fixes a small bug in query notifications that was causing a test to fail
-
Steven Allen authored
1. Increase broadcast timeout. 2. Fix use of sessions when pinning. This also includes some bitswap changes to reduce some memory allocations and optimize some hot spots.
-
- 22 Apr, 2020 1 commit
-
-
Steven Allen authored
More performance improvements.
-
- 21 Apr, 2020 2 commits
-
-
Will Scott authored
-
Steven Allen authored
Specifically: 1. Don't add peers with IPv6 addresses outside the 2000::/3 range to the WAN DHT. These peers are not on the public internet. 2. Do add these peers to the LAN DHT. Really, that's the "catch all other" DHT.
-
- 17 Apr, 2020 3 commits
-
-
Steven Allen authored
Another attempt to fix #7115.
-
Steven Allen authored
-
Marten Seemann authored
-
- 15 Apr, 2020 2 commits
-
-
Steven Allen authored
Reduces allocations
-
Steven Allen authored
1. Enable AutoNATService on _all_ nodes by default. If it's an issue, we can disable it in RC3 but this will give us the best testing results. 2. Expose options to configure AutoNAT rate limiting.
-
- 14 Apr, 2020 2 commits
-
-
Steven Allen authored
Remove some allocation hotspots
-
Steven Allen authored
-
- 11 Apr, 2020 1 commit
-
-
Steven Allen authored
Hopefully fixes the message queue bloat issue.
-
- 10 Apr, 2020 3 commits
-
-
Steven Allen authored
And remove retry logic. This was flatfs specific and we've moved the logic down into flatfs itself. This update: * Retries in more cases when we run out of file descriptors. * Ensures we don't leak temporary files on batch put.
-
Steven Allen authored
fixes #7115
-
Steven Allen authored
And only join the WAN DHT if we're publicly reachable.
-
- 09 Apr, 2020 1 commit
-
-
Steven Allen authored
* QUIC: update to a new protocol version * DHT: add some extra checks
-
- 08 Apr, 2020 6 commits
-
-
Peter Rabbitson authored
This still works over "loosely defined" .car files Please refer to the sharness tests for extra info We can tighten this up if the sentiment is "Postel was wrong"
-
Peter Rabbitson authored
-
Peter Rabbitson authored
-
Peter Rabbitson authored
-
Peter Rabbitson authored
-
Steven Allen authored
fixes https://github.com/ipfs/go-ipfs/issues/6986
-