Skip to content
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/kubo
base: 8a7e9da88a1f^
Choose a base ref
...
head repository: ipfs/kubo
compare: bd7996c31a7d
Choose a head ref
  • 9 commits
  • 10 files changed
  • 1 contributor

Commits on Feb 1, 2015

  1. test/sharness: fix errors

    - core: daemon stdout print to cmd + daemon init checks
    - core: fixed bug where the gateway was printed as "API"
    - sharness/test-lib: daemon init checks
    - sharness/test-lib: portable TCP port check
    - sharness/init: fix test bits output
    jbenet committed Feb 1, 2015
    Copy the full SHA
    8a7e9da View commit details
    Browse the repository at this point in the history
  2. sharness: use common hashes in one place.

    so changing them is easy.
    jbenet committed Feb 1, 2015
    Copy the full SHA
    2c701ce View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    5fe688d View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    7848865 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    6ab7078 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    4d15f4a View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    1d327e3 View commit details
    Browse the repository at this point in the history
  8. sharness/t0111-gateway-writable: removed fd redirect

    Not sure why this fd redirect was here. Is it necessary?
    Tests seem to pass for me.
    
    cc @mildred
    jbenet committed Feb 1, 2015
    Copy the full SHA
    85ad77e View commit details
    Browse the repository at this point in the history
  9. sharness/t0111-gateway-writable: fixes

    - escape all vars (always `cmd "$VAR"` never `cmd $VAR`)
    - use $FILEPATH, not $path
    - last test seems to fail
    jbenet committed Feb 1, 2015
    Copy the full SHA
    bd7996c View commit details
    Browse the repository at this point in the history