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