- 04 Aug, 2016 1 commit
-
-
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>
-
- 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 2 commits
-
-
Jakub Sztandera authored
also change it to use format instead of separate variable License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
Jeromy Johnson authored
use batching datastore for providers storage
-
- 26 Jul, 2016 2 commits
-
-
Jeromy Johnson authored
commands: fix panic when expected files field is nil
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
-
- 25 Jul, 2016 2 commits
-
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
-
Juan Benet authored
-
- 24 Jul, 2016 1 commit
-
-
Jeromy Johnson authored
Remove gobuilder mentions, update release procedure
-
- 23 Jul, 2016 4 commits
-
-
Lars Gierth authored
License: MIT Signed-off-by: Lars Gierth <larsg@systemli.org>
-
Lars Gierth authored
License: MIT Signed-off-by: Lars Gierth <larsg@systemli.org>
-
Jeromy Johnson authored
changelog: add v0.4.3
-
Lars Gierth authored
License: MIT Signed-off-by: Lars Gierth <larsg@systemli.org>
-
- 22 Jul, 2016 1 commit
-
-
Jeromy Johnson authored
Automatically download and run migrations if needed
-
- 21 Jul, 2016 1 commit
-
-
Yuval Langer authored
License: MIT Signed-off-by: Yuval Langer <yuval.langer@gmail.com>
-
- 20 Jul, 2016 3 commits
-
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
-
Jeromy Johnson authored
Increase 512kbytes object put limit to 2mbytes
-
kpcyrd authored
License: MIT Signed-off-by: kpcyrd <git@rxv.cc>
-
- 19 Jul, 2016 1 commit
-
-
kpcyrd authored
License: MIT Signed-off-by: kpcyrd <git@rxv.cc>
-