-
-
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: 10c362823e2a
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 5 commits
- 3 files changed
- 2 contributors
Commits on May 22, 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 42289d4 - Browse repository at this point
Copy the full SHA 42289d4View 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 dcc4da0 - Browse repository at this point
Copy the full SHA dcc4da0View 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 d96246c - Browse repository at this point
Copy the full SHA d96246cView commit details -
Update the previous `invalid path` error to match the error returned from `SplitAbsPath`.
Configuration menu - View commit details
-
Copy full SHA for 2c71c54 - Browse repository at this point
Copy the full SHA 2c71c54View commit details -
Merge pull request #1282 from travisperson/bug/panic-on-empty-path
Bug/panic on empty path
Configuration menu - View commit details
-
Copy full SHA for 10c3628 - Browse repository at this point
Copy the full SHA 10c3628View commit details
There are no files selected for viewing