1. 30 Apr, 2021 1 commit
  2. 04 Jan, 2021 2 commits
  3. 15 Apr, 2020 1 commit
    • Steven Allen's avatar
      feat: reduce allocations · 68edc965
      Steven Allen authored
      After profiling allocations on a bootstrap node, I've noticed that
      peerInfoToPBPeer is a very heavy source of allocations. This change should
      improve the situation significantly.
      68edc965
  4. 07 Apr, 2020 1 commit
  5. 03 Apr, 2020 1 commit
    • Steven Allen's avatar
      feat: better logging · 445472b1
      Steven Allen authored
      * Remove deprecated events.
      * Fix warning -> warn.
      * Use structured logging (some places).
      445472b1
  6. 05 Feb, 2020 1 commit
  7. 02 Dec, 2019 1 commit
    • Steven Allen's avatar
      chore(dep): update · 0d482540
      Steven Allen authored
      Update deps:
      
      * Switch to multiformats/go-base32
      * Regenerate protobuf decoding code
      0d482540
  8. 26 May, 2019 1 commit
  9. 18 Feb, 2019 1 commit
  10. 08 Aug, 2018 1 commit
  11. 28 Mar, 2018 1 commit
  12. 18 Dec, 2017 1 commit
  13. 06 Mar, 2017 1 commit
    • Jeromy's avatar
      Fixes for dht findpeer queries · 00b46e0c
      Jeromy authored
      First, we use Alpha instead of K as the number of peers we grab from the
      routing table (as per the kademlia paper).
      
      Second, we don't use a size limited set for the 'GetClosestPeers' query.
      We're going to process more than K peers before we find the K closest
      peers.
      
      Third, Change GetClosestPeers to actually return the K Closest peers,
      not a hodge podge of peers that it found on the way to finding the
      closest peers.
      00b46e0c
  14. 05 Oct, 2016 1 commit
  15. 30 Sep, 2016 1 commit
  16. 03 Sep, 2016 1 commit
  17. 02 Sep, 2016 1 commit
  18. 21 Aug, 2016 1 commit
  19. 04 Jul, 2016 1 commit
  20. 24 Jun, 2016 1 commit
  21. 15 Jun, 2016 1 commit
  22. 11 Jun, 2016 1 commit
  23. 09 Jun, 2016 1 commit
  24. 07 Jun, 2016 1 commit
  25. 01 Jun, 2016 1 commit
  26. 31 May, 2016 1 commit
  27. 17 May, 2016 2 commits
  28. 16 May, 2016 1 commit
  29. 13 May, 2016 1 commit
  30. 10 May, 2016 1 commit
  31. 04 May, 2016 1 commit
  32. 27 Apr, 2016 1 commit
  33. 17 Apr, 2016 2 commits
  34. 11 Apr, 2016 1 commit
  35. 07 Apr, 2016 1 commit
  36. 30 Mar, 2016 1 commit
  37. 25 Mar, 2016 1 commit