1. 21 Sep, 2018 1 commit
  2. 14 Sep, 2018 1 commit
  3. 13 Sep, 2018 1 commit
  4. 10 Sep, 2018 1 commit
  5. 08 Sep, 2018 1 commit
  6. 07 Sep, 2018 1 commit
  7. 02 Sep, 2018 1 commit
  8. 31 Aug, 2018 1 commit
  9. 28 Aug, 2018 1 commit
  10. 13 Aug, 2018 1 commit
  11. 09 Aug, 2018 1 commit
  12. 08 Aug, 2018 3 commits
  13. 02 Aug, 2018 1 commit
  14. 27 Jul, 2018 1 commit
  15. 15 Jun, 2018 1 commit
    • Steven Allen's avatar
      reduce error to warning and log the error · b4428fda
      Steven Allen authored
      This happens all the time in tests where we intentionally use fake keys for
      performance.
      
      Anyways, users probably don't want their logs spammed with errors they can't do
      anything about.
      b4428fda
  16. 12 Jun, 2018 1 commit
  17. 09 Jun, 2018 1 commit
  18. 06 Jun, 2018 2 commits
  19. 05 Jun, 2018 1 commit
  20. 27 Mar, 2018 1 commit
  21. 16 Feb, 2018 1 commit
  22. 14 Feb, 2018 1 commit
  23. 28 Jan, 2018 1 commit
  24. 27 Jan, 2018 1 commit
  25. 20 Jan, 2018 3 commits
    • Steven Allen's avatar
      add test for forgetting address records · d7c4c0a2
      Steven Allen authored
      d7c4c0a2
    • Steven Allen's avatar
      register identify service netNotify · ea95a94e
      Steven Allen authored
      This way, we actually process disconnect notifications (and reduce the lifetime
      on peer addr records).
      ea95a94e
    • Steven Allen's avatar
      fix peerstore apocalypse redux · 096a2c83
      Steven Allen authored
      This commit prevents us from repeatedly extending the lifetimes of all observed
      addresses if a peer keeps on reconnecting.
      
      It also fixes two race conditions:
      
      1. We may end up processing a disconnect after a re-connect and may
      accidentally give the addresses associated with that peer a
      RecentlyConnectedAddrTTL instead of a ConnectedAddrTTL.
      
      2. We may end up processing a connect after the associated disconnect storing
      the associated peer addresses indefinitely.
      096a2c83
  26. 17 Nov, 2017 2 commits
  27. 06 Oct, 2017 1 commit
  28. 24 Sep, 2017 1 commit
  29. 21 Sep, 2017 1 commit
  30. 14 Sep, 2017 1 commit
    • Steven Allen's avatar
      make sure to not drop writes on close · 860d2784
      Steven Allen authored
      Before, on close, we:
      
      1. Weren't completing the write.
      2. Flushing the buffer without waiting the latency delay.
      
      This fixes that by using two separate channels for close/reset and ignoring the
      close channel in deliverOrWait.
      860d2784
  31. 13 Sep, 2017 4 commits