1. 22 Feb, 2020 1 commit
    • Steven Allen's avatar
      fix: obey the context when sending messages to peers · 0b029388
      Steven Allen authored
      Related to #453 but not a fix. This will cause us to actually return early when
      we start blocking on sending to some peers, but it won't really _unblock_ those
      peers. For that, we need to write with a context.
      0b029388
  2. 05 Nov, 2019 1 commit
    • Steven Allen's avatar
      chore: rename bootstrap to refresh · ef319676
      Steven Allen authored
      As pointed out by raul, bootstrapping and refreshing are not the same thing.
      Bootstrapping is the initial setup (i.e., connect to some initial nodes to get
      started). Refreshing is the process of refreshing the routing table.
      ef319676
  3. 01 Nov, 2019 1 commit
  4. 26 May, 2019 1 commit
  5. 12 Feb, 2019 2 commits
  6. 03 Feb, 2019 1 commit
  7. 10 Aug, 2018 3 commits
  8. 08 Aug, 2018 1 commit
  9. 01 Jun, 2018 3 commits
  10. 07 Feb, 2018 1 commit
  11. 14 Sep, 2017 1 commit
    • Steven Allen's avatar
      Retry queries if a write to the stream fails. · d3d572b7
      Steven Allen authored
      Previously, we'd only retry when a write failed (in case the peer was using
      single-use streams). However, in the new world of half-open streams, writes
      still succeed on remote-closed streams so this isn't sufficient. Instead, we
      need to retry on read failure as well.
      
      Note: this was technically broken before because a peer could write on a stream
      before receiving the close message causing the write to succeed but the
      subsequent read to fail.
      d3d572b7
  12. 05 Oct, 2016 1 commit
  13. 30 Sep, 2016 3 commits
  14. 03 Sep, 2016 1 commit
  15. 02 Sep, 2016 1 commit
  16. 21 Aug, 2016 1 commit
  17. 26 Jul, 2016 1 commit
  18. 04 Jul, 2016 1 commit
  19. 02 Jul, 2016 1 commit
  20. 01 Jul, 2016 1 commit
  21. 24 Jun, 2016 1 commit
  22. 15 Jun, 2016 1 commit
  23. 12 Jun, 2016 2 commits
  24. 11 Jun, 2016 1 commit
  25. 07 Jun, 2016 2 commits
  26. 01 Jun, 2016 1 commit
  27. 31 May, 2016 1 commit
  28. 17 May, 2016 1 commit
  29. 16 May, 2016 1 commit
  30. 13 May, 2016 1 commit
  31. 10 May, 2016 1 commit