1. 21 Nov, 2017 1 commit
  2. 20 Nov, 2017 2 commits
  3. 18 Nov, 2017 1 commit
    • adamliesko's avatar
      core: get cmd outPath removes trailing slash - fixes #3729 · a09d9746
      adamliesko authored
      When using path with trailing slashes, ipfs get command had issues
      with trying to store content into '.' folder (as the file part of the path
      was empty). Now, it correctly stores the file into desired folder,
      thanks to the removal of trailing slash by introducing a
      getOutPath function in get command, which does proper parsing
      Of the output path.
      
      BEFORE:
       $  .pfs get /ipns/multiformats.io/
      Saving file(s) to .
      
      NOW:
      $ ./ipfs get /ipns/multiformats.io/
      Saving file(s) to multiformats.io
      
      License: MIT
      Signed-off-by: default avataradamliesko <adamliesko@gmail.com>
      a09d9746
  4. 17 Nov, 2017 3 commits
  5. 15 Nov, 2017 2 commits
  6. 28 Oct, 2017 4 commits
  7. 27 Oct, 2017 1 commit
  8. 24 Oct, 2017 1 commit
  9. 23 Oct, 2017 1 commit
  10. 20 Oct, 2017 1 commit
  11. 19 Oct, 2017 12 commits
  12. 18 Oct, 2017 2 commits
  13. 17 Oct, 2017 1 commit
  14. 16 Oct, 2017 1 commit
  15. 15 Oct, 2017 1 commit
  16. 14 Oct, 2017 2 commits
  17. 13 Oct, 2017 1 commit
  18. 11 Oct, 2017 1 commit
  19. 05 Oct, 2017 2 commits