1. 16 Nov, 2016 1 commit
  2. 28 Oct, 2016 1 commit
  3. 25 Oct, 2016 1 commit
  4. 17 Oct, 2016 1 commit
  5. 12 Oct, 2016 1 commit
    • Jeromy's avatar
      merkledag: change 'Node' to be an interface · 9a4a2e3b
      Jeromy authored
      Also change existing 'Node' type to 'ProtoNode' and use that most
      everywhere for now. As we move forward with the integration we will try
      and use the Node interface in more places that we're currently using
      ProtoNode.
      
      License: MIT
      Signed-off-by: default avatarJeromy <why@ipfs.io>
      9a4a2e3b
  6. 10 Oct, 2016 1 commit
    • Jeromy's avatar
      bitswap: protocol extension to handle cids · 51106c2e
      Jeromy authored
      This change adds the /ipfs/bitswap/1.1.0 protocol. The new protocol
      adds a 'payload' field to the protobuf message and deprecates the
      existing 'blocks' field. The 'payload' field is an array of pairs of cid
      prefixes and block data. The cid prefixes are used to ensure the correct
      codecs and hash functions are used to handle the block on the receiving
      end.
      
      License: MIT
      Signed-off-by: default avatarJeromy <why@ipfs.io>
      51106c2e
  7. 08 Oct, 2016 1 commit
  8. 06 Oct, 2016 1 commit
  9. 09 Sep, 2016 1 commit
  10. 07 Sep, 2016 1 commit
  11. 16 Aug, 2016 2 commits
  12. 15 Aug, 2016 1 commit
  13. 01 Jun, 2016 1 commit
  14. 05 May, 2016 1 commit
  15. 13 Feb, 2016 1 commit
  16. 01 Jun, 2015 1 commit
  17. 31 Mar, 2015 1 commit
  18. 20 Feb, 2015 1 commit
  19. 09 Nov, 2014 1 commit
  20. 03 Nov, 2014 1 commit
  21. 01 Nov, 2014 1 commit
  22. 26 Oct, 2014 1 commit
  23. 07 Oct, 2014 1 commit
  24. 06 Oct, 2014 1 commit
    • Juan Batiz-Benet's avatar
      u.Hash - error · a83b9037
      Juan Batiz-Benet authored
      the u.Hash error can be safely ignored (panic) because multihash
      only fails from the selection of hash function. If the fn + length
      are valid, it won't error.
      
      cc @whyrusleeping
      a83b9037
  25. 15 Sep, 2014 1 commit
  26. 10 Sep, 2014 1 commit
    • Brian Tiger Chow's avatar
      vendor dependencies with godep · 058fa431
      Brian Tiger Chow authored
      dependencies are vendored into Godeps/_workspace and commit versions are
      recorded in Godeps.json
      
      update datastore to e89f0511
      update go.crypto
      058fa431
  27. 25 Aug, 2014 1 commit
  28. 22 Jul, 2014 1 commit
    • Juan Batiz-Benet's avatar
      go lint · 19745ca2
      Juan Batiz-Benet authored
      link errors left:
      - protocol buffers output is not lint-friendly
      19745ca2
  29. 05 Jul, 2014 2 commits
  30. 26 Jun, 2014 1 commit