-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature: ability to override default bitswap max message size #152
Commits on Sep 27, 2017
-
feature: ability to override default bitswap max message size
License: MIT Signed-off-by: Yahya <ya7yaz@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d1a13f2 - Browse repository at this point
Copy the full SHA d1a13f2View commit details
Commits on Oct 12, 2017
-
setting a minimum msg size, tests for go-interop and variable msg siz…
…e nodes License: MIT Signed-off-by: Yahya <ya7yaz@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for bd50ee3 - Browse repository at this point
Copy the full SHA bd50ee3View commit details
Commits on Oct 24, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 339503d - Browse repository at this point
Copy the full SHA 339503dView commit details
Commits on Nov 8, 2017
-
fix: add missing multicodec dependency (ipfs#155)
* added missing multicodec dependency * using ~ for multicodec dependency range because version < 1
Configuration menu - View commit details
-
Copy full SHA for 751d436 - Browse repository at this point
Copy the full SHA 751d436View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa797a0 - Browse repository at this point
Copy the full SHA fa797a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a62f49 - Browse repository at this point
Copy the full SHA 1a62f49View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab69719 - Browse repository at this point
Copy the full SHA ab69719View commit details
Commits on Nov 10, 2017
-
feat: windows interop (ipfs#154)
* test: close IPFSRepo before deleting its files * chore: run on appveyor * chore: upgrade packages * chore: debugging appveyor failure * test: more appveyor debugging * test: use os.tmpdir() not '/tmp' * test: timeout issue * test: fix error reporting * test: Math.Random => uuid Math.Random can create collisions. Using uuid should not create a collision. * test: all tests can timeout, need global timeout specified * test: bitswap-mock multi peer is just too long, skip it * fix package.json * test: ipfs@0.18.3 breaks us. reverting to 0.18.2 * chore: update repo version * chore: update deps * bring back the test
Configuration menu - View commit details
-
Copy full SHA for a8b1e07 - Browse repository at this point
Copy the full SHA a8b1e07View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1eea363 - Browse repository at this point
Copy the full SHA 1eea363View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91aaedc - Browse repository at this point
Copy the full SHA 91aaedcView commit details
Commits on Nov 23, 2017
-
Configuration menu - View commit details
-
Copy full SHA for f2c8ea2 - Browse repository at this point
Copy the full SHA f2c8ea2View commit details
Commits on Nov 27, 2017
-
chore: updating CI files (ipfs#157)
This commit updates all CI scripts to the latest version
Configuration menu - View commit details
-
Copy full SHA for 6886a59 - Browse repository at this point
Copy the full SHA 6886a59View commit details -
feat: stats improvements (ipfs#158)
* bitswap stats: async updater * linter happy * pre-commit hook for linting and tests * stats: support dataReceived * stats: data received * stats: blocks sent and data sent * stats: using bignum * stats: compute throttle with threshold * stats: update timeout is now dynamic based on queue size * stats: moving averages * stats: providesBufferLength * stats: support for providesBufferLength and wantListLength * stats: support for peerCount * stats: enable / disable * increased test timeout
Configuration menu - View commit details
-
Copy full SHA for 17e15d0 - Browse repository at this point
Copy the full SHA 17e15d0View commit details
Commits on Dec 15, 2017
-
test: port go tests (ipfs#159)
* getMany: guaranteed ordering * tests: swarm, humble beginnings * chore: added test for when no cid is passed in * chore: more swarm tests * tests: serializing interconnections on swarm tests * more swarm tests enabled * tests: removed some onlys * tests: serializing interconnections on swarm tests * tests: added double get test * chore: added test for double get * one less callback function * chore: update libp2p version to latest * chore: update remaining deps
Configuration menu - View commit details
-
Copy full SHA for 519e2a9 - Browse repository at this point
Copy the full SHA 519e2a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 095f467 - Browse repository at this point
Copy the full SHA 095f467View commit details -
Configuration menu - View commit details
-
Copy full SHA for 349b3bc - Browse repository at this point
Copy the full SHA 349b3bcView commit details
Commits on Jan 28, 2018
-
fix: getMany: ensuring we set the want list (ipfs#162)
* fix: getMany: ensuring we set the want list independently of having all blocks or not * bitswap stats tests: not requiring specific order to finish * increasing the timeouts of swarm tests
Configuration menu - View commit details
-
Copy full SHA for 8e91def - Browse repository at this point
Copy the full SHA 8e91defView commit details
Commits on Feb 6, 2018
-
feat: per-peer stats (ipfs#166)
* docs: current stats API documented * per peer stats
Configuration menu - View commit details
-
Copy full SHA for ff978d0 - Browse repository at this point
Copy the full SHA ff978d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b349085 - Browse repository at this point
Copy the full SHA b349085View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89b263a - Browse repository at this point
Copy the full SHA 89b263aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fc73b4 - Browse repository at this point
Copy the full SHA 1fc73b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for f090590 - Browse repository at this point
Copy the full SHA f090590View commit details -
feature: ability to override default bitswap max message size
License: MIT Signed-off-by: Yahya <ya7yaz@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 37f19cf - Browse repository at this point
Copy the full SHA 37f19cfView commit details -
setting a minimum msg size, tests for go-interop and variable msg siz…
…e nodes License: MIT Signed-off-by: Yahya <ya7yaz@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 114c4cf - Browse repository at this point
Copy the full SHA 114c4cfView commit details -
Merge branch 'feat/message-size' of github.com:ya7ya/js-ipfs-bitswap …
…into feat/message-size License: MIT Signed-off-by: Yahya <ya7yaz@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f9d21c4 - Browse repository at this point
Copy the full SHA f9d21c4View commit details