1. 04 Sep, 2016 2 commits
  2. 23 Aug, 2016 2 commits
  3. 16 Aug, 2016 1 commit
  4. 15 Aug, 2016 1 commit
  5. 30 Jun, 2016 1 commit
  6. 24 Jun, 2016 1 commit
  7. 23 Jun, 2016 7 commits
  8. 22 Jun, 2016 1 commit
  9. 31 May, 2016 1 commit
  10. 16 May, 2016 1 commit
  11. 10 May, 2016 1 commit
  12. 16 Apr, 2016 5 commits
  13. 30 Jan, 2016 1 commit
    • Randall Leeds's avatar
      Leave overflow logic to go-msgio · 62b0a5c2
      Randall Leeds authored
      go-msgio implements the message length limit (currently 8MB), so the
      secio reader can get away without re-implementing this logic.
      
      Instead, the reader lets go-msgio allocate a buffer when the output
      buffer is too small to hold the incoming message. This buffer is kept
      and drained into the output buffer(s) of Read() calls and released back
      to the msgio instance once it is fully drained.
      
      License: MIT
      Signed-off-by: default avatarRandall Leeds <randall@bleeds.info>
      62b0a5c2
  14. 04 Jan, 2016 1 commit
  15. 07 Dec, 2015 1 commit
    • Jeromy's avatar
      WIP · 47fb36ea
      Jeromy authored
      47fb36ea
  16. 19 Nov, 2015 1 commit
  17. 16 Nov, 2015 3 commits
  18. 12 Nov, 2015 1 commit
  19. 30 Sep, 2015 2 commits