1. 10 Apr, 2016 1 commit
    • Jeromy's avatar
      Handle incoming conns in their own goroutines · b938ab9a
      Jeromy authored
      Doing the multistream negotiation in sync causes hanging issues.
      This commit accepts transport connections and starts the negotiation
      in a separate goroutine, sending it down a channel when its ready.
      b938ab9a
  2. 07 Apr, 2016 1 commit
  3. 06 Apr, 2016 3 commits
  4. 30 Mar, 2016 1 commit
  5. 09 Mar, 2016 1 commit
  6. 08 Mar, 2016 1 commit
  7. 05 Mar, 2016 1 commit
  8. 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
  9. 03 Mar, 2016 2 commits
  10. 14 Feb, 2016 1 commit
  11. 31 Jan, 2016 1 commit
  12. 05 Jan, 2016 1 commit
  13. 04 Jan, 2016 1 commit
  14. 07 Dec, 2015 1 commit
    • Jeromy's avatar
      WIP · d91b419e
      Jeromy authored
      d91b419e
  15. 24 Nov, 2015 1 commit
  16. 20 Nov, 2015 1 commit
  17. 19 Nov, 2015 1 commit
  18. 17 Nov, 2015 3 commits
  19. 16 Nov, 2015 5 commits
  20. 15 Nov, 2015 1 commit
  21. 14 Nov, 2015 1 commit
  22. 12 Nov, 2015 1 commit
  23. 30 Sep, 2015 2 commits