- 12 Jun, 2015 1 commit
-
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
-
- 01 Jun, 2015 1 commit
-
-
Jeromy authored
-
- 30 May, 2015 5 commits
-
-
Jeromy authored
-
Jeromy authored
-
Jeromy authored
-
Jeromy authored
-
Jeromy authored
This PR moves the addition of new blocks to our wantlist (and their subsequent broadcast to the network) outside of the clientWorker loop. This allows blocks to more quickly propogate to peers we are already connected to, where before we had to wait for the previous findProviders call in clientworker to complete before we could notify our partners of the next blocks that we want. I then changed the naming of the clientWorker and related variables to be a bit more appropriate to the model. Although the clientWorker (now named providerConnector) feels a bit awkward and should probably be changed. fix test assumption
-
- 26 May, 2015 1 commit
-
-
rht authored
-
- 22 May, 2015 2 commits
- 21 May, 2015 15 commits
-
-
Jeromy authored
-
Jeromy authored
-
Jeromy authored
-
Jeromy authored
-
Jeromy authored
-
Juan Batiz-Benet authored
-
Jeromy authored
-
Jeromy authored
-
Jeromy authored
-
Jeromy authored
-
Jeromy authored
-
Jeromy authored
-
Jeromy authored
-
Jeromy authored
-
Jeromy authored
Also more refactoring of bitswap in general, including some perf improvements and eventlog removal. clean up, and buffer channels move some things around correctly buffer work messages more cleanup, and improve test perf remove unneccessary test revert changes to bitswap message, they werent necessary
-
- 20 May, 2015 1 commit
-
-
Jeromy authored
-
- 19 May, 2015 1 commit
-
-
Juan Batiz-Benet authored
-
- 18 May, 2015 1 commit
-
-
rht authored
-
- 06 May, 2015 2 commits
-
-
Jeromy authored
-
Jeromy Johnson authored
-
- 05 May, 2015 1 commit
-
-
Juan Batiz-Benet authored
try harder to not send duplicate blocks
-
- 04 May, 2015 1 commit
-
-
Jeromy authored
-
- 02 May, 2015 1 commit
-
-
Jeromy authored
-
- 30 Apr, 2015 1 commit
-
-
Jeromy authored
-
- 29 Apr, 2015 1 commit
-
-
Jeromy authored
-
- 28 Apr, 2015 2 commits
- 20 Apr, 2015 1 commit
-
-
Juan Batiz-Benet authored
We now consider debugerrors harmful: we've run into cases where debugerror.Wrap() hid valuable error information (err == io.EOF?). I've removed them from the main code, but left them in some tests. Go errors are lacking, but unfortunately, this isn't the solution. It is possible that debugerros.New or debugerrors.Errorf should remain still (i.e. only remove debugerrors.Wrap) but we don't use these errors often enough to keep.
-
- 19 Apr, 2015 2 commits
-
-
Jeromy Johnson authored
changed IPFS_TASK_WORKERS to IPFS_BITSWAP_TASK_WORKERS
-
Jeromy authored
-