1. 30 Jan, 2016 1 commit
  2. 12 Jan, 2016 8 commits
  3. 10 Nov, 2015 1 commit
  4. 08 Nov, 2015 1 commit
  5. 05 Nov, 2015 1 commit
  6. 27 Oct, 2015 1 commit
  7. 04 Oct, 2015 1 commit
  8. 03 Oct, 2015 1 commit
  9. 02 Oct, 2015 1 commit
  10. 01 Oct, 2015 1 commit
  11. 29 Sep, 2015 3 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
      Fix dht queries · 235a9ec5
      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>
      235a9ec5
    • 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
  12. 15 Sep, 2015 1 commit
  13. 09 Sep, 2015 1 commit
  14. 23 Aug, 2015 1 commit
  15. 16 Aug, 2015 1 commit
  16. 12 Aug, 2015 1 commit
  17. 19 Jul, 2015 1 commit
  18. 18 Jul, 2015 1 commit
  19. 14 Jul, 2015 1 commit
  20. 13 Jul, 2015 1 commit
  21. 11 Jul, 2015 1 commit
  22. 05 Jul, 2015 2 commits
  23. 04 Jul, 2015 2 commits
  24. 18 Jun, 2015 2 commits
  25. 03 Jun, 2015 1 commit
    • Jeromy's avatar
      implement an ipfs patch command for modifying merkledag objects · 40e423d6
      Jeromy authored
      WIP: object creator command
      
      better docs
      
      move patch command into object namespace
      
      dont ignore cancel funcs
      
      addressing comment from CR
      
      add two new subcommands to object patch and clean up main Run func
      
      cancel contexts in early returns
      
      switch to util.Key
      40e423d6
  26. 02 Jun, 2015 1 commit
  27. 01 Jun, 2015 1 commit
  28. 18 May, 2015 1 commit