1. 19 Apr, 2016 1 commit
  2. 11 Apr, 2016 1 commit
  3. 08 Apr, 2016 2 commits
  4. 07 Apr, 2016 1 commit
  5. 30 Mar, 2016 1 commit
  6. 25 Mar, 2016 1 commit
  7. 09 Mar, 2016 1 commit
  8. 13 Feb, 2016 3 commits
  9. 11 Feb, 2016 4 commits
  10. 31 Jan, 2016 2 commits
  11. 30 Jan, 2016 3 commits
  12. 29 Jan, 2016 1 commit
  13. 14 Jan, 2016 1 commit
  14. 12 Jan, 2016 1 commit
  15. 05 Jan, 2016 2 commits
  16. 05 Nov, 2015 1 commit
  17. 02 Nov, 2015 1 commit
  18. 27 Oct, 2015 1 commit
  19. 03 Oct, 2015 1 commit
  20. 02 Oct, 2015 1 commit
  21. 01 Oct, 2015 1 commit
  22. 30 Sep, 2015 1 commit
  23. 29 Sep, 2015 2 commits
    • Jeromy's avatar
      Implement ipns republisher · 815a031f
      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>
      815a031f
    • Jeromy's avatar
      ipns record selection via sequence numbers · cfcc3d6a
      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>
      cfcc3d6a
  24. 15 Sep, 2015 1 commit
  25. 23 Aug, 2015 1 commit
  26. 10 Jul, 2015 1 commit
  27. 01 Jun, 2015 1 commit
  28. 20 May, 2015 2 commits