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

Commits on May 9, 2015

  1. Add CORS middleware handler to the API.

    David Braun authored and David Braun committed May 9, 2015
    Copy the full SHA
    f6c6d5d View commit details

Commits on May 10, 2015

  1. Vendor CORS library.

    David Braun authored and David Braun committed May 10, 2015
    Copy the full SHA
    496e7a4 View commit details

Commits on May 12, 2015

  1. Merge pull request #1215 from eris-ltd/cors

    Add CORS middleware handler to the API.
    jbenet committed May 12, 2015
    Copy the full SHA
    ad9d84d View commit details
4 changes: 4 additions & 0 deletions Godeps/Godeps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions Godeps/_workspace/src/github.com/rs/cors/.travis.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions Godeps/_workspace/src/github.com/rs/cors/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

96 changes: 96 additions & 0 deletions Godeps/_workspace/src/github.com/rs/cors/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

88 changes: 88 additions & 0 deletions Godeps/_workspace/src/github.com/rs/cors/bench_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading