1. 13 Feb, 2016 3 commits
  2. 11 Feb, 2016 2 commits
  3. 31 Jan, 2016 2 commits
  4. 30 Jan, 2016 3 commits
  5. 12 Jan, 2016 8 commits
  6. 10 Nov, 2015 2 commits
  7. 08 Nov, 2015 1 commit
  8. 05 Nov, 2015 1 commit
  9. 27 Oct, 2015 1 commit
  10. 04 Oct, 2015 1 commit
  11. 03 Oct, 2015 1 commit
  12. 02 Oct, 2015 1 commit
  13. 01 Oct, 2015 1 commit
  14. 29 Sep, 2015 3 commits
    • Jeromy's avatar
      Implement ipns republisher · aea26285
      Jeromy authored
      This commit adds a very basic process that will periodically go through
      a list of given ids and republish the values for their ipns entries.
      
      License: MIT
      Signed-off-by: default avatarJeromy <jeromyj@gmail.com>
      aea26285
    • Jeromy's avatar
      Fix dht queries · e26360b5
      Jeromy authored
      Queries previously would sometimes only query three (alpha value) peers
      before halting the operation. This PR changes the number of peers
      grabbed from the routing table to start a query to K.
      
      Dht nodes would also not respond with enough peers, as per the kademlia
      paper, this has been changed to from 4 to 'K'.
      
      The query mechanism itself also was flawed in that it would pull all the
      peers it had yet to query out of the queue and 'start' the query for
      them. The concurrency rate limiting was done inside the 'queryPeer'
      method after the goroutine was spawned. This did not allow for peers
      receiver from query replies to be properly queried in order of distance.
      
      License: MIT
      Signed-off-by: default avatarJeromy <jeromyj@gmail.com>
      e26360b5
    • Jeromy's avatar
      ipns record selection via sequence numbers · b47ab797
      Jeromy authored
      This commit adds a sequence number to the IpnsEntry protobuf
      that is used to determine which among a set of entries for the same key
      is the 'most correct'.
      
      GetValues has been added to the routing interface to retrieve a set of
      records from the dht, for the caller to select from.
      
      GetValue (singular) will call GetValues, select the 'best' record, and
      then update that record to peers we received outdated records from.
      This will help keep the dht consistent.
      
      License: MIT
      Signed-off-by: default avatarJeromy <jeromyj@gmail.com>
      b47ab797
  15. 15 Sep, 2015 1 commit
  16. 09 Sep, 2015 1 commit
  17. 23 Aug, 2015 1 commit
  18. 17 Aug, 2015 1 commit
  19. 16 Aug, 2015 1 commit
  20. 12 Aug, 2015 1 commit
  21. 19 Jul, 2015 1 commit
  22. 18 Jul, 2015 1 commit
  23. 14 Jul, 2015 1 commit
  24. 13 Jul, 2015 1 commit