Jeromy Johnson
7369636014
Update README.md
9 years ago
Jeromy Johnson
11a1fbb0ef
Merge pull request #25 from ipfs/feat/update-streams
switch to new version of go-stream-muxer
9 years ago
Jeromy
ec85e0bbdf
bump yamux backlog setting way up
9 years ago
Jeromy
955ae93a4b
switch to new version of go-stream-muxer
9 years ago
Jeromy Johnson
be1f55801d
Merge pull request #22 from ipfs/feat/fallback-dialer
Add fallback dialer
9 years ago
Jeromy
5ec1f553f0
fix fallback code and add a few new tests
9 years ago
Jeromy
1b84a1cc9d
Add fallback dialer
Previously we were unable to dial on a given transport if there were no
listener addresses defined for that. This meant that most people couldnt
use utp (as they had no utp listener transport to dial from).
9 years ago
Jeromy Johnson
03aa3d252e
Merge pull request #21 from ipfs/feat/mafmt
use multiaddr format to do validation of addresses
9 years ago
Jeromy
648902840d
use multiaddr format to do validation of addresses
9 years ago
Jeromy Johnson
e7ff04cef6
Merge pull request #20 from ipfs/feat/update-maddr
update version of go-multiaddr
9 years ago
Jeromy
a458b0392d
fix gx installs to gateway
9 years ago
Jeromy
7b48e5bc4d
update version of go-multiaddr
9 years ago
Jeromy
7d1706f7ab
make mdns service tag conform to standards
9 years ago
Jeromy
1deeb429fb
record ping latencies in peerstore
9 years ago
Jeromy Johnson
cddfee5ad3
Merge pull request #15 from ipfs/fix/address-observe
add remote multiaddr from active connection to peerstore
9 years ago
Jeromy
933f457576
add travis caching
9 years ago
Jeromy
e4934f1014
add remote multiaddr from active connection to peerstore
9 years ago
Jeromy Johnson
8c511da9b0
Merge pull request #16 from ipfs/fix/travis
make travis install gx deps
9 years ago
Jeromy
98c7ca0d86
finish deps rewrite
9 years ago
Jeromy
c8eb5a4bf1
make travis install gx deps
9 years ago
Jeromy Johnson
176713e3b4
Merge pull request #14 from dignifiedquire/patch-1
Remove superfluous square bracket
9 years ago
Friedel Ziegelmayer
b60792620c
Remove superfluous square bracket
9 years ago
Jeromy
c14ec1c4dc
change listener errors to warnings
9 years ago
Jeromy
8d928334b5
make PeerInfo loggable
9 years ago
Jeromy
9600c039a0
correct go-keyspace dep
9 years ago
Jeromy
62af652294
update to utp code from master of go-ipfs
9 years ago
Jeromy Johnson
a24d8ba910
Merge pull request #13 from tilgovi/cleanup-secio-reader-overflow
Leave overflow logic to go-msgio
9 years ago
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>
9 years ago
Jeromy
c441a14b69
add utp to have feature parity with go-ipfs
9 years ago
Jeromy
ada8212cac
path rewrites
9 years ago
Jeromy
451945c2c5
vendor fixing
9 years ago
Jeromy
87646346c5
new package.json, correct deps
9 years ago
Jeromy
d21c927da2
add new deps
9 years ago
Jeromy
d91b419ecf
WIP
9 years ago
Jeromy
a40ef34357
fix go-net vendored imports
9 years ago
Jeromy
1c077de55b
reimport gogo-protobuf to adjust inter package imports
9 years ago
Jeromy
1c6efef4f8
vendor in go-detect-race
9 years ago
Jeromy Johnson
23ce23285c
Merge pull request #6 from diasdavid/docs/roadmap
docs/roadmap
9 years ago
Juan Benet
e0643c76a4
Merge pull request #8 from ipfs/feat/new-stream-ctx
make new stream calls accept a context
9 years ago
Jeromy
e48fb00bcb
no install step
9 years ago
Jeromy
cca312d330
add .travis.yml
9 years ago
Jeromy
dafa3bf917
make new stream calls accept a context
9 years ago
David Dias
c7f397babb
add logo
9 years ago
David Dias
7f7b76d39c
add -u on install things
9 years ago
David Dias
35a0ea39a3
remove _test.go
9 years ago
Jeromy
9d40a0af19
migrate to gx namespace
9 years ago
David Dias
b1177c0d2f
remove rust ref
9 years ago
David Dias
cb5c52042b
add roadmap and make uniform with the remaining libp2p implementations
9 years ago
David Dias
c7a14581a7
add more information to the readme
9 years ago
Jeromy
fb31f44627
remove prometheus dep
9 years ago