- 03 Jul, 2019 3 commits
-
-
Steven Allen authored
ci(circleci): add benchmark comparisons
-
hannahhoward authored
Remove unused code, follow conventions
-
hannahhoward authored
-
- 02 Jul, 2019 2 commits
-
-
hannahhoward authored
Run benchmarks before and after, compare results
-
hannahhoward authored
add proper usage of go benchmark timing and environment random seed support for CI
-
- 22 Jun, 2019 1 commit
-
-
hannahhoward authored
-
- 19 Jun, 2019 2 commits
-
-
Steven Allen authored
aggressively free memory
-
Steven Allen authored
-
- 14 Jun, 2019 4 commits
-
-
Jakub Sztandera authored
Enchanced logging for bitswap
-
Steven Allen authored
fix: rand.Intn(0) panics
-
Steven Allen authored
-
Steven Allen authored
This ensures we don't keep large buffers allocated.
-
- 12 Jun, 2019 8 commits
-
-
Steven Allen authored
dep: update peertaskqueue
-
Steven Allen authored
fixes performance regression
-
Steven Allen authored
fix some naming nits and broadcast on search
-
Hector Sanjuan authored
Small deps update
-
Hector Sanjuan authored
-
Steven Allen authored
This fixes the case where: 1. I start downloading something. 2. A friend jumps on our WiFi. 3. Our IPFS daemons connect via local discovery. 4. I never notice that they have the file I'm looking for because I'm already downloading it from a peer. 5. The peer I'm downloading from is _really_ slow.
-
Steven Allen authored
-
Steven Allen authored
-
- 10 Jun, 2019 1 commit
-
-
Jakub Sztandera authored
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
- 04 Jun, 2019 2 commits
-
-
Hannah Howard authored
feat(sessions): add rebroadcasting, search backoff
-
hannahhoward authored
Re-setup provider search delay and rebroadcast delay on a per bitswap instance basis
-
- 03 Jun, 2019 6 commits
-
-
hannahhoward authored
-
hannahhoward authored
Don't count consecutive ticks if there are no active wants
-
hannahhoward authored
-
hannahhoward authored
on a tick, do not keep searching for providers for the same block. instead rely on a periodic search for more providers. (which will run no matter what, even w/o ticks, to optimize found providers). also backoff tick time to reduce broadcasts. fix #95, fix #107
-
Hannah Howard authored
testutil: fix block generator
-
Steven Allen authored
-
- 01 Jun, 2019 2 commits
-
-
Steven Allen authored
dep: remove dep on libp2p/go-testutil
-
Steven Allen authored
-
- 31 May, 2019 2 commits
-
-
Steven Allen authored
migrate to go-libp2p-core.
-
Raúl Kripalani authored
-
- 24 May, 2019 3 commits
-
-
Hector Sanjuan authored
-
Hector Sanjuan authored
Update libp2p things
-
Hector Sanjuan authored
-
- 23 May, 2019 2 commits
-
-
Steven Allen authored
dep: tidy deps
-
Steven Allen authored
-
- 22 May, 2019 2 commits
-
-
Steven Allen authored
feat(engine): tag peers with requests
-
Steven Allen authored
fix(network): add mutex to avoid data race
-