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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: abae99214da6
Choose a base ref
...
head repository: ipfs/kubo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ec51450d071e
Choose a head ref
  • 9 commits
  • 15 files changed
  • 3 contributors

Commits on Jul 30, 2015

  1. Update README.md

    muneeb-ali committed Jul 30, 2015
    Copy the full SHA
    a70db39 View commit details
  2. Merge pull request #1542 from muneeb-ali/patch-1

    Update README.md re $GOPATH/bin
    jbenet committed Jul 30, 2015
    Copy the full SHA
    b730f1e View commit details
  3. updated install instructions

    - links to ipfs.io
    - links to gobuilder
    - better instructions
    
    License: MIT
    Signed-off-by: Juan Batiz-Benet <juan@benet.ai>
    jbenet committed Jul 30, 2015
    Copy the full SHA
    244c957 View commit details
  4. go-ipfs version 0.3.6 (config version bump)

    License: MIT
    Signed-off-by: Jeromy <jeromyj@gmail.com>
    whyrusleeping committed Jul 30, 2015
    Copy the full SHA
    d50def3 View commit details

Commits on Aug 2, 2015

  1. corehttp: add net.Listener to ServeOption

    ServeOptions take the node and muxer, they should get the listener
    too as sometimes they need to operate on the listener address.
    
    License: MIT
    Signed-off-by: Juan Batiz-Benet <juan@benet.ai>
    jbenet committed Aug 2, 2015
    Copy the full SHA
    3f1cbe2 View commit details
  2. fix cors: defaults should take the port of the listener

    need to do it this way to avoid VERY confusing situations where
    the user would change the API port (to another port, or maybe even
    to :0). this way things dont break on the user, and by default,
    users only need to change the API address and things should still
    "just work"
    
    License: MIT
    Signed-off-by: Juan Batiz-Benet <juan@benet.ai>
    jbenet committed Aug 2, 2015
    Copy the full SHA
    3ee83a7 View commit details
  3. Merge pull request #1544 from ipfs/fix/allowed-origins

    fix allowed origins to make webui work again
    jbenet committed Aug 2, 2015
    Copy the full SHA
    b19dd47 View commit details
  4. release checklist

    License: MIT
    Signed-off-by: Juan Batiz-Benet <juan@benet.ai>
    jbenet committed Aug 2, 2015
    Copy the full SHA
    4a8c938 View commit details
  5. go-ipfs version 0.3.7 release

    This patch update fixes a problem we introduced in 0.3.6 and did not
    catch: the webui failed to work with out-of-the-box CORS configs.
    
    License: MIT
    Signed-off-by: Juan Batiz-Benet <juan@benet.ai>
    jbenet committed Aug 2, 2015
    Copy the full SHA
    ec51450 View commit details
Loading