1. 11 Oct, 2021 1 commit
  2. 14 Jan, 2021 1 commit
  3. 12 Jan, 2021 1 commit
  4. 18 Dec, 2020 1 commit
    • gammazero's avatar
      Escape non-printable characters in user output · 7193f950
      gammazero authored
      Replaces control characters and non-printable characters with escape sequences, in any fields that are printed by the CLI, which could have been user input.
      
      Output from `ipfs cat` is unchanged.
      7193f950
  5. 11 May, 2019 1 commit
  6. 05 Mar, 2019 1 commit
  7. 01 Mar, 2019 1 commit
  8. 27 Feb, 2019 2 commits
  9. 25 Feb, 2019 1 commit
  10. 21 Feb, 2019 2 commits
  11. 19 Feb, 2019 2 commits
  12. 18 Feb, 2019 1 commit
  13. 14 Feb, 2019 1 commit
  14. 11 Feb, 2019 1 commit
  15. 09 Feb, 2019 2 commits
  16. 08 Feb, 2019 1 commit
  17. 30 Jan, 2019 1 commit
  18. 21 Jan, 2019 1 commit
    • Steven Allen's avatar
      base32: make GetEncoderFromPath more robust · 19d8f624
      Steven Allen authored
      Primarily, get rid of extractCidString and cidVer. Neither of these functions
      did sane things when a path when a path didn't actually include a CID. For
      example, "boo" would yield a base32 encoder.
      
      Also:
      
      * Avoid "optional" errors.
      * Make it a pure function of the input path.
      * Extract the multibase from *any* type of path of the form
        /namespace/cid-like-thing/... This is a DWIM function.
      
      License: MIT
      Signed-off-by: default avatarSteven Allen <steven@stebalien.com>
      19d8f624
  19. 17 Jan, 2019 4 commits
  20. 10 Jan, 2019 1 commit
  21. 09 Jan, 2019 1 commit
  22. 04 Jan, 2019 1 commit
  23. 20 Dec, 2018 6 commits
  24. 13 Dec, 2018 1 commit
  25. 07 Dec, 2018 1 commit
  26. 28 Nov, 2018 1 commit
  27. 27 Nov, 2018 1 commit
  28. 03 Nov, 2018 1 commit