Skip to content
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

Closed
wants to merge 25 commits into from

Commits on Sep 27, 2017

  1. feature: ability to override default bitswap max message size

    License: MIT
    Signed-off-by: Yahya <ya7yaz@gmail.com>
    ya7ya committed Sep 27, 2017
    Configuration menu
    Copy the full SHA
    d1a13f2 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2017

  1. setting a minimum msg size, tests for go-interop and variable msg siz…

    …e nodes
    
    License: MIT
    Signed-off-by: Yahya <ya7yaz@gmail.com>
    ya7ya committed Oct 12, 2017
    Configuration menu
    Copy the full SHA
    bd50ee3 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2017

  1. chore: update deps

    daviddias committed Oct 24, 2017
    Configuration menu
    Copy the full SHA
    339503d View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2017

  1. fix: add missing multicodec dependency (ipfs#155)

    * added missing multicodec dependency
    
    * using ~ for multicodec dependency range because version < 1
    pgte authored and daviddias committed Nov 8, 2017
    Configuration menu
    Copy the full SHA
    751d436 View commit details
    Browse the repository at this point in the history
  2. chore: update deps

    daviddias committed Nov 8, 2017
    Configuration menu
    Copy the full SHA
    fa797a0 View commit details
    Browse the repository at this point in the history
  3. chore: update contributors

    daviddias committed Nov 8, 2017
    Configuration menu
    Copy the full SHA
    1a62f49 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ab69719 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2017

  1. 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
    richardschneider authored and daviddias committed Nov 10, 2017
    Configuration menu
    Copy the full SHA
    a8b1e07 View commit details
    Browse the repository at this point in the history
  2. chore: update contributors

    daviddias committed Nov 10, 2017
    Configuration menu
    Copy the full SHA
    1eea363 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91aaedc View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2017

  1. chore: update deps

    daviddias committed Nov 23, 2017
    Configuration menu
    Copy the full SHA
    f2c8ea2 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2017

  1. chore: updating CI files (ipfs#157)

    This commit updates all CI scripts to the latest version
    victorb authored and daviddias committed Nov 27, 2017
    Configuration menu
    Copy the full SHA
    6886a59 View commit details
    Browse the repository at this point in the history
  2. 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
    pgte authored and daviddias committed Nov 27, 2017
    Configuration menu
    Copy the full SHA
    17e15d0 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2017

  1. 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
    pgte authored and daviddias committed Dec 15, 2017
    Configuration menu
    Copy the full SHA
    519e2a9 View commit details
    Browse the repository at this point in the history
  2. chore: update contributors

    daviddias committed Dec 15, 2017
    Configuration menu
    Copy the full SHA
    095f467 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    349b3bc View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2018

  1. 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
    pgte authored and daviddias committed Jan 28, 2018
    Configuration menu
    Copy the full SHA
    8e91def View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2018

  1. feat: per-peer stats (ipfs#166)

    * docs: current stats API documented
    
    * per peer stats
    pgte authored and daviddias committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    ff978d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b349085 View commit details
    Browse the repository at this point in the history
  3. chore: update deps

    daviddias committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    89b263a View commit details
    Browse the repository at this point in the history
  4. chore: update contributors

    daviddias committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    1fc73b4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f090590 View commit details
    Browse the repository at this point in the history
  6. feature: ability to override default bitswap max message size

    License: MIT
    Signed-off-by: Yahya <ya7yaz@gmail.com>
    ya7ya committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    37f19cf View commit details
    Browse the repository at this point in the history
  7. setting a minimum msg size, tests for go-interop and variable msg siz…

    …e nodes
    
    License: MIT
    Signed-off-by: Yahya <ya7yaz@gmail.com>
    ya7ya committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    114c4cf View commit details
    Browse the repository at this point in the history
  8. 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>
    ya7ya committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    f9d21c4 View commit details
    Browse the repository at this point in the history