- 18 8月, 2016 3 次提交
-
-
License: MIT Signed-off-by:Richard Littauer <richard.littauer@gmail.com>
由 Richard Littauer 提交于 -
test: 81% coverage on blockstore
由 Jeromy Johnson 提交于 -
Also format imports License: MIT Signed-off-by:Jakub Sztandera <kubuxu@protonmail.ch>
由 Jakub Sztandera 提交于
-
- 17 8月, 2016 5 次提交
-
-
unixfs: fix relative seek not expanding file properly
由 Jeromy Johnson 提交于 -
License: MIT Signed-off-by:Jakub Sztandera <kubuxu@protonmail.ch>
由 Jakub Sztandera 提交于 -
License: MIT Signed-off-by:Jakub Sztandera <kubuxu@protonmail.ch>
由 Jakub Sztandera 提交于 -
License: MIT Signed-off-by:Jakub Sztandera <kubuxu@protonmail.ch>
由 Jakub Sztandera 提交于 -
License: MIT Signed-off-by:Jakub Sztandera <kubuxu@protonmail.ch>
由 Jakub Sztandera 提交于
-
- 16 8月, 2016 17 次提交
-
-
readme: add notes on building for uncommon systems
由 Jeromy Johnson 提交于 -
License: MIT Signed-off-by:Richard Littauer <richard.littauer@gmail.com>
由 Richard Littauer 提交于 -
Cleanup makefiles
由 Jeromy Johnson 提交于 -
License: MIT Signed-off-by:Jakub Sztandera <kubuxu@protonmail.ch>
由 Jakub Sztandera 提交于 -
bin: dist_get script: prevents get_go_vars() returns same values twice
由 Jeromy Johnson 提交于 -
Document listing commands better
由 Jeromy Johnson 提交于 -
test: 100% coverage on blocks/set
由 Jeromy Johnson 提交于 -
bitswap: add `ledger` subcommand
由 Jeromy Johnson 提交于 -
Make all Taglines use imperative mood
由 Jeromy Johnson 提交于 -
deps: move go-is-domain to gx
由 Jeromy Johnson 提交于 -
License: MIT Signed-off-by:Jeromy <why@ipfs.io>
由 Jeromy 提交于 -
Add period to `ipfs pin rm`
由 Jeromy Johnson 提交于 -
Update dns help with a correct domain name
由 Jeromy Johnson 提交于 -
test: 100% coverage for blocks/blocksutil
由 Jeromy Johnson 提交于 -
ipfs-test-lib: fix test_fsh arg quoting
由 Jeromy Johnson 提交于 -
This was easy. License: MIT Signed-off-by:Jakub Sztandera <kubuxu@protonmail.ch>
由 Jakub Sztandera 提交于 -
License: MIT Signed-off-by:Jakub Sztandera <kubuxu@protonmail.ch>
由 Jakub Sztandera 提交于
-
- 15 8月, 2016 5 次提交
-
-
Small doc fix. License: MIT Signed-off-by:Richard Littauer <richard.littauer@gmail.com>
由 Richard Littauer 提交于 -
Coverage report available at: https://ipfs.io/ipfs/QmTuMtwGCfHrbYyZdQ1RaGNwS2MGsmAkjA8AaB69N7Ya1g/coverage.html#file0 Part of #3053 License: MIT Signed-off-by:
Jakub Sztandera <kubuxu@ipfs.io>
由 Jakub Sztandera 提交于 -
Closes https://github.com/ipfs/faq/issues/161 License: MIT Signed-off-by:
Kevin Simper <kevin.simper@gmail.com>
由 Kevin Simper 提交于 -
test_fsh() should quote its arguments before passing them to `eval` otherwise there are problems when the arguments contain spaces. For example when running the following program: ``` #!/bin/sh . ./ipfs-test-lib.sh die () { printf >&2 "%s\n" "$@" exit 1 } DIR1="test dir 1" DIR2="test dir 2" mkdir "$DIR1" "$DIR2" || die "Could not mkdir '$DIR1' '$DIR2'" echo "in dir 1" >"$DIR1/file1" || die "Could not write into '$DIR1/file1'" echo "in dir 2" >"$DIR2/file2" || die "Could not write into '$DIR2/file2'" if test_cmp "$DIR1/file1" "$DIR2/file2" then echo "test_cmp succeeded!" else echo "test_cmp failed!" fi rm -rf "$DIR1" "$DIR2" || die "Could not rm -rf '$DIR1' '$DIR2'" ``` we get: ``` > diff -u test dir 1/file1 test dir 2/file2 diff: extra operand '1/file1' diff: Try 'diff --help' for more information. test_cmp failed! ``` License: MIT Signed-off-by:Christian Couder <chriscool@tuxfamily.org>
由 Christian Couder 提交于 -
License: MIT Signed-off-by:Jakub Sztandera <kubuxu@protonmail.ch>
由 Jakub Sztandera 提交于
-
- 13 8月, 2016 1 次提交
-
-
* Document deprecation of 'ipfs file' in command help. * Be explicit about 'ipfs ls' listing unixfs and suplying type in JSON. * Amend description for 'ipfs files ls'. License: MIT Signed-off-by:Mathijs de Bruin <mathijs@mathijsfietst.nl>
由 Mathijs de Bruin 提交于
-
- 12 8月, 2016 2 次提交
-
-
License: MIT Signed-off-by:Ariel Machado <sparciie@yahoo.com>
由 Jakub Sztandera 提交于 -
License: MIT Signed-off-by:Jakub Sztandera <kubuxu@protonmail.ch>
由 Jakub Sztandera 提交于
-
- 10 8月, 2016 1 次提交
-
-
License: MIT Signed-off-by:Jeromy <why@ipfs.io>
由 Jeromy 提交于
-
- 09 8月, 2016 1 次提交
-
-
License: MIT Signed-off-by:Jeromy <why@ipfs.io>
由 Jeromy 提交于
-
- 07 8月, 2016 4 次提交
-
-
commands: fix panic when stdin is empty for string args
由 Jeromy Johnson 提交于 -
License: MIT Signed-off-by:Jeromy <why@ipfs.io>
由 Jeromy 提交于 -
boot2docker-cli is deprecated, removed from README
由 Jeromy Johnson 提交于 -
License: MIT Signed-off-by:Jeromy <why@ipfs.io>
由 Jeromy 提交于
-
- 06 8月, 2016 1 次提交
-
-
- Docker for Mac/Windows is out of beta - docker-machine is recommended for unsupported machines License: MIT Signed-off-by:Zach Ramsay <zach@erisindustries.com>
由 zramsay 提交于
-