- 07 Feb, 2019 1 commit
-
-
Steven Allen authored
-
- 06 Feb, 2019 1 commit
-
-
Hannah Howard authored
providers: don't add every connected node as a provider
-
- 05 Feb, 2019 5 commits
-
-
Steven Allen authored
We now do exactly what the comment is warning about: track peers providing keys.
-
Hannah Howard authored
refactor(GetBlocks): Merge session/non-session
-
hannahhoward authored
Make Bitswap GetBlocks just create a temporary session and use that code fix #52 fix #49
-
Hannah Howard authored
Feat: A more robust provider finder for sessions (for now) and soon for all bitswap
-
hannahhoward authored
Keep channels unblocked in cancelling request -- refactored to function. Also cancel find provider context as soon as it can be.
-
- 04 Feb, 2019 3 commits
-
-
hannahhoward authored
Make sure if all requestors cancel their request to find providers on a peer, the overall query gets cancelled
-
hannahhoward authored
-
hannahhoward authored
removed session id user completely from providerquerymanager
-
- 30 Jan, 2019 6 commits
-
-
hannahhoward authored
Removed a minor condition check that could fail in some cases just due to timing, but not a code issue
-
hannahhoward authored
Add debug logging for the provider query manager and make tests more reliable
-
hannahhoward authored
Integrate the ProviderQueryManager into the SessionPeerManager and bitswap in general re #52, re #49
-
hannahhoward authored
Add functionality to timeout find provider requests so they don't run forever
-
hannahhoward authored
Add a manger for querying providers on blocks, in charge of managing requests, deduping, and rate limiting
-
Hannah Howard authored
fix(tests): stabilize session tests
-
- 26 Jan, 2019 1 commit
-
-
hannahhoward authored
Improve stability of tests for Session and SessionPeerManager fix #61
-
- 23 Jan, 2019 2 commits
-
-
Steven Allen authored
-
Steven Allen authored
contexts: make sure to abort when a context is canceled
-
- 22 Jan, 2019 1 commit
-
-
Steven Allen authored
Also, buffer single-use channels we may walk away from. This was showing up (rarely) in a go-ipfs test.
-
- 11 Jan, 2019 3 commits
-
-
Hannah Howard authored
fix(sessions): explicitly connect found peers
-
hannahhoward authored
Remove sync.waitGroup in SessionPeerManager till it's needed
-
hannahhoward authored
-
- 10 Jan, 2019 1 commit
-
-
hannahhoward authored
when providers are found in a session, explicitly connect them so they get added to the peer manager fix #53
-
- 09 Jan, 2019 1 commit
-
-
Steven Allen authored
gx publish 1.1.20
-
- 04 Jan, 2019 1 commit
-
-
ZenGround0 authored
-
- 22 Dec, 2018 2 commits
-
-
Hannah Howard authored
Speed up sessions Round #1
-
hannahhoward authored
Encapsulate functions for readability, and move code for understanding
-
- 20 Dec, 2018 6 commits
-
-
hannahhoward authored
Move the job of splitting requests to its own package
-
hannahhoward authored
As soon as peers appear, consume all of the want budget
-
hannahhoward authored
Reduce duplicates through splits of requests
-
hannahhoward authored
Order optimized peers by most recent to receive a block
-
Steven Allen authored
Fix debug log formatting issues
-
Steven Allen authored
Feat/bandwidth limited tests
-
- 19 Dec, 2018 5 commits
-
-
hannahhoward authored
Updated Libp2p and used it's newly exposed RateLimiter public interface
-
hannahhoward authored
Limits connection bandwidth in real world benchmarks so that blocks are delayed if single peer is overused fix #40
-
hannahhoward authored
make both performance benchmarks write to a tmp dir and put in the .gitignore
-
Hannah Howard authored
fix(tests): stabilize unreliable session tests
-
hannahhoward authored
-
- 18 Dec, 2018 1 commit
-
-
hannahhoward authored
fix #43
-