Jeromy
98c7ca0d86
finish deps rewrite
2016-02-16 17:02:00 -08:00
Jeromy
c8eb5a4bf1
make travis install gx deps
2016-02-16 16:13:58 -08:00
Jeromy Johnson
176713e3b4
Merge pull request #14 from dignifiedquire/patch-1
...
Remove superfluous square bracket
2016-02-16 12:02:14 -08:00
Friedel Ziegelmayer
b60792620c
Remove superfluous square bracket
2016-02-16 20:57:34 +01:00
Jeromy
c14ec1c4dc
change listener errors to warnings
2016-02-13 16:22:20 -08:00
Jeromy
8d928334b5
make PeerInfo loggable
2016-02-10 09:32:01 -08:00
Jeromy
9600c039a0
correct go-keyspace dep
2016-01-31 15:23:48 -08:00
Jeromy
62af652294
update to utp code from master of go-ipfs
2016-01-30 17:12:33 -08:00
Jeromy Johnson
a24d8ba910
Merge pull request #13 from tilgovi/cleanup-secio-reader-overflow
...
Leave overflow logic to go-msgio
2016-01-29 20:52:33 -08:00
Randall Leeds
f580951130
Leave overflow logic to go-msgio
...
go-msgio implements the message length limit (currently 8MB), so the
secio reader can get away without re-implementing this logic.
Instead, the reader lets go-msgio allocate a buffer when the output
buffer is too small to hold the incoming message. This buffer is kept
and drained into the output buffer(s) of Read() calls and released back
to the msgio instance once it is fully drained.
License: MIT
Signed-off-by: Randall Leeds <randall@bleeds.info>
2016-01-29 17:45:17 -08:00
Jeromy
c441a14b69
add utp to have feature parity with go-ipfs
2016-01-05 14:24:02 -08:00
Jeromy
ada8212cac
path rewrites
2016-01-04 05:45:58 -08:00
Jeromy
451945c2c5
vendor fixing
2015-12-11 11:23:29 -08:00
Jeromy
87646346c5
new package.json, correct deps
2015-12-10 23:04:15 -08:00
Jeromy
d21c927da2
add new deps
2015-12-08 12:18:15 -08:00
Jeromy
d91b419ecf
WIP
2015-12-06 23:11:16 -08:00
Jeromy
a40ef34357
fix go-net vendored imports
2015-11-27 09:30:03 -08:00
Jeromy
1c077de55b
reimport gogo-protobuf to adjust inter package imports
2015-11-23 17:38:54 -08:00
Jeromy
1c6efef4f8
vendor in go-detect-race
2015-11-23 17:04:47 -08:00
Jeromy Johnson
23ce23285c
Merge pull request #6 from diasdavid/docs/roadmap
...
docs/roadmap
2015-11-23 15:40:12 -08:00
Juan Benet
e0643c76a4
Merge pull request #8 from ipfs/feat/new-stream-ctx
...
make new stream calls accept a context
2015-11-19 18:57:51 -08:00
Jeromy
e48fb00bcb
no install step
2015-11-19 17:03:18 -08:00
Jeromy
cca312d330
add .travis.yml
2015-11-19 16:55:44 -08:00
Jeromy
dafa3bf917
make new stream calls accept a context
2015-11-19 16:20:59 -08:00
David Dias
c7f397babb
add logo
2015-11-19 10:39:01 +00:00
David Dias
7f7b76d39c
add -u on install things
2015-11-19 10:32:30 +00:00
David Dias
35a0ea39a3
remove _test.go
2015-11-19 10:30:41 +00:00
Jeromy
9d40a0af19
migrate to gx namespace
2015-11-18 16:11:24 -08:00
David Dias
b1177c0d2f
remove rust ref
2015-11-18 18:29:13 +00:00
David Dias
cb5c52042b
add roadmap and make uniform with the remaining libp2p implementations
2015-11-18 16:42:07 +00:00
David Dias
c7a14581a7
add more information to the readme
2015-11-17 19:12:33 +00:00
Jeromy
fb31f44627
remove prometheus dep
2015-11-16 17:25:35 -08:00
Jeromy
9848eea32b
fix some package.json fields
2015-11-16 16:49:11 -08:00
Jeromy
8acc21e88d
Vendor in go-peerstream
2015-11-16 16:47:49 -08:00
Jeromy
a9de494fe3
update multiaddr-filter
2015-11-16 16:41:23 -08:00
Jeromy
52a0925681
vendor go-ipfs-util
2015-11-15 21:15:23 -08:00
Jeromy
ebd0a2dfb2
remove multiple multihash deps
2015-11-15 21:04:44 -08:00
Jeromy
4a64aae7c6
move testutil up
2015-11-15 19:59:59 -08:00
Jeromy
0c73722a91
vendor in notifier
2015-11-15 18:42:27 -08:00
Jeromy
d4b42f8e45
fixes for sha3
2015-11-15 18:28:35 -08:00
Jeromy
8f79df770e
vendor in gogo protobuf
2015-11-15 17:54:19 -08:00
Jeromy
f3d96ac5db
use only gogo protobuf
2015-11-15 17:44:56 -08:00
Jeromy
216db146ca
more vendoring
2015-11-15 11:56:01 -08:00
Jeromy
e142795053
remove dependency on key
2015-11-13 16:18:52 -08:00
Jeromy
d68ac4ce4a
add gitignore
2015-11-11 16:44:54 -08:00
Jeromy
51fd99e363
extract from 0.4.0
2015-11-11 16:19:51 -08:00
Juan Benet
5a0162c75f
Merge pull request #2 from WeMeetAgain/patch-1
...
Update README.md
2015-10-02 06:28:43 -04:00
Cayman
9f1acc3551
Update README.md
...
remove duplicate word: project
2015-10-01 14:39:39 -07:00
Juan Batiz-Benet
339bbdaab9
util metrics
2015-09-30 19:24:18 -04:00
Juan Batiz-Benet
2392434b6d
rewrote imports to p2p
2015-09-30 19:24:00 -04:00