-
Notifications
You must be signed in to change notification settings - Fork 46
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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/go-ipfs-cmds
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: ipfs/go-ipfs-cmds
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 14 commits
- 9 files changed
- 2 contributors
Commits on Sep 7, 2020
-
fix: allow requests from electron renderer (#201)
* fix: allow requests from electron renderer The Electron Renderer process runs in an embedded browser window so has access to browser-native `fetch`. If this is used by `ipfs-http-client` to make requests against the HTTP API, the `User-Agent` header is set to a value that looks similar to a browser but no `Origin` or `Referer` headers are sent. The change here is to relax the user agent check to allow through requests from clients with `'Electron'` in their user agents.
Configuration menu - View commit details
-
Copy full SHA for bb36028 - Browse repository at this point
Copy the full SHA bb36028View commit details
Commits on Nov 25, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 4373bad - Browse repository at this point
Copy the full SHA 4373badView commit details
Commits on Dec 1, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6d7b776 - Browse repository at this point
Copy the full SHA 6d7b776View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11d59a2 - Browse repository at this point
Copy the full SHA 11d59a2View commit details
Commits on Dec 2, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 91330cf - Browse repository at this point
Copy the full SHA 91330cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for d57bbdf - Browse repository at this point
Copy the full SHA d57bbdfView commit details -
Merge pull request #203 from ipfs/feat/stringsOption
feat: support strings option over HTTP API
Configuration menu - View commit details
-
Copy full SHA for edc78ef - Browse repository at this point
Copy the full SHA edc78efView commit details
Commits on Jan 15, 2021
-
feat: StringsOption.Parse(string) now returns a slice containing the …
…original string. Added DelimitedStringsOption which allows passing delimited options on the CLI, such as --option=opt1,opt2 when the delimiter is a comma, instead of requiring the longer form --option=op1 --option=opt2
Configuration menu - View commit details
-
Copy full SHA for 382fd11 - Browse repository at this point
Copy the full SHA 382fd11View commit details -
Configuration menu - View commit details
-
Copy full SHA for cde56b1 - Browse repository at this point
Copy the full SHA cde56b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d48b43d - Browse repository at this point
Copy the full SHA d48b43dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 16d8195 - Browse repository at this point
Copy the full SHA 16d8195View commit details -
testing: add tests for constructing Options with defaults and parsing…
… those Options using the CLI parsing tools
Configuration menu - View commit details
-
Copy full SHA for e2c3e22 - Browse repository at this point
Copy the full SHA e2c3e22View commit details
Commits on Jan 26, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c6690cc - Browse repository at this point
Copy the full SHA c6690ccView commit details
Commits on Jan 27, 2021
-
Merge pull request #204 from ipfs/feat/stringsDelim
Added DelimitedStringsOption for enabling delimited strings on the CLI
Configuration menu - View commit details
-
Copy full SHA for 4ade007 - Browse repository at this point
Copy the full SHA 4ade007View commit details
There are no files selected for viewing