1. 14 Sep, 2017 1 commit
    • Steven Allen's avatar
      make sure to not drop writes on close · 860d2784
      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.
      860d2784
  2. 13 Sep, 2017 9 commits
  3. 08 Sep, 2017 2 commits
  4. 06 Sep, 2017 1 commit
  5. 05 Sep, 2017 3 commits
  6. 04 Sep, 2017 1 commit
  7. 03 Sep, 2017 1 commit
    • Steven Allen's avatar
      Fix the go get command. · 439fb265
      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
      439fb265
  8. 01 Sep, 2017 1 commit
  9. 31 Aug, 2017 1 commit
    • Steven Allen's avatar
      examples/echo: recommend -secio · 00cf69eb
      Steven Allen authored
      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
      00cf69eb
  10. 29 Aug, 2017 2 commits
  11. 23 Aug, 2017 2 commits
  12. 21 Aug, 2017 3 commits
  13. 20 Aug, 2017 1 commit
  14. 19 Aug, 2017 6 commits
  15. 16 Aug, 2017 3 commits
  16. 07 Aug, 2017 3 commits