- 16 8月, 2016 1 次提交
-
-
This was easy. 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 3 次提交
-
-
commands: fix panic when stdin is empty for string args
由 Jeromy Johnson 提交于 -
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 提交于
-
- 04 8月, 2016 9 次提交
-
-
Alias 'ipfs --version' to 'ipfs version'
由 Jeromy Johnson 提交于 -
License: MIT Signed-off-by:Jeromy <why@ipfs.io>
由 Jeromy 提交于 -
License: MIT Signed-off-by:Jeromy <why@ipfs.io>
由 Jeromy 提交于 -
License: MIT Signed-off-by:Jeromy <why@ipfs.io>
由 Jeromy 提交于 -
License: MIT Signed-off-by:Jakub Sztandera <kubuxu@protonmail.ch>
由 Jakub Sztandera 提交于 -
bitswap: fix a minor data race
由 Jeromy Johnson 提交于 -
dht: add in code to detect and diagnose #3032
由 Jeromy Johnson 提交于 -
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 提交于 -
License: MIT Signed-off-by:Jeromy <why@ipfs.io>
由 Jeromy 提交于
-
- 03 8月, 2016 12 次提交
-
-
-enc is spelled with two dashes, not one
由 Jeromy Johnson 提交于 -
commands/cli: fix reading from stdin message
由 Jeromy Johnson 提交于 -
Feature/daemon mount offline flag
由 Jeromy Johnson 提交于 -
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>
由 Jeromy 提交于 -
License: MIT Signed-off-by:Jakub Sztandera <kubuxu@protonmail.ch>
由 Jakub Sztandera 提交于 -
cli: do ToSlash after EvalSymlinks to remove platform specific slashes
由 Jeromy Johnson 提交于 -
Sort SUBCOMMANDS section of help output
由 Jeromy Johnson 提交于 -
License: MIT Signed-off-by:Jakub Sztandera <kubuxu@protonmail.ch>
由 Jakub Sztandera 提交于 -
ipfs daemon --offline; ipfs mount; fails. This uniforms this behaviour. License: MIT Signed-off-by:Jakub Sztandera <kubuxu@protonmail.ch>
由 Jakub Sztandera 提交于 -
blockstore: extract ARC cache from Bloom cache
由 Jeromy Johnson 提交于 -
License: MIT Signed-off-by:Jakub Sztandera <kubuxu@protonmail.ch>
由 Jakub Sztandera 提交于 -
don't cache entire mfs tree on add finalize
由 Jeromy Johnson 提交于
-
- 02 8月, 2016 2 次提交
-
-
License: MIT Signed-off-by:Jakub Sztandera <kubuxu@protonmail.ch>
由 Jakub Sztandera 提交于 -
it removes race condition that would happen during various calls License: MIT Signed-off-by:Jakub Sztandera <kubuxu@protonmail.ch>
由 Jakub Sztandera 提交于
-
- 01 8月, 2016 7 次提交
-
-
License: MIT Signed-off-by:Jeromy <why@ipfs.io>
由 Jeromy 提交于 -
default add progress to false, unless using CLI
由 Jeromy Johnson 提交于 -
License: MIT Signed-off-by:Jeromy <why@ipfs.io>
由 Jeromy 提交于 -
License: MIT Signed-off-by:Jakub Sztandera <kubuxu@protonmail.ch>
由 Jakub Sztandera 提交于 -
extract binaries with .exe name on windows
由 Jeromy Johnson 提交于 -
License: MIT Signed-off-by:Jeromy <why@ipfs.io>
由 Jeromy 提交于 -
commands: fix refs 'edges' option work
由 Jeromy Johnson 提交于
-
- 30 7月, 2016 1 次提交
-
-
License: MIT Signed-off-by:Jesse Weinstein <jesse@wefu.org>
由 Jesse Weinstein 提交于
-
- 28 7月, 2016 2 次提交
-
-
also change it to use format instead of separate variable License: MIT Signed-off-by:Jakub Sztandera <kubuxu@protonmail.ch>
由 Jakub Sztandera 提交于 -
use batching datastore for providers storage
由 Jeromy Johnson 提交于
-