1. 13 Jul, 2018 2 commits
  2. 28 Jun, 2018 1 commit
  3. 27 Jun, 2018 1 commit
    • Steven Allen's avatar
      gx update · 3eba14aa
      Steven Allen authored
      Updates:
      
      * go-kad-dht: Query performance improvements, DHT client fixes, validates
        records on *local* put.
      * go-libp2p-swarm/go-libp2p-transport: Timeout improvements.
      * go-multiaddr-net: Exposes useful Conn methods (CloseWrite, CloseRead, etc.)
      * go-log: fixes possible panic when enabling/disabling events.
      * go-multiaddr: fixes possible panic when stringifying malformed multiaddrs,
        adds support for consuming /p2p/ multiaddrs.
      
      fixes #5113
      unblocks #4895
      
      License: MIT
      Signed-off-by: default avatarSteven Allen <steven@stebalien.com>
      3eba14aa
  4. 09 Jun, 2018 1 commit
  5. 01 Jun, 2018 1 commit
  6. 26 Mar, 2018 2 commits
  7. 15 Feb, 2018 1 commit
    • Hector Sanjuan's avatar
      Extract blocks/blockstore package to go-ipfs-blockstore · 758e00bc
      Hector Sanjuan authored
      This extracts the blocks/blockstore package and renames the
      blocks/blockstore/util package to /blocks/blockstoreutil
      (because util depends on Pin and I don't plan to extract
      Pin and its depedencies).
      
      The history of blocks/blockstore has been preserved. It has
      been gx'ed and imported. Imports have been rewritten accordingly
      and re-ordered.
      
      License: MIT
      Signed-off-by: default avatarHector Sanjuan <hector@protocol.ai>
      758e00bc
  8. 07 Feb, 2018 1 commit
  9. 04 Feb, 2018 1 commit
  10. 25 Jan, 2018 2 commits
  11. 24 Jan, 2018 1 commit
  12. 21 Jan, 2018 4 commits
  13. 14 Dec, 2017 1 commit
  14. 21 Nov, 2017 1 commit
  15. 17 Nov, 2017 1 commit
  16. 02 Sep, 2017 1 commit
  17. 17 Aug, 2017 1 commit
  18. 12 Jul, 2017 1 commit
  19. 04 Jul, 2017 1 commit
  20. 29 Jun, 2017 2 commits
  21. 31 May, 2017 1 commit
  22. 20 Apr, 2017 1 commit
  23. 06 Mar, 2017 3 commits
  24. 02 Mar, 2017 1 commit
  25. 12 Feb, 2017 1 commit
  26. 29 Nov, 2016 1 commit
  27. 16 Nov, 2016 1 commit
  28. 25 Oct, 2016 1 commit
  29. 24 Oct, 2016 1 commit
  30. 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
  31. 08 Oct, 2016 1 commit