1. 27 Jul, 2017 7 commits
  2. 26 Jul, 2017 3 commits
  3. 19 Jul, 2017 2 commits
  4. 15 Jul, 2017 2 commits
  5. 12 Jul, 2017 3 commits
  6. 11 Jul, 2017 3 commits
  7. 04 Jul, 2017 2 commits
  8. 29 Jun, 2017 2 commits
  9. 20 Jun, 2017 3 commits
  10. 30 May, 2017 2 commits
  11. 17 May, 2017 3 commits
  12. 12 May, 2017 1 commit
  13. 25 Mar, 2017 1 commit
  14. 24 Mar, 2017 2 commits
  15. 07 Mar, 2017 1 commit
  16. 06 Mar, 2017 3 commits
    • Jeromy's avatar
      gx publish 2.4.22 · 9bcd7fe4
      Jeromy authored
      9bcd7fe4
    • Jeromy Johnson's avatar
      Merge pull request #52 from libp2p/fix/closest-peers-issue · 8604818f
      Jeromy Johnson authored
      WIP: fixing getclosestpeers full-peerset bug
      8604818f
    • 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