1. 06 Oct, 2018 1 commit
  2. 05 Oct, 2018 1 commit
  3. 01 Oct, 2018 1 commit
  4. 29 Sep, 2018 1 commit
  5. 26 Sep, 2018 3 commits
  6. 21 Sep, 2018 1 commit
  7. 14 Sep, 2018 1 commit
  8. 13 Sep, 2018 1 commit
  9. 10 Sep, 2018 1 commit
  10. 08 Sep, 2018 1 commit
  11. 07 Sep, 2018 1 commit
  12. 02 Sep, 2018 1 commit
  13. 31 Aug, 2018 1 commit
  14. 28 Aug, 2018 1 commit
  15. 13 Aug, 2018 1 commit
  16. 09 Aug, 2018 1 commit
  17. 08 Aug, 2018 3 commits
  18. 02 Aug, 2018 1 commit
  19. 27 Jul, 2018 1 commit
  20. 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
  21. 12 Jun, 2018 1 commit
  22. 09 Jun, 2018 1 commit
  23. 06 Jun, 2018 2 commits
  24. 05 Jun, 2018 1 commit
  25. 27 Mar, 2018 1 commit
  26. 16 Feb, 2018 1 commit
  27. 14 Feb, 2018 1 commit
  28. 28 Jan, 2018 1 commit
  29. 27 Jan, 2018 1 commit
  30. 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
  31. 17 Nov, 2017 2 commits
  32. 06 Oct, 2017 1 commit