- 15 Aug, 2016 4 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>
-
Kevin Atkinson authored
License: MIT Signed-off-by: Kevin Atkinson <k@kevina.org>
-
Kevin Atkinson authored
License: MIT Signed-off-by: Kevin Atkinson <k@kevina.org>
-
- 07 Aug, 2016 3 commits
-
-
Jeromy Johnson authored
commands: fix panic when stdin is empty for string args
-
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>
-
- 04 Aug, 2016 9 commits
-
-
Jeromy Johnson authored
Alias 'ipfs --version' to 'ipfs version'
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
-
Jakub Sztandera authored
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
Jeromy Johnson authored
bitswap: fix a minor data race
-
Jeromy Johnson authored
dht: add in code to detect and diagnose #3032
-
Jeromy authored
race detector picked up a minor race condition, Since loop iteration reuses the same local variable, its not safe to take its address and use it concurrently. The fix is to rebind the variable into a controlled scope (creating a new variable) and taking the address of that to pass outwards. License: MIT Signed-off-by: Jeromy <why@ipfs.io>
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
-
- 03 Aug, 2016 12 commits
-
-
Jeromy Johnson authored
-enc is spelled with two dashes, not one
-
Jeromy Johnson authored
commands/cli: fix reading from stdin message
-
Jeromy Johnson authored
Feature/daemon mount offline flag
-
Jeromy authored
Only print "Reading from /dev/stdin" message when we actually read from stdin (and not in other cases such as ipfs add --help). License: MIT Signed-off-by: Jeromy <why@ipfs.io>
-
Jakub Sztandera authored
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
Jeromy Johnson authored
cli: do ToSlash after EvalSymlinks to remove platform specific slashes
-
Jeromy Johnson authored
Sort SUBCOMMANDS section of help output
-
Jakub Sztandera authored
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
Jakub Sztandera authored
ipfs daemon --offline; ipfs mount; fails. This uniforms this behaviour. License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
Jeromy Johnson authored
blockstore: extract ARC cache from Bloom cache
-
Jakub Sztandera authored
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
Jeromy Johnson authored
don't cache entire mfs tree on add finalize
-
- 02 Aug, 2016 2 commits
-
-
Jakub Sztandera authored
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
Jakub Sztandera authored
it removes race condition that would happen during various calls License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
- 01 Aug, 2016 7 commits
-
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
-
Jeromy Johnson authored
default add progress to false, unless using CLI
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
-
Jakub Sztandera authored
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
Jeromy Johnson authored
extract binaries with .exe name on windows
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
-
Jeromy Johnson authored
commands: fix refs 'edges' option work
-
- 30 Jul, 2016 1 commit
-
-
Jesse Weinstein authored
License: MIT Signed-off-by: Jesse Weinstein <jesse@wefu.org>
-
- 28 Jul, 2016 1 commit
-
-
Jakub Sztandera authored
also change it to use format instead of separate variable License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-