1. 30 Mar, 2016 2 commits
  2. 09 Mar, 2016 1 commit
  3. 08 Mar, 2016 1 commit
  4. 05 Mar, 2016 1 commit
  5. 04 Mar, 2016 1 commit
    • Jeromy's avatar
      Add fallback dialer · 1b84a1cc
      Jeromy authored
      Previously we were unable to dial on a given transport if there were no
      listener addresses defined for that. This meant that most people couldnt
      use utp (as they had no utp listener transport to dial from).
      1b84a1cc
  6. 03 Mar, 2016 2 commits
  7. 02 Mar, 2016 1 commit
  8. 21 Feb, 2016 1 commit
  9. 17 Feb, 2016 2 commits
  10. 14 Feb, 2016 1 commit
  11. 10 Feb, 2016 1 commit
  12. 31 Jan, 2016 1 commit
  13. 30 Jan, 2016 1 commit
    • Randall Leeds's avatar
      Leave overflow logic to go-msgio · f5809511
      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>
      f5809511
  14. 05 Jan, 2016 1 commit
  15. 04 Jan, 2016 1 commit
  16. 11 Dec, 2015 1 commit
  17. 07 Dec, 2015 1 commit
    • Jeromy's avatar
      WIP · d91b419e
      Jeromy authored
      d91b419e
  18. 24 Nov, 2015 1 commit
  19. 20 Nov, 2015 1 commit
  20. 19 Nov, 2015 1 commit
  21. 17 Nov, 2015 3 commits
  22. 16 Nov, 2015 7 commits
  23. 15 Nov, 2015 1 commit
  24. 14 Nov, 2015 1 commit
  25. 12 Nov, 2015 1 commit
  26. 30 Sep, 2015 2 commits