- 05 Dec, 2017 1 commit
-
-
Steven Allen authored
-
- 20 Nov, 2017 3 commits
-
-
Steven Allen authored
update gx deps
-
Steven Allen authored
-
Steven Allen authored
* msgio (moved) * secio * testutil
-
- 19 Nov, 2017 1 commit
-
-
Jakub Sztandera authored
Fix "go vet" errors.
-
- 17 Nov, 2017 2 commits
-
-
Steven Allen authored
There's really no reason to *only* do this if we have relays enabled. Doing it this way makes `go vet` happier and reduces conditional logic.
-
Kevin Atkinson authored
-
- 14 Nov, 2017 1 commit
-
-
Steven Allen authored
-
- 19 Oct, 2017 2 commits
-
-
Steven Allen authored
gx: update go-peerstream
-
Steven Allen authored
-
- 06 Oct, 2017 3 commits
-
-
Jeromy Johnson authored
Connmgr updates
-
Jeromy authored
-
Jeromy authored
-
- 01 Oct, 2017 1 commit
-
-
Jeromy authored
-
- 29 Sep, 2017 1 commit
-
-
Jeromy Johnson authored
allow tag to be passed into NewMdnsService
-
- 24 Sep, 2017 1 commit
-
-
Eric Harris-Braun authored
-
- 21 Sep, 2017 2 commits
-
-
Jakub Sztandera authored
basic_host: fix warning message
-
vyzo authored
-
- 16 Sep, 2017 1 commit
-
-
Steven Allen authored
-
- 14 Sep, 2017 3 commits
-
-
Steven Allen authored
-
Jeromy Johnson authored
make sure to not drop writes on close
-
Steven Allen authored
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.
-
- 13 Sep, 2017 9 commits
-
-
Steven Allen authored
update go-stream-muxer
-
Steven Allen authored
-
Steven Allen authored
-
Steven Allen authored
-
Steven Allen authored
-
Steven Allen authored
-
Steven Allen authored
-
Steven Allen authored
-
Steven Allen authored
* 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.
-
- 08 Sep, 2017 2 commits
-
-
Steven Allen authored
Protocol Multiplexing Example: Fixing build instruction so copy and pasting from the Readme works
-
ssikdar1 authored
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
-
- 06 Sep, 2017 1 commit
-
-
verysimplyms authored
-
- 05 Sep, 2017 3 commits
-
-
Steven Allen authored
gx: update go-ws-transport
-
Steven Allen authored
-
Jeromy authored
-
- 04 Sep, 2017 1 commit
-
-
Lars Gierth authored
Fix the go get command.
-
- 03 Sep, 2017 1 commit
-
-
Steven Allen authored
We need to download dependencies for all packages in the repo, not just the root (there are no packages at the root). fixes #219
-
- 01 Sep, 2017 1 commit
-
-
Steven Allen authored
examples/echo: recommend -secio
-