1. 24 Jan, 2015 1 commit
  2. 23 Jan, 2015 3 commits
  3. 21 Jan, 2015 1 commit
  4. 20 Jan, 2015 5 commits
  5. 18 Jan, 2015 1 commit
  6. 17 Jan, 2015 1 commit
  7. 14 Jan, 2015 3 commits
  8. 13 Jan, 2015 1 commit
  9. 12 Jan, 2015 4 commits
  10. 11 Jan, 2015 2 commits
    • Juan Batiz-Benet's avatar
      updated peerstream: fixed hanging bug · 14b4c822
      Juan Batiz-Benet authored
      peerstream would hang when it got many temporary errors.
      temp errors should not count as an error. Now, it will
      only exit when an error is not temporary.
      
      I kept the acceptErr channel because it will no longer
      cause a bad hang. The goroutine is exiting, so if it
      blocks until acceptErr is read, it's fine. If users
      launch tons of listers and see goroutines building up,
      they know they should be reading + logging those.
      14b4c822
    • Juan Batiz-Benet's avatar
      added temp-err-catcher · fd3e0bb3
      Juan Batiz-Benet authored
      fd3e0bb3
  11. 10 Jan, 2015 2 commits
  12. 09 Jan, 2015 2 commits
  13. 08 Jan, 2015 1 commit
  14. 06 Jan, 2015 1 commit
  15. 04 Jan, 2015 1 commit
  16. 02 Jan, 2015 4 commits
  17. 01 Jan, 2015 1 commit
    • Juan Batiz-Benet's avatar
      peerstream update · a2abf108
      Juan Batiz-Benet authored
      peerstream was updated to use pluggable transports, including
      muxado. The interface was also simplified slightly.
      a2abf108
  18. 31 Dec, 2014 2 commits
  19. 28 Dec, 2014 1 commit
  20. 23 Dec, 2014 1 commit
  21. 20 Dec, 2014 1 commit
  22. 18 Dec, 2014 1 commit