- 15 Dec, 2017 3 commits
-
-
Steven Allen authored
1. Respect context. Before, we didn't respect the context when writing/reading the final nonce. 2. Don't make assumptions about connection buffering. Read/write handshake messages in parallel. 3. Return messages from ReadMsg to the buffer pool. 4. Close the connection on timeout. We can't reuse it at this point as there may be an outstanding writer/reader (and we don't allow parallel reads/writes).
-
Steven Allen authored
-
Steven Allen authored
-
- 04 Dec, 2017 3 commits
-
-
Whyrusleeping authored
gx: update go-multihash
-
Whyrusleeping authored
Update Travis CI to use standard test script.
-
Steven Allen authored
-
- 20 Nov, 2017 4 commits
-
-
Steven Allen authored
-
Kevin Atkinson authored
-
Kevin Atkinson authored
-
Steven Allen authored
share the buffer pool.
-
- 19 Nov, 2017 2 commits
-
-
Steven Allen authored
Before, we were copying it (dangerously, locks and stuff), into every writer. Now, we share it (like we should...). note: I'm not even sure if we should be using buffer pools (the allocator may be faster in this case) but that's another issue.
-
Steven Allen authored
-
- 09 Nov, 2017 3 commits
-
-
Steven Allen authored
-
Steven Allen authored
never return a partially setup secio connection
-
Steven Allen authored
Because paranoia.
-
- 26 Oct, 2017 2 commits
-
-
Steven Allen authored
-
Steven Allen authored
immediately perform the handshake when setting up the secure session
-
- 20 Sep, 2017 1 commit
-
-
Marten Seemann authored
-
- 19 Jul, 2017 2 commits
-
-
Steven Allen authored
-
Steven Allen authored
-
- 11 Jul, 2017 2 commits
- 25 May, 2017 2 commits
-
-
Jeromy Johnson authored
correct the mistake of comment
-
yenkuanlee authored
-
- 24 Mar, 2017 1 commit
-
-
Jeromy authored
-
- 21 Mar, 2017 1 commit
-
-
Jeromy authored
-
- 20 Mar, 2017 2 commits
-
-
Jakub Sztandera authored
README/golint: improve readme, make golint happy
-
Hector Sanjuan authored
License: MIT Signed-off-by: Hector Sanjuan <code@hector.link>
-
- 06 Mar, 2017 1 commit
-
-
Jeromy authored
-
- 03 Feb, 2017 2 commits
- 02 Feb, 2017 2 commits
- 29 Nov, 2016 1 commit
-
-
Jeromy authored
-
- 28 Nov, 2016 1 commit
-
-
Jeromy Johnson authored
be more careful about holding onto things forever
-
- 10 Nov, 2016 1 commit
-
-
Jeromy authored
-
- 14 Oct, 2016 1 commit
-
-
Richard Littauer authored
Update README URLs based on HTTP redirects
-
- 05 Oct, 2016 2 commits
-
-
Jeromy Johnson authored
gx publish 1.1.0
-
Jeromy authored
-
- 30 Sep, 2016 1 commit
-
-
Richard Littauer authored
-