1. 31 Aug, 2018 1 commit
  2. 22 Aug, 2018 1 commit
  3. 20 Aug, 2018 1 commit
    • Hector Sanjuan's avatar
      Extract /mfs · 39a87a0f
      Hector Sanjuan authored
      The /mfs module has been extracted to github.com/ipfs/go-mfs
      
      All history has been retained in the new repository. README, LICENSE,
      Makefiles and CI integration have been added to the new location.
      
      License: MIT
      Signed-off-by: default avatarHector Sanjuan <hector@protocol.ai>
      39a87a0f
  4. 15 Aug, 2018 1 commit
  5. 14 Aug, 2018 1 commit
  6. 13 Aug, 2018 2 commits
  7. 12 Aug, 2018 1 commit
  8. 11 Aug, 2018 1 commit
  9. 09 Aug, 2018 1 commit
  10. 07 Aug, 2018 1 commit
  11. 05 Aug, 2018 1 commit
  12. 30 Jul, 2018 1 commit
  13. 28 Jul, 2018 1 commit
  14. 23 Jul, 2018 1 commit
  15. 16 Jul, 2018 1 commit
  16. 13 Jul, 2018 2 commits
  17. 29 Jun, 2018 1 commit
    • Lucas Molas's avatar
      mfs: make `Root` value a `Directory` · 08922d23
      Lucas Molas authored
      Make `Root` value explicitly a `Directory` structure instead of the `FSNode`
      interface (which also allowed the `File` type). This helps to make the code
      easier to reason about: the root of an MFS layout is always a directory, not a
      (single) file.
      
      Rename `GetValue()` to `GetDirectory()` to also make it more explicit, the
      renamed function now returns a `Directory` so there is no need for type
      assertions that were previously done on the `FSNode` interface to check that it
      was actually a `Directory`.
      
      `NewRoot()` now doesn't allow to create `Root` structures from DAG nodes that
      contain UnixFS files.
      
      License: MIT
      Signed-off-by: default avatarLucas Molas <schomatis@gmail.com>
      08922d23
  18. 28 Jun, 2018 1 commit
  19. 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
  20. 09 Jun, 2018 1 commit
  21. 01 Jun, 2018 1 commit
  22. 20 Apr, 2018 1 commit
  23. 19 Apr, 2018 1 commit
  24. 26 Mar, 2018 1 commit
  25. 21 Mar, 2018 1 commit
  26. 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
  27. 08 Feb, 2018 4 commits
  28. 07 Feb, 2018 1 commit
  29. 01 Feb, 2018 2 commits
  30. 29 Jan, 2018 1 commit
  31. 25 Jan, 2018 1 commit
  32. 24 Jan, 2018 1 commit
  33. 23 Jan, 2018 1 commit
  34. 21 Jan, 2018 1 commit