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
559a241566
implement a simple wantlist command to allow the user to view their wantlist
2015-02-27 00:12:21 -08:00
5d7a3dfec2
bump version number to 0.2.3
v0.2.3
v0.2.3-buildfails
2015-02-26 23:42:03 -08:00
ce747279ca
Merge pull request #829 from jbenet/fix/async-newblocks
...
make wantlist updates to connected peers happen async
2015-02-26 23:40:31 -08:00
8256b18058
make sure not to orphan any extra goroutines
2015-02-26 23:22:12 -08:00
9c66f65410
make wantlist updates to connected peers happen async, dramatically improves performance between connected nodes
2015-02-26 23:22:12 -08:00
523e603e59
error -> debug
2015-02-26 22:05:51 -08:00
7fb63d7e43
move signing options into a validation checker struct
2015-02-26 22:05:03 -08:00
049b5ad945
make signing dht put records optional
2015-02-26 22:05:03 -08:00
b2b3aa859a
bump version number to 0.2.2
v0.2.2
v0.2.2-buildfails
2015-02-26 19:48:07 -08:00
50e49fc698
Merge pull request #832 from jbenet/fix/831
...
more understandable errors from merkledag decoding
2015-02-26 19:45:21 -08:00
0fe7706410
Merge pull request #809 from jbenet/feat/ipfs-fuse-tests
...
Add a few tests to fuse/readonly
2015-02-26 19:29:54 -08:00
36a21561f7
stress test for ipfs fuse
2015-02-26 19:12:05 -08:00
88b5a1a019
path.Join for cross platform goodness
2015-02-26 19:03:33 -08:00