Jeromy Johnson
952df0602f
Merge pull request #231 from libp2p/fix/drain-on-close
make sure to not drop writes on close
7 years ago
Steven Allen
860d278469
make sure to not drop writes on close
Before, on close, we:
1. Weren't completing the write.
2. Flushing the buffer without waiting the latency delay.
This fixes that by using two separate channels for close/reset and ignoring the
close channel in deliverOrWait.
7 years ago
Steven Allen
461faf4aaf
Merge pull request #230 from libp2p/feat/update-stream-muxer
update go-stream-muxer
7 years ago
Steven Allen
664afd4c74
gx publish 5.0.0
7 years ago
Steven Allen
17354d7768
get rid of debugging code
7 years ago
Steven Allen
34421451f5
reset on error in reconnect test
7 years ago
Steven Allen
6b6687f9e4
reset on error in echo
7 years ago
Steven Allen
d2dd60a285
reset on error in proxy example.
7 years ago
Steven Allen
925ac42502
Reset on error in ping.
7 years ago
Steven Allen
7cdd4bc984
Reset on error in basic_host
7 years ago
Steven Allen
1b9aa7789c
update go-stream-muxer
* Fix the tests to work with separate reset/close methods.
* Ensure we interrupt writes on reset.
* Always delay the proper time even if we're sending short messages.
* Copy buffers as we send them. `Write` is not allowed to hang onto buffers. If
we run into performance issues, we can always add a buffer pool.
7 years ago
Steven Allen
958008b574
Merge pull request #228 from ssikdar1/master
Protocol Multiplexing Example: Fixing build instruction so copy and pasting from the Readme works
7 years ago
ssikdar1
7f03ab4b6f
Fixing build insctuction so copy and pasting from Readme works
As is go build ./examples/protocol-multiplexing-with-multicodecs
will make the binary name protocol-multiplexing-with-multicodecs
so the next command ./multicodecs won't run
using -o will name the outputfile
7 years ago
verysimplyms
7990195e5f
docs: fix typo in README
7 years ago
Steven Allen
f9211ef677
Merge pull request #226 from libp2p/gx/update-37wfbd
gx: update go-ws-transport
7 years ago
Steven Allen
50972d7ba9
gx publish 4.5.5
7 years ago
Jeromy
192737b5c8
gx publish 4.5.4
7 years ago
Lars Gierth
3e4b0f09d0
Merge pull request #224 from libp2p/fix/219
Fix the go get command.
7 years ago
Steven Allen
439fb2655f
Fix the go get command.
We need to download dependencies for all packages in the repo, not just the
root (there are no packages at the root).
fixes #219
7 years ago
Steven Allen
50e78ea4cc
Merge pull request #223 from libp2p/fix/179
examples/echo: recommend -secio
7 years ago
Steven Allen
00cf69eb49
examples/echo: recommend -secio
When not using -secio, this command prints a warning. This confuses users so we
should just tell users to use it in the instructions.
fixes #179
7 years ago
Steven Allen
6d91fad4c2
Merge pull request #221 from libp2p/gx/update-4ruucc
gx: update go-cid, go-multibase, base32
7 years ago
Steven Allen
4debb622d9
gx publish 4.5.3
7 years ago
Steven Allen
da69d3a757
Merge pull request #218 from libp2p/gx/update-0zelrc
gx: update go-reuseport
7 years ago
Łukasz Magiera
4e92eef8e6
gx publish 4.5.2
7 years ago
David Dias
caa868349a
docs: fix, deduplicate tests instructions
7 years ago
Steven Allen
c50d6f5b4e
Merge pull request #216 from libp2p/feat/summer-cleaning
Summer cleaning
7 years ago
David Dias
3d33ba1915
apply cr
7 years ago
David Dias
4cc6a4e0f8
apply cr
7 years ago
David Dias
e7293cb509
docs: remove coverage badge (non existent)
7 years ago
David Dias
2c7c62ee3a
docs(examples): give a pass through remaining examples
7 years ago
David Dias
a8926ed732
docs(examples): small refresh to the echo example
7 years ago
David Dias
b2d738a349
docs: add a note about gxifying deps
7 years ago
David Dias
564e2ba314
docs(examples): reorganize examples and tutorials, add an index
7 years ago
David Dias
c7ad187fe0
docs: refresh the readme, add more information for new contributors, add new logo, make it match js-libp2p
7 years ago
Steven Allen
4aa941a422
gx publish 4.5.1
7 years ago
Steven Allen
8f5e12e7bd
Merge pull request #214 from libp2p/gx/update-95g3kv
gx: update go-testutil
7 years ago
Steven Allen
7b8fe952e1
gx: update go-testutil
7 years ago
Lars Gierth
6308a90c39
gx publish 4.5.0
7 years ago
Lars Gierth
3a57e7080d
Merge pull request #211 from libp2p/fix/notify-tests
tests: update test cases to act like go-peerstream 1.7.0
7 years ago
Lars Gierth
4ff80c1923
Merge pull request #189 from libp2p/feat/dns
Resolve /dns4, /dns6, /dnsaddr multiaddrs
7 years ago
Lars Gierth
e0c5c22dbc
Avoid unneccessary multiaddr resolutions
7 years ago
Lars Gierth
0c23c9684c
Resolve /dns4, /dns6, /dnsaddr multiaddrs
8 years ago
Steven Allen
6d63a88a12
Merge pull request #213 from gurry/master
Made the image render inline
7 years ago
Gurinder Singh
8f9170f6e2
Made the image render inline
7 years ago
vyzo
e44e538a2f
Merge pull request #210 from libp2p/feat/circuit-relay
Circuit Relay integration with basic_host
7 years ago
vyzo
6be81d34c1
basic_host: take base context as parameter in NewHost
7 years ago
vyzo
fd23cf6fa5
basic_host: add the relay after the host construction is complete
7 years ago
vyzo
b97f1c5f56
gx: update go-libp2p-circuit to 1.1.3
7 years ago
vyzo
674256ec4d
update go-libp2p-circuit dependency to 1.1.1
7 years ago