1. 11 Oct, 2021 1 commit
  2. 23 Aug, 2021 1 commit
  3. 29 Jul, 2020 1 commit
  4. 21 Apr, 2020 1 commit
  5. 30 Mar, 2020 1 commit
  6. 02 Mar, 2020 1 commit
  7. 22 Jan, 2020 1 commit
  8. 02 Dec, 2019 1 commit
  9. 29 Nov, 2019 2 commits
  10. 11 Oct, 2019 1 commit
  11. 27 Sep, 2019 1 commit
  12. 11 Sep, 2019 1 commit
  13. 23 Aug, 2019 1 commit
    • Steven Allen's avatar
      test: fix put with hash test · 6ebdbe7e
      Steven Allen authored
      We just changed ID/"id" to IDENTITY/"identity" to match the multicodec table and
      avoid confusion with peer IDs, CIDs, etc.
      
      Unfortunately, this breaks the `--hash=id` flag. Luckily, I'm pretty sure
      nobody's actually using this. As putting a block with an identity hash is
      useless. If they are users, we can go about adding in backwards compatibility
      hacks later.
      6ebdbe7e
  14. 03 Aug, 2019 1 commit
  15. 17 May, 2019 1 commit
  16. 07 May, 2019 1 commit
  17. 16 Apr, 2019 1 commit
  18. 04 Apr, 2019 3 commits
  19. 26 Mar, 2019 5 commits
  20. 22 Mar, 2019 2 commits
    • Steven Allen's avatar
      remove Wrap · ac37dde2
      Steven Allen authored
      This can be trivially implemented by the end-user if desired. The best the
      CoreAPI can do is name the file with it's own hash so this isn't really all that
      helpful either.
      
      Note: This differs from js-ipfs because _there_, all files have paths (even
      outside directories).
      ac37dde2
    • Łukasz Magiera's avatar
      unixfs add: remove StdinName · e12c21af
      Łukasz Magiera authored
      e12c21af
  21. 21 Mar, 2019 3 commits
  22. 07 Mar, 2019 1 commit
  23. 05 Mar, 2019 3 commits
    • Steven Allen's avatar
      switch symlink target type to string · 368881fa
      Steven Allen authored
      (path can't represent relative paths)
      368881fa
    • Steven Allen's avatar
      tests: add symlink target test · 5c6a7519
      Steven Allen authored
      (also, fix some error versus fatal nits)
      5c6a7519
    • Steven Allen's avatar
      tweak the Ls interface · dbee8cc1
      Steven Allen authored
      1. Avoid `ipld.Link`. This is a protodag specific thing that will go away in
         future IPLD versions.
      2. Avoid exposing the underlying file types. The user shouldn't care if they're
         dealing with a hamt, etc.
      3. Add a field for a symlink's target.
      4. Rename LsLink to DirEntry to better this type's role.
      dbee8cc1
  24. 12 Feb, 2019 1 commit
  25. 09 Feb, 2019 2 commits
  26. 08 Feb, 2019 2 commits