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 3 commits
  7. 15 Aug, 2018 4 commits
  8. 14 Aug, 2018 1 commit
  9. 12 Aug, 2018 1 commit
  10. 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
  11. 09 Aug, 2018 4 commits
  12. 07 Aug, 2018 1 commit
  13. 02 Aug, 2018 1 commit
  14. 31 Jul, 2018 1 commit
  15. 30 Jul, 2018 5 commits
  16. 28 Jul, 2018 1 commit
  17. 23 Jul, 2018 1 commit
  18. 21 Jul, 2018 1 commit
  19. 19 Jul, 2018 1 commit
  20. 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
  21. 16 Jul, 2018 4 commits
  22. 13 Jul, 2018 1 commit