- 25 Nov, 2014 8 commits
-
-
Brian Tiger Chow authored
License: MIT Signed-off-by: Brian Tiger Chow <brian@perfmode.com>
-
Brian Tiger Chow authored
License: MIT Signed-off-by: Brian Tiger Chow <brian@perfmode.com>
-
Brian Tiger Chow authored
Update github.com/maybebtc/logrus dependency
-
Christian Couder authored
This patch was generated by running: $ godep update github.com/maybebtc/logrus Without this, `godep restore` fails like this: ``` $ LANG=C godep restore fatal: reference is not a tree: 005463f8fb49c4a6f36181e05157e111ec5cf8a3 godep: restore: exit status 128 ``` License: MIT Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
-
Brian Tiger Chow authored
fix(eventlog) initialization
-
Brian Tiger Chow authored
This commit applies the logging settings to the logging system upon initialization `ipfs init` and `ipfs daemon --init`. License: MIT Signed-off-by: Brian Tiger Chow <brian@perfmode.com>
-
Brian Tiger Chow authored
License: MIT Signed-off-by: Brian Tiger Chow <brian@perfmode.com> Conflicts: cmd/ipfs/main.go
-
Brian Tiger Chow authored
License: MIT Signed-off-by: Brian Tiger Chow <brian@perfmode.com>
-
- 24 Nov, 2014 1 commit
-
-
Juan Batiz-Benet authored
Add sharness tests for ipfs add and cat
-
- 23 Nov, 2014 5 commits
-
-
Christian Couder authored
License: MIT Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
-
Juan Batiz-Benet authored
Add test_expensive target to the main Makefile
-
Juan Batiz-Benet authored
Hotfix: return parsed options if argument parsing failed
-
Peter Borzov authored
-
Brian Tiger Chow authored
Remove dot and slash before files in cmd/ipfs/.gitignore
-
- 22 Nov, 2014 2 commits
-
-
Christian Couder authored
It looks like files are not ignored when they are listed starting with ./ in a .gitignore file. At least this is true for me on Linux for the "ipfs" binary in "cmd/ipfs/.gitignore". License: MIT Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
-
Christian Couder authored
Now 'make test' will run the go tests with option -test.short and the sharness tests without any option. And 'make test_expensive' will run the go tests without any option and the sharness tests with option TEST_EXPENSIVE=1. This should help fix the first part of issue #283. License: MIT Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
-
- 21 Nov, 2014 4 commits
-
-
Jeromy authored
-
Juan Batiz-Benet authored
Add utp as a transport
-
Brian Tiger Chow authored
License: MIT Signed-off-by: Brian Tiger Chow <brian@perfmode.com>
-
Brian Tiger Chow authored
License: MIT Signed-off-by: Brian Tiger Chow <brian@perfmode.com>
-
- 20 Nov, 2014 18 commits
-
-
Juan Batiz-Benet authored
Add EXPENSIVE prereq to sharness tests
-
Christian Couder authored
These new tests are not marked EXPENSIVE as they should be fast enough even on Travis CI. License: MIT Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
-
Christian Couder authored
We add this prereq to tests with a 100MB file as they are slow on Travis CI. License: MIT Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
-
Christian Couder authored
License: MIT Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
-
Christian Couder authored
License: MIT Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
For simplicity this is sequential. This will be bad latency given RTTs for all the handshakes, etc. Later on can make async or at least open based on some priority of the channel.
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
I broke out multiaddr/net to its own package so that multiaddr parsing could remain lean. multiaddr-net will vendor special implementations of protocols (like utp)
-
Juan Batiz-Benet authored
Parse Fix
-
Matt Bell authored
-
Matt Bell authored
-
- 19 Nov, 2014 2 commits
-
-
Juan Batiz-Benet authored
Add sharness tests to document existing mount bugs
-
Christian Couder authored
License: MIT Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
-