- 24 Sep, 2017 1 commit
-
-
Eric Harris-Braun authored
-
- 21 Sep, 2017 1 commit
-
-
vyzo authored
-
- 14 Sep, 2017 1 commit
-
-
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 5 commits
-
-
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.
-
- 07 Aug, 2017 2 commits
-
-
Lars Gierth authored
-
Lars Gierth authored
-
- 04 Aug, 2017 1 commit
-
-
Gurinder Singh authored
-
- 02 Aug, 2017 2 commits
- 01 Aug, 2017 2 commits
- 27 Jul, 2017 1 commit
-
-
Steven Allen authored
-
- 22 Jul, 2017 1 commit
-
-
vyzo authored
-
- 21 Jul, 2017 1 commit
-
-
vyzo authored
-
- 12 Jul, 2017 1 commit
-
-
Jeromy authored
-
- 11 Jul, 2017 1 commit
-
-
Jeromy authored
-
- 05 Jun, 2017 1 commit
-
-
Enzo Haussecker authored
-
- 03 Jun, 2017 1 commit
-
-
Enzo Haussecker authored
-
- 31 May, 2017 1 commit
-
-
Lars Gierth authored
There were previously 4 different ways of passing various options into BasicHost construction. 1. Function parameters to New 2. Option parameters to New 3. Global variables, e.g. NegotiateTimeout 4. Options struct, in the calling code in go-ipfs This changeset deprecated all of these, and introduces the HostOpts struct to replace them. It also introduces a new constructor called NewHost, which accepts a *HostOpts. The old New constructor continues to work the same way, but is from now on deprecated too.
-
- 30 May, 2017 1 commit
-
-
Lars Gierth authored
-
- 24 Apr, 2017 3 commits
-
-
Jakub Sztandera authored
-
Jakub Sztandera authored
-
Jakub Sztandera authored
-
- 12 Mar, 2017 1 commit
-
-
Lars Gierth authored
-
- 10 Jan, 2017 1 commit
-
-
Jeromy authored
-
- 05 Jan, 2017 1 commit
-
-
Jeromy authored
-
- 26 Dec, 2016 1 commit
-
-
Jeromy authored
-
- 18 Nov, 2016 1 commit
-
-
Jeromy authored
-
- 17 Nov, 2016 1 commit
-
-
Jeromy authored
-
- 11 Nov, 2016 1 commit
-
-
Jeromy authored
-
- 10 Nov, 2016 2 commits
- 08 Nov, 2016 1 commit
-
-
Jeromy authored
-
- 05 Nov, 2016 1 commit
-
-
Jeromy authored
-
- 04 Nov, 2016 1 commit
-
-
Jeromy authored
-
- 25 Oct, 2016 1 commit
-
-
Jeromy authored
-