1. 06 Sep, 2018 1 commit
  2. 29 Aug, 2018 1 commit
  3. 27 Aug, 2018 1 commit
  4. 24 Aug, 2018 1 commit
  5. 23 Aug, 2018 4 commits
  6. 22 Aug, 2018 1 commit
  7. 15 Aug, 2018 2 commits
  8. 14 Aug, 2018 1 commit
  9. 11 Aug, 2018 1 commit
    • Steven Allen's avatar
      add correct test for 1515 · c1e10dbc
      Steven Allen authored
      When checking to see if GC fully reverses an `ipfs add`, we should check the
      size of the actual files, not the directory sizes. A bunch of empty directories
      won't use *that* much space and really shouldn't count against GC.
      
      closes #1515
      
      License: MIT
      Signed-off-by: default avatarSteven Allen <steven@stebalien.com>
      c1e10dbc
  10. 07 Aug, 2018 1 commit
  11. 02 Aug, 2018 1 commit
  12. 31 Jul, 2018 1 commit
  13. 30 Jul, 2018 5 commits
  14. 28 Jul, 2018 1 commit
  15. 21 Jul, 2018 1 commit
  16. 19 Jul, 2018 1 commit
  17. 18 Jul, 2018 1 commit
    • Lucas Molas's avatar
      unixfs: fix `dagTruncate` to preserve node type · 65a18ed6
      Lucas Molas authored
      Extract the original `FSNode` passed inside the `ipld.Node` argument and modify
      its `Blocksizes` (removing all of them and re-adding the ones that were not
      truncated). In contrast, the replaced code was creating a new `FSNode` that was
      not preserving some of the features of the original one.
      
      Change `TRUNC_HASH` values in `sharness` that were created with the bug to the
      correct values.
      
      License: MIT
      Signed-off-by: default avatarLucas Molas <schomatis@gmail.com>
      65a18ed6
  18. 16 Jul, 2018 3 commits
  19. 13 Jul, 2018 4 commits
  20. 09 Jul, 2018 1 commit
  21. 08 Jul, 2018 1 commit
  22. 07 Jul, 2018 1 commit
  23. 05 Jul, 2018 1 commit
  24. 02 Jul, 2018 2 commits
  25. 27 Jun, 2018 2 commits
    • Steven Allen's avatar
      add test for /p2p addresses · 780f110a
      Steven Allen authored
      License: MIT
      Signed-off-by: default avatarSteven Allen <steven@stebalien.com>
      780f110a
    • 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