- 04 Sep, 2016 1 commit
-
-
Jakub Sztandera authored
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
- 01 Sep, 2016 6 commits
-
-
Jeromy Johnson authored
test: change time-out script to one from coreutils
-
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>
-
Jeromy Johnson authored
Update release candidate branch to Go 1.7
-
Jeromy Johnson authored
Directly Fix #2839
-
- 31 Aug, 2016 10 commits
-
-
Lars Gierth authored
Go 1.7 funnily demands gcc for installing gx. License: MIT Signed-off-by: Lars Gierth <larsg@systemli.org>
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
-
Jeromy Johnson authored
bash: bring --unrestricted-api completion back (sorry!)
-
Jeromy Johnson authored
fsrepo: improve migrations copy
-
Jeromy Johnson authored
test: revert few stdin tests that were removed
-
Jeromy Johnson authored
test: do explicit check of CORS headers
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
-
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>
-
- 30 Aug, 2016 2 commits
-
-
Jeromy Johnson authored
Improve sharness testing on ipfs repo verify
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
-
- 29 Aug, 2016 4 commits
-
-
Jakub Sztandera authored
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
Kevin Atkinson authored
Add back still useful test from reverted commit: fe7b01f1 Resolve symlink if it is directly referenced in cli (#2897) License: MIT Signed-off-by: Kevin Atkinson <k@kevina.org>
-
Jakub Sztandera authored
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
Jeromy Johnson authored
cli: Fix stdin help text being show multiple times
-
- 27 Aug, 2016 3 commits
-
-
Kevin Atkinson authored
License: MIT Signed-off-by: Kevin Atkinson <k@kevina.org>
-
Kevin Atkinson authored
This reverts commit fe7b01f1. Conflicts: commands/cli/parse.go Revert "Merge pull request #3023 from ipfs/feature/eval-symlink-windows" This reverts commit 16c5a89d, reversing changes made to 8c77ff81. Conflicts: commands/cli/parse.go License: MIT Signed-off-by: Kevin Atkinson <k@kevina.org>
-
Jakub Sztandera authored
Also remove '\n' from msgStdinInfo as we use Fprintln. 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 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 8 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>
-