- 18 Aug, 2016 2 commits
-
-
Jeromy Johnson authored
test: 81% coverage on blockstore
-
Jakub Sztandera authored
Also format imports License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
- 17 Aug, 2016 5 commits
-
-
Jeromy Johnson authored
unixfs: fix relative seek not expanding file properly
-
Jakub Sztandera authored
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
Jakub Sztandera authored
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
Jakub Sztandera authored
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
Jakub Sztandera authored
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
- 16 Aug, 2016 17 commits
-
-
Jeromy Johnson authored
readme: add notes on building for uncommon systems
-
Richard Littauer authored
License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
-
Jeromy Johnson authored
Cleanup makefiles
-
Jakub Sztandera authored
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
Jeromy Johnson authored
bin: dist_get script: prevents get_go_vars() returns same values twice
-
Jeromy Johnson authored
Document listing commands better
-
Jeromy Johnson authored
test: 100% coverage on blocks/set
-
Jeromy Johnson authored
bitswap: add `ledger` subcommand
-
Jeromy Johnson authored
Make all Taglines use imperative mood
-
Jeromy Johnson authored
deps: move go-is-domain to gx
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
-
Jeromy Johnson authored
Add period to `ipfs pin rm`
-
Jeromy Johnson authored
Update dns help with a correct domain name
-
Jeromy Johnson authored
test: 100% coverage for blocks/blocksutil
-
Jeromy Johnson authored
ipfs-test-lib: fix test_fsh arg quoting
-
Jakub Sztandera authored
This was easy. License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
Jakub Sztandera authored
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
- 15 Aug, 2016 5 commits
-
-
Richard Littauer authored
Small doc fix. License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
-
Jakub Sztandera authored
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>
-
Kevin Simper authored
Closes https://github.com/ipfs/faq/issues/161 License: MIT Signed-off-by: Kevin Simper <kevin.simper@gmail.com>
-
Christian Couder authored
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>
-
Jakub Sztandera authored
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
- 13 Aug, 2016 1 commit
-
-
Mathijs de Bruin authored
* 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>
-
- 12 Aug, 2016 2 commits
-
-
Jakub Sztandera authored
License: MIT Signed-off-by: Ariel Machado <sparciie@yahoo.com>
-
Jakub Sztandera authored
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
- 10 Aug, 2016 1 commit
-
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
-
- 09 Aug, 2016 1 commit
-
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
-
- 07 Aug, 2016 4 commits
-
-
Jeromy Johnson authored
commands: fix panic when stdin is empty for string args
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
-
Jeromy Johnson authored
boot2docker-cli is deprecated, removed from README
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
-
- 06 Aug, 2016 1 commit
-
-
zramsay authored
- 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>
-
- 05 Aug, 2016 1 commit
-
-
Thomas Gardner authored
License: MIT Signed-off-by: Thomas Gardner <tmg@fastmail.com>
-