1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-30 09:59:13 +08:00

3626 Commits

Author SHA1 Message Date
25f042ce36 daemon: consolidate writable gway line 2015-03-04 08:17:54 -08:00
0510633a17 tests/sharness: t0111-gateway-writable
ideally this port would be a randomly picked unused port.
for now we just pick a different port than t0110-gateway.
2015-03-04 08:17:54 -08:00
2a40d7679e test/sharness: randomize api port workaround
we have a problem where initializing daemons with the same api port
often fails-- it hangs indefinitely. The proper solution is to make
ipfs pick an unused port for the api on startup, and then use that.
Unfortunately, ipfs doesnt yet know how to do this-- the api port
must be specified. Until ipfs learns how to do this, we must use
specific port numbers, which may still fail but less frequently
if we at least use different ones.
2015-03-04 07:34:05 -08:00
999471d9bf test/sharness/t004-add-cat: quote hashes 2015-03-04 07:34:05 -08:00
38425b1a06 fuse: fix read problem in osx
@whyrusleeping's fix in c88340b broke reading fuse in osx.
i'm not sure why... anyway, i chose to revert back to
io.ReadFull, but use the min of req.Size and r.Size(), which
should not encounter the reading problem in linux that a77ea2f
fixed in the first place.

This commit also changes ipns, which had not been changed.
2015-03-04 07:34:05 -08:00
f77dbe0a57 fuse/ipns: implement NodeReadlinker 2015-03-04 07:34:04 -08:00
9d167cd5e8 testfix: dont break 8k goroutine limit under race 2015-03-04 07:34:04 -08:00
0adde5cfa7 Merge pull request #851 from jbenet/test/pollDaemon
Test/poll daemon
2015-03-04 07:33:20 -08:00
14090d4a11 moved pollEndpoint to thirdparty/ 2015-03-04 16:25:41 +01:00
3f932af14d removed crazy logging 2015-03-04 16:18:41 +01:00
aa745fef07 specify new dep in sharenss Makefile 2015-03-04 15:06:26 +01:00
0204a0c174 cat log output on fail 2015-03-04 14:53:30 +01:00
56a32a306c using pollEndpoint to block in tests for 'daemon ready' (updates #844) 2015-03-04 14:50:17 +01:00
51a8bcbf64 Merge pull request #847 from jbenet/publish-webui
published new webui
2015-03-02 23:38:30 -08:00
7bc1de4ec5 published new webui
/ipfs/QmXX7YRpU7nNBKfw75VG7Y1c3GwpSAGHRev67XVPgZFv9R

ee74f75d0b
2015-03-02 23:33:10 -08:00
9f27556090 Merge pull request #823 from BrendanBenshoof/master
fixing bug 812
2015-03-02 17:02:24 -08:00
ed179263f4 split the tests 2015-03-02 17:55:01 -05:00
8ec5182186 Merge pull request #838 from jbenet/t0111_fix_double_quoting
t0111: fix broken test due to bad double quoting
2015-03-02 14:35:14 -08:00
ac5cfc5664 fixing bug 812 2015-03-02 17:07:21 -05:00
5e85b00819 Merge pull request #833 from jbenet/trailingDirSlash
beautify 'ipfs ls' and 'ipfs object links'
2015-03-01 06:31:27 -08:00
220aaf2802 sharness: don't be to smart about creating testData 2015-03-01 14:03:51 +01:00
9cf718932e ipfs ls: make sure to fully create testData 2015-03-01 14:03:51 +01:00
f5f5d5d9d2 newIpfsLs: add shareness test 2015-03-01 14:03:51 +01:00
607468a96d beautify 'ipfs ls' and 'ipfs object links' (updates #799) 2015-03-01 14:03:51 +01:00
dd588785e2 Merge pull request #821 from jbenet/updateFuseToCtxs
update to recent bazil.org/fuse
2015-03-01 05:00:44 -08:00
94f55f2d51 added implements check for root types and fixed remaining interfaces on nodes 2015-03-01 13:47:52 +01:00
335caf0bc7 implements check and fixed argument ordering 2015-03-01 13:47:52 +01:00
faef01a17e update to recent bazil.org/fuse (drop custom Error, Intr dropped in favor or context.Context) 2015-03-01 13:47:52 +01:00
3863ec351e Merge pull request #835 from jbenet/springClean
Spring clean
2015-03-01 04:46:47 -08:00
d743801638 godep: changed back to inflect upstream 2015-03-01 13:22:27 +01:00
d69bdecbc7 move back to upstream logrus 2015-03-01 00:59:33 +01:00
84262be070 godep&x/crypto: updated multihash and moved to x/crypto for blowfish 2015-03-01 00:49:44 +01:00
17ca4f6429 t0111: use expr again to check location
License: MIT
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
2015-02-28 18:27:54 +01:00
f82526a5ca t0111: use URL variable to clarify code
License: MIT
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
2015-02-28 08:21:55 +01:00
d9d758cfde t0111: use "expr" more to check Location
License: MIT
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
2015-02-28 08:14:15 +01:00
158affac99 t0111: use "expr" to check Location
This makes it possible to simplify the code.

License: MIT
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
2015-02-28 08:06:04 +01:00
c844fffef2 t0111: fix broken test due to bad double quoting
There was basically:

  curl ... "$URL 2>curl.out"

instead of:

  curl ... "$URL" 2>curl.out

So "curl.out" was not properly overwritten by the curl command.

License: MIT
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
2015-02-27 22:09:11 +01:00
6cc6a80039 godeps: maybebtc renamed is account 2015-02-27 14:40:45 +01:00
71245e5971 remove unused POut() 2015-02-27 14:19:19 +01:00
5b5d3221fd don't depend on go-logging - use it through util instead. 2015-02-27 14:19:08 +01:00
29e82d59f0 tell godep about our shareness dependency on go-humanize 2015-02-27 13:57:23 +01:00
74767f004f Revert "godeps: drop go-humanize"
shareness needs the go-random/random utility. Godep doesnt know that.
2015-02-27 13:37:24 +01:00
85b6126983 godeps: update go-uuid 2015-02-27 13:30:29 +01:00
cffef5b544 godeps: update fsnotify to v1.2.0 2015-02-27 13:29:25 +01:00
df8d474fea Makefile: install every build artifact
This way, the following tests can already used the newly build libraries and don't have to build them again.
2015-02-27 13:26:35 +01:00
f6dacd4f6c godeps: drop go-humanize
wasn't used by ipfs directly, only by two main packages of dependencies that we tracks

github.com/h2so5/utp/benchmark/main.go
github.com/jbenet/go-random/random/random.go
2015-02-27 13:26:09 +01:00
2a9cc10dbc Merge pull request #719 from jbenet/feat/wantlistcmd
wantlist command
2015-02-27 02:52:26 -08:00
3c8a391fe4 dont put wantlist getter in exchange interface 2015-02-27 00:12:21 -08:00
98a183d53e fix output formatting on stat 2015-02-27 00:12:21 -08:00
b514478f32 rename wantlist to bitswap, add stat command 2015-02-27 00:12:21 -08:00