Jeromy Johnson
e9edd9bdc3
Merge pull request #49 from ipfs/fix/id-hang
close wait channel in all cases, not just success
9 years ago
Jeromy
6dc5e19c54
close wait channel in all cases, not just success
9 years ago
Jeromy
ea5428f97e
gx publish version 3.2.0
9 years ago
Jeromy Johnson
288d677b99
Merge pull request #48 from ipfs/feat/update-muxers
update muxers, includes yamux deadlock fix
9 years ago
Jeromy
de1d675417
update muxers, includes yamux deadlock fix
9 years ago
Jeromy Johnson
50d718fc5e
Merge pull request #47 from ipfs/feat/update-deps
update go-multiaddr and go-stream-muxer deps
9 years ago
Jeromy
fd7aefb579
update go-multiaddr and go-stream-muxer deps
9 years ago
Jeromy Johnson
36335e4366
Merge pull request #46 from ipfs/feat/override-mux-prefs
add env var for overriding muxer prefs
9 years ago
Jeromy
2d0c57e7d3
add env var for overriding muxer prefs
9 years ago
Jeromy Johnson
0436764ffa
Merge pull request #44 from ipfs/fix/dial-read-deadline
add a read deadline for the multistream select on dial
9 years ago
Jeromy Johnson
17632a3b6c
Merge pull request #40 from ipfs/publish-3.0.0
Publish 3.0.0
9 years ago
Lars Gierth
664cf0001f
Rewrite import paths for CI
License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
9 years ago
Lars Gierth
55d6bd1eed
Publish 3.0.0
License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
9 years ago
Lars Gierth
7d2224667a
Add package extraction notes
License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
9 years ago
Lars Gierth
fa83747571
Fix bugs and gxVersion fields in manifest
License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
9 years ago
Jeromy
b0ad207270
rewrite all package paths to dvcs
9 years ago
Jeromy
d8a6d25b8c
add a read deadline for the multistream select on dial
9 years ago
Jeromy
0d7301a721
publish version 2.0.3
9 years ago
Jeromy Johnson
32eebe9c72
Merge pull request #43 from ipfs/feat/update-utp
recursive dependency update of utp lib
9 years ago
Jeromy
15b28dc0ce
recursive dependency update of utp lib
9 years ago
Jeromy
3d7625f442
add go compiler version requirement to package.json
9 years ago
Jeromy Johnson
bd600922d3
Merge pull request #36 from ipfs/filter-ip6
Fix address filtering for /ip6, add tests
9 years ago
Jeromy Johnson
37bff87bd4
Merge pull request #37 from ipfs/deps/cleanup
Deps/cleanup
9 years ago
Jeromy
d9d52ad840
gx publish version 2.0.2
9 years ago
Jeromy
4f82ae5e62
move some deps out as gx packages
9 years ago
Jeromy
bd4f4b5bcf
gx version bump
9 years ago
Jeromy
177889d23e
gx publish
9 years ago
Jeromy Johnson
b12b73d0cc
Merge pull request #35 from ipfs/fix/listener-hang
Handle incoming conns in their own goroutines
9 years ago
Jeromy
261b113530
add a test with connections timing out
9 years ago
Lars Gierth
2b226b9b5a
Fix address filtering for /ip6, add tests
License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
9 years ago
Jeromy Johnson
9ce2eebd25
Merge pull request #30 from Stebalien/local-api
Allow users to override the IPFS API address when fetching dependencies
9 years ago
Jeromy
e123a79f92
make test smaller for osx
9 years ago
Jeromy
d3a90434f1
add test to show concurrency of dials
9 years ago
Jeromy
9d44390084
address feedback from CR
9 years ago
Jeromy
b938ab9ab6
Handle incoming conns in their own goroutines
Doing the multistream negotiation in sync causes hanging issues.
This commit accepts transport connections and starts the negotiation
in a separate goroutine, sending it down a channel when its ready.
9 years ago
Jeromy
59928fbad4
add roadmap.md
9 years ago
Jeromy
0d2ae7b73f
don't break listener on failed msmux negotiation
9 years ago
Jeromy Johnson
fe95f0a086
Merge pull request #33 from ipfs/feat/multistream-crypto
add multistream select to select which crypto to use
9 years ago
Jeromy
cb974e87c1
rename protocols after discussion
9 years ago
Jeromy
9c68f44a14
version multistream protocol tags
9 years ago
Jeromy
60d096098e
use different protocol tag for unencrypted transport
9 years ago
Jeromy
200d7a872f
add multistream select to select which crypto to use
9 years ago
Jeromy
c7cc7482e3
update utp lib
9 years ago
Jeromy
90a6977bd9
fix accidental find and replace fail
9 years ago
Steven Allen
cdc8b78e97
allow users to override the IPFS API address when fetching dependencies
9 years ago
Jeromy Johnson
c9ef94cc04
Merge pull request #28 from mnp/master
fix #27 , bad link
9 years ago
Mitchell Perilstein
c769229bf7
fix link
9 years ago
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