1. 12 Jan, 2016 1 commit
  2. 05 Nov, 2015 1 commit
  3. 27 Oct, 2015 1 commit
  4. 03 Oct, 2015 1 commit
  5. 29 Sep, 2015 1 commit
    • 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
  6. 15 Sep, 2015 1 commit
  7. 03 Jun, 2015 1 commit
    • Jeromy's avatar
      implement an ipfs patch command for modifying merkledag objects · 57474f17
      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
      57474f17
  8. 01 Jun, 2015 1 commit
  9. 28 Apr, 2015 1 commit
  10. 31 Mar, 2015 1 commit
  11. 27 Feb, 2015 2 commits
  12. 27 Jan, 2015 1 commit
  13. 19 Jan, 2015 2 commits