1. 12 Oct, 2016 1 commit
    • Jeromy's avatar
      merkledag: change 'Node' to be an interface · 01aee446
      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>
      01aee446
  2. 10 Oct, 2016 1 commit
    • Jeromy's avatar
      bitswap: protocol extension to handle cids · f4d7369c
      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>
      f4d7369c
  3. 06 Oct, 2016 1 commit
  4. 10 Sep, 2016 1 commit
  5. 07 Sep, 2016 1 commit
  6. 26 Aug, 2016 1 commit
  7. 12 Jul, 2016 1 commit
  8. 10 Jul, 2016 1 commit
  9. 24 Jun, 2016 1 commit
  10. 15 Jun, 2016 1 commit
  11. 09 Jun, 2016 1 commit
  12. 04 May, 2016 1 commit
  13. 29 Apr, 2016 1 commit
  14. 11 Apr, 2016 1 commit
  15. 25 Mar, 2016 2 commits
  16. 13 Feb, 2016 2 commits
  17. 30 Jan, 2016 2 commits
  18. 12 Jan, 2016 2 commits
  19. 14 Dec, 2015 1 commit
  20. 05 Nov, 2015 1 commit
  21. 27 Oct, 2015 1 commit
  22. 04 Oct, 2015 1 commit
  23. 03 Oct, 2015 1 commit
  24. 15 Sep, 2015 1 commit
  25. 10 Sep, 2015 1 commit
  26. 03 Sep, 2015 1 commit
  27. 02 Sep, 2015 1 commit
  28. 30 Aug, 2015 1 commit
  29. 20 Aug, 2015 1 commit
  30. 08 Aug, 2015 1 commit
  31. 04 Jul, 2015 1 commit
  32. 01 Jun, 2015 1 commit
  33. 31 May, 2015 1 commit
  34. 29 May, 2015 1 commit
    • Henry's avatar
      godeps: update bazil.org/fuse · e9074beb
      Henry authored
      fuse: Attr() now has a Context parameter and error return value
      
      ~GOPATH/src/bazil.org/fuse:master$ git shortlog 48c34fb7780b88aca1696bf865508f6703aa47f1..e4fcc9a2c7567d1c42861deebeb483315d222262
      Tommi Virtanen (8):
            Remove dead code
            Make saveLookup take Context, return error
            Make serveNode.attr take Context, return error
            Make nodeAttr take Context, return error
            API change: Move attribute validity time inside Attr
            Set attribute validity default time in one place
            API change: Attr method takes Context, returns error
            Set LookupResponse validity times up front, instead of after the handler
      e9074beb
  35. 28 May, 2015 1 commit
  36. 08 May, 2015 1 commit
    • Henry's avatar
      core: add context.Context param to core.Resolve() · f640ba00
      Henry authored
      commands/object: remove objectData() and objectLinks() helpers
      resolver: added context parameters
      sharness: $HASH carried the \r from the http protocol with
      sharness: write curl output to individual files
      http gw: break PUT handler until PR#1191
      f640ba00