Henry
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
Henry
85b6126983
godeps: update go-uuid
2015-02-27 13:30:29 +01:00
Henry
cffef5b544
godeps: update fsnotify to v1.2.0
2015-02-27 13:29:25 +01:00
Henry
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
Henry
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
Juan Batiz-Benet
2a9cc10dbc
Merge pull request #719 from jbenet/feat/wantlistcmd
...
wantlist command
2015-02-27 02:52:26 -08:00
Jeromy
3c8a391fe4
dont put wantlist getter in exchange interface
2015-02-27 00:12:21 -08:00
Jeromy
98a183d53e
fix output formatting on stat
2015-02-27 00:12:21 -08:00
Jeromy
b514478f32
rename wantlist to bitswap, add stat command
2015-02-27 00:12:21 -08:00
Jeromy
559a241566
implement a simple wantlist command to allow the user to view their wantlist
2015-02-27 00:12:21 -08:00
Jeromy
5d7a3dfec2
bump version number to 0.2.3
2015-02-26 23:42:03 -08:00
Jeromy Johnson
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
Jeromy
8256b18058
make sure not to orphan any extra goroutines
2015-02-26 23:22:12 -08:00
Jeromy
9c66f65410
make wantlist updates to connected peers happen async, dramatically improves performance between connected nodes
2015-02-26 23:22:12 -08:00
Jeromy
523e603e59
error -> debug
2015-02-26 22:05:51 -08:00
Jeromy
7fb63d7e43
move signing options into a validation checker struct
2015-02-26 22:05:03 -08:00
Jeromy
049b5ad945
make signing dht put records optional
2015-02-26 22:05:03 -08:00
Jeromy
b2b3aa859a
bump version number to 0.2.2
2015-02-26 19:48:07 -08:00
Jeromy Johnson
50e49fc698
Merge pull request #832 from jbenet/fix/831
...
more understandable errors from merkledag decoding
2015-02-26 19:45:21 -08:00
Jeromy Johnson
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
Jeromy
36a21561f7
stress test for ipfs fuse
2015-02-26 19:12:05 -08:00
Jeromy
88b5a1a019
path.Join for cross platform goodness
2015-02-26 19:03:33 -08:00
Jeromy
856c87bdc0
add some fuse tests for readonly ipfs fs
2015-02-26 19:03:33 -08:00
Jeromy
9a41f76abc
more understandable errors from merkledag decoding
2015-02-26 18:43:27 -08:00
Jeromy Johnson
d98d6cdf06
Merge pull request #834 from jbenet/fix/815
...
make the providers manager respect contexts
2015-02-26 18:19:00 -08:00
Jeromy
3b2bd9bf6a
make the providers manager respect contexts
2015-02-26 18:02:23 -08:00
Juan Batiz-Benet
cb6d161b05
Merge pull request #820 from jbenet/newOSEXTimport
...
updated inconshreveable/go-update
2015-02-25 03:40:32 -08:00
Henry
59402803be
updated inconshreveable/go-update to get new import location of kardianos/osext
2015-02-25 12:25:35 +01:00
Juan Batiz-Benet
88dea5771d
Merge pull request #819 from jbenet/x_net_context_leeroy
...
update context imports to golang.org/x/net
2015-02-25 03:17:28 -08:00
Henry
92d08db7a5
rewrote import paths of go.net/context to use golang.org/x/context
...
- updated go-ctxgroup and goprocess
ctxgroup: AddChildGroup was changed to AddChild. Used in two files:
- p2p/net/mock/mock_net.go
- routing/dht/dht.go
- updated context from hg repo to git
prev. commit in hg was ad01a6fcc8a19d3a4478c836895ffe883bd2ceab. (context: make parentCancelCtx iterative)
represents commit 84f8955a887232b6308d79c68b8db44f64df455c in git repo
- updated context to master (b6fdb7d8a4ccefede406f8fe0f017fb58265054c)
Aaron Jacobs (2):
net/context: Don't accept a context in the DoSomethingSlow example.
context: Be clear that users must cancel the result of WithCancel.
Andrew Gerrand (1):
go.net: use golang.org/x/... import paths
Bryan C. Mills (1):
net/context: Don't leak goroutines in Done example.
Damien Neil (1):
context: fix removal of cancelled timer contexts from parent
David Symonds (2):
context: Fix WithValue example code.
net: add import comments.
Sameer Ajmani (1):
context: fix TestAllocs to account for ints in interfaces
2015-02-25 11:58:19 +01:00
Juan Batiz-Benet
f51e464a55
Merge pull request #801 from jbenet/feat/get-put-cmds
...
Implement dht put and get CLI commands
2015-02-25 01:35:38 -08:00
Juan Batiz-Benet
29862f0208
Merge pull request #795 from jbenet/fix/object-stat
...
fix panic in offline calls of 'ipfs object stat'
2015-02-25 01:34:45 -08:00
Jeromy
1e1d70b28a
fix panic in offline calls of 'ipfs object stat'
2015-02-24 12:32:10 -08:00
Juan Batiz-Benet
6c193625d5
Merge pull request #800 from Luzifer/fix_dockerfile
...
Fix Dockerfile
2015-02-24 04:35:20 -08:00
Juan Batiz-Benet
78b2e9efa4
Merge pull request #810 from jbenet/feat/object-ui
...
make it easier to create custom dag objects via the CLI
2015-02-24 00:55:26 -08:00
Jeromy
ff30558195
make it easier to create custom dag objects via the CLI
2015-02-23 21:33:38 -08:00
Jeromy
4899d9349c
error -> debug
2015-02-23 21:09:16 -08:00
Jeromy
29fe7f03f8
remove unused case
2015-02-23 21:09:16 -08:00
Jeromy
7e40503020
dont potentially kill our memory
2015-02-23 21:09:16 -08:00
Jeromy
7c0c3c4511
add put and get dht commands to cli
2015-02-23 21:09:16 -08:00
Jeromy Johnson
5ea2afc4b2
Merge pull request #806 from jbenet/fix/linux-fuse-read
...
fix fuse reading on linux
2015-02-23 19:32:18 -08:00
Jeromy
c88340b5a4
move to use io.CopyN
2015-02-23 19:29:02 -08:00
Jeromy
a77ea2f0c8
fix fuse reading on linux
2015-02-23 15:51:16 -08:00
Jeromy Johnson
c5f983b580
Merge pull request #803 from jbenet/fix/readme-hash
...
update the readme hash in sharness
2015-02-23 15:49:30 -08:00
Jeromy
7bc405d713
update the readme hash in sharness
2015-02-23 13:47:19 -08:00
Knut Ahlers
ab28018f8c
Moved the container startup script to bin
2015-02-23 00:16:38 +01:00
Knut Ahlers
382697004b
Removed 4002/udp for now, fixed start commands
2015-02-22 23:34:27 +01:00
Knut Ahlers
0eef12a07b
Added boot script to listen on 0.0.0.0
2015-02-22 23:27:25 +01:00
Knut Ahlers
f6e3730908
HTTP transport is listening on port 8080 by default
2015-02-22 23:02:05 +01:00
Knut Ahlers
7d7a09d44a
Fix: IPFS needs golang:1.4 to build
2015-02-22 12:02:57 +01:00