-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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/kubo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 988b158dc7dc
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: ipfs/kubo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 78defff35d77
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 4 commits
- 2 files changed
- 2 contributors
Commits on May 21, 2015
-
Daemon panics if no path is given
If no path after `/ipfs/` or `/ipns/` is given, then the daemon will panic with a slice bounds out of range error. This checks to see if we have anything after `ipfs` or `ipns`.
Configuration menu - View commit details
-
Copy full SHA for 55c74f1 - Browse repository at this point
Copy the full SHA 55c74f1View commit details -
Replaced old logic to check for valid path
Added the original logic to check for a invalid path and a simple test.
Configuration menu - View commit details
-
Copy full SHA for c8cde25 - Browse repository at this point
Copy the full SHA c8cde25View commit details -
Fixed tests to actually test for the error we are seeking
Cleaned the tests, and actually test for the error.
Configuration menu - View commit details
-
Copy full SHA for a439f9a - Browse repository at this point
Copy the full SHA a439f9aView commit details
Commits on May 22, 2015
-
Merge pull request #1265 from travisperson/bug/panic-on-empty-path
Daemon panics if no path is given
Configuration menu - View commit details
-
Copy full SHA for 78defff - Browse repository at this point
Copy the full SHA 78defffView commit details
There are no files selected for viewing