1. 16 Jul, 2018 1 commit
  2. 13 Jul, 2018 9 commits
  3. 09 Jul, 2018 1 commit
  4. 08 Jul, 2018 3 commits
  5. 07 Jul, 2018 2 commits
  6. 05 Jul, 2018 1 commit
  7. 02 Jul, 2018 1 commit
  8. 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
  9. 28 Jun, 2018 1 commit
  10. 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
  11. 26 Jun, 2018 1 commit
  12. 19 Jun, 2018 1 commit
  13. 16 Jun, 2018 1 commit
  14. 15 Jun, 2018 1 commit
  15. 12 Jun, 2018 3 commits
  16. 09 Jun, 2018 1 commit
  17. 06 Jun, 2018 2 commits
  18. 04 Jun, 2018 1 commit
  19. 03 Jun, 2018 3 commits
  20. 01 Jun, 2018 5 commits