- 20 Aug, 2016 1 commit
-
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
-
- 19 Aug, 2016 3 commits
-
-
Jeromy Johnson authored
ipfs/cat: disable auto-gc check
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
-
Jeromy Johnson authored
docs: add branch naming conventions
-
- 18 Aug, 2016 7 commits
-
-
Jeromy Johnson authored
test: 82% coverage on blocks
-
Jeromy Johnson authored
Add "ipfs block rm" command.
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
-
Jeromy Johnson authored
test: reach 80% coverage of unixfs/mod
-
Jeromy Johnson authored
test: 81% coverage on blockstore
-
Jakub Sztandera authored
Also format imports License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
Jakub Sztandera authored
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
- 17 Aug, 2016 7 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>
-
Kevin Atkinson authored
License: MIT Signed-off-by: Kevin Atkinson <k@kevina.org>
-
Kevin Atkinson authored
Add test that removes a combination of pinned, valid, and non-existent blocks in one command. License: MIT Signed-off-by: Kevin Atkinson <k@kevina.org>
-
- 16 Aug, 2016 20 commits
-
-
Kevin Atkinson authored
License: MIT Signed-off-by: Kevin Atkinson <k@kevina.org>
-
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
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
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>
-
Jakub Sztandera authored
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
- 15 Aug, 2016 2 commits
-
-
Kevin Atkinson authored
License: MIT Signed-off-by: Kevin Atkinson <k@kevina.org>
-
Kevin Atkinson authored
Provide a new method, Pinner.CheckIfPinned(), which will check if any of the arguments are pinned. Previously IsPinned would need to be called once for each block. The new method will speed up the checking of multiple pinned blocks from O(p*n) to O(p) (where p is the number of pinned blocks and n is the number of blocks to be check) Use the new method in "block rm". License: MIT Signed-off-by: Kevin Atkinson <k@kevina.org>
-