1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-07-01 19:24:14 +08:00

1302 Commits

Author SHA1 Message Date
1bde67ddf1 bugfix: swarm resolveUnspecAddr idiocy 2014-11-09 19:45:28 -08:00
3c66970078 Merge pull request #291 from chriscool/patch-2
Update test/README.md about sharness directory
2014-11-09 10:20:35 -08:00
5dd17014fa Update test/README.md about sharness directory
Now sharness is in "lib/sharness"
2014-11-09 19:16:02 +01:00
52d6c40294 Merge pull request #290 from chriscool/test_ipfs_block
Add test script for block command
2014-11-09 09:21:49 -08:00
fc1a35e35a Add test script for block command
License: MIT
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
2014-11-09 18:00:25 +01:00
265106143c Merge pull request #286 from jbenet/docs
Add more documentation to ipfs
2014-11-08 22:49:55 -08:00
be5d01b6a6 more doc comments 2014-11-08 22:44:37 -08:00
d98808fad9 comments on vars in dht 2014-11-08 21:57:11 -08:00
34561b0da8 docs(exchange) 2014-11-08 21:42:37 -08:00
a565587fdc work on readme 2014-11-08 21:42:37 -08:00
c62acb2763 copy handshake readme into a doc.go for pretty godoc results 2014-11-08 21:42:37 -08:00
b0f4b7c89d some net docs 2014-11-08 21:42:36 -08:00
e93257eb71 update the readme 2014-11-08 21:42:36 -08:00
8c20921a95 some more docs 2014-11-08 21:42:36 -08:00
4f083d54d6 write a few package doc strings to improve look of godoc 2014-11-08 21:42:36 -08:00
7ba3cadb6d Merge pull request #289 from jbenet/update-random-sharness-tests
Update random for test/
2014-11-08 20:21:54 -08:00
1e434ef3c4 vendor: updated random + fixed test import
There is a dummy test import: test/lib/random-dep.go
Because godep doen't yet vendor binaries nicely.
2014-11-08 20:12:02 -08:00
4bf3e967d8 test/t0040-add-and-cat updated hashes (new random) 2014-11-08 20:12:02 -08:00
842de46ccf test: moved installed things into own dirs
I moved installed things into own dirs bin and lib.

@chriscool sorry to move things around again, the top level
test dir was getting a bit clutterd.
2014-11-08 20:12:02 -08:00
5680c112ef test: install random from vendored code 2014-11-08 18:49:28 -08:00
49f30b1597 added random to godeps 2014-11-08 18:49:01 -08:00
7ee0c6dcea Merge pull request #285 from jbenet/bugfix/284
prevent NAT check if given nil multiaddr
2014-11-08 18:33:04 -08:00
36a4ee7087 prevent NAT check if given nil multiaddr 2014-11-08 12:24:17 -08:00
e489a8872b Merge pull request #278 from chriscool/install-sharness
Install sharness
2014-11-07 18:05:27 -08:00
e211b6543a Add a README.md to explain a few things 2014-11-08 02:44:03 +01:00
2b5f1b2d8c Install sharness in a 'sharness' directory
It is cleaner if sharness is installed in its own
directory.
2014-11-08 02:44:03 +01:00
39c1930ed4 Merge pull request #274 from jbenet/install-sharness
Install sharness + add to tests to coverage
2014-11-07 17:31:19 -08:00
04efbb9a55 test: install random locally for travis. 2014-11-07 17:24:13 -08:00
c9ffe1a281 tests: use ipfs but with the right tool
Addresses comments in: 7e14f1737d
2014-11-07 16:24:44 -08:00
7ab38696f6 travis: fix install random error 2014-11-07 15:24:31 -08:00
7e14f1737d test/: build own ipfs tool to test
The tests were using the globally installed ipfs.
This commit changes it to build + use its own ipfs binary.
2014-11-07 15:16:29 -08:00
53c2cacdd0 travis: use make test 2014-11-07 14:56:09 -08:00
37279d55ca install go-random 2014-11-07 14:54:58 -08:00
efe4e05665 added install + tests to toplevel 2014-11-07 14:54:58 -08:00
7e46d95145 Use a FUSE prerequisite to skip mount tests
When there is no fuse we should skip all mount
tests and using a FUSE prerequisite is a good
way to do that.
2014-11-07 14:54:58 -08:00
fc6213db09 dont test mount when no fuse 2014-11-07 14:53:55 -08:00
e5198b1446 bitswap error -> debug (use IPFS_LOGGING=debug) 2014-11-07 14:53:55 -08:00
728d977b09 go install in travis test 2014-11-07 14:53:55 -08:00
eee15baeb6 remove test-sharness-config 2014-11-07 14:53:55 -08:00
54651618e8 install aggregate-results.sh too 2014-11-07 14:53:55 -08:00
8198ba94d6 add sharness tests to travis 2014-11-07 14:53:55 -08:00
9535cb5802 install sharness 2014-11-07 14:53:55 -08:00
350b8333b3 Merge pull request #277 from jbenet/fuse-fix
Fix buffer size bug in fuse mounts
2014-11-07 14:27:19 -08:00
387d0a935d ipns test: unused import + rmv old comment 2014-11-07 14:21:12 -08:00
9434f6e531 tests: use shasum instead of sha1sum
sha1sum is not in osx by default.
shasum seems to be everywhere.
2014-11-07 14:13:12 -08:00
bc0e31922b probably fix the cat bug 2014-11-07 14:13:11 -08:00
2e2d02a741 probably fix OSX ipns bug 2014-11-07 14:13:11 -08:00
3155fa2c6f Merge pull request #267 from jbenet/maybebtc-november
Miscellaneous fixes
2014-11-07 13:09:27 -08:00
62f1614fc5 Merge pull request #248 from chriscool/test_ipfs_mount
Add test for ipfs mount
2014-11-06 14:41:10 -08:00
22ac599703 test ipfs cat and ipfs add with a 100MB file
License: MIT
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
2014-11-06 23:00:45 +01:00