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: v26.1.0
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: v26.1.2
Choose a head ref
  • 6 commits
  • 4 files changed
  • 2 contributors

Commits on Nov 3, 2018

  1. feat: upload example works with big files

    Old example created a Buffer from the file handle which quickly hit
    allocation limits with big files.
    
    This change replaces Buffer with a stream, which enables example to work
    with big files (tested with 3.6GB video, took ~30seconds with go-ipfs on
    localhost).
    
    While I was at it, I added a demo of a pattern for persisting filenames
    by wrapping them in unixfs directory.
    
    License: MIT
    Signed-off-by: Marcin Rataj <lidel@lidel.org>
    lidel authored and daviddias committed Nov 3, 2018
    Configuration menu
    Copy the full SHA
    62b844f View commit details
    Browse the repository at this point in the history
  2. feat: go-ipfs 0.4.18

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

    daviddias committed Nov 3, 2018
    Configuration menu
    Copy the full SHA
    fe4a1e7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3d3d323 View commit details
    Browse the repository at this point in the history
  5. chore: update contributors

    daviddias committed Nov 3, 2018
    Configuration menu
    Copy the full SHA
    b97c833 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ead3599 View commit details
    Browse the repository at this point in the history
Loading