1. 12 Oct, 2016 1 commit
  2. 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
  3. 08 Oct, 2016 1 commit
  4. 06 Oct, 2016 1 commit
  5. 21 Sep, 2016 1 commit
  6. 09 Sep, 2016 2 commits
  7. 07 Sep, 2016 1 commit
  8. 18 Aug, 2016 1 commit
  9. 16 Aug, 2016 2 commits
  10. 15 Aug, 2016 2 commits
  11. 01 Jun, 2016 1 commit
  12. 05 May, 2016 1 commit
  13. 13 Apr, 2016 1 commit
  14. 13 Feb, 2016 1 commit
  15. 01 Jun, 2015 1 commit
  16. 31 Mar, 2015 1 commit
  17. 20 Feb, 2015 1 commit
  18. 09 Nov, 2014 1 commit
  19. 03 Nov, 2014 1 commit
  20. 01 Nov, 2014 1 commit
  21. 26 Oct, 2014 1 commit
  22. 07 Oct, 2014 1 commit
  23. 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
  24. 15 Sep, 2014 2 commits
  25. 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
  26. 25 Aug, 2014 2 commits
  27. 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
  28. 05 Jul, 2014 2 commits
  29. 26 Jun, 2014 1 commit