Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ipfs-inactive/js-ipfs-http-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f315a49
Choose a base ref
...
head repository: ipfs-inactive/js-ipfs-http-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ad0a1da
Choose a head ref
  • 4 commits
  • 9 files changed
  • 3 contributors

Commits on Jun 18, 2018

  1. feat: add support for custom headers to send-request (#741)

    * add support for custom headers to send-request
    
    * add custom headers test
    
    * add custom header documentation
    
    * fix: clone config.headers to avoid prev headers in next req
    
    License: MIT
    Signed-off-by: Alan Shaw <alan@tableflip.io>
    Orie Steele authored and alanshaw committed Jun 18, 2018
    Configuration menu
    Copy the full SHA
    7fb2e07 View commit details
    Browse the repository at this point in the history
  2. feat: implement bitswap wantlist peer ID param and bitswap unwant (#761)

    * fix(bitswap.unwant) Parse CID from arg
    
    * feat(bitswap.wantlist) add peer parameter
    
    * chore: simplify CID parsing for wantlist and unwant
    
    * chore: update interface-ipfs-core dependency
    
    * chore: upgrades interface-ipfs-core dependency
    
    License: MIT
    Signed-off-by: Alan Shaw <alan@tableflip.io>
    wraithgar authored and alanshaw committed Jun 18, 2018
    Configuration menu
    Copy the full SHA
    73a153e View commit details
    Browse the repository at this point in the history
  3. chore: update contributors

    alanshaw committed Jun 18, 2018
    Configuration menu
    Copy the full SHA
    4077346 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ad0a1da View commit details
    Browse the repository at this point in the history
Loading