1. 28 Sep, 2015 1 commit
    • LE Manh Cuong's avatar
      Encode64 Plugin - Fix wrong `echo` usage · 758195cb
      LE Manh Cuong authored
      Currently, encode64 plugin using `echo -n` to print the content
      of $1 variable. This approach will not work with arbitrary data,
      which contains sequence of escaped characters, since when many
      `echo` implementation will expand them.
      
      This commit chage the usage to `printf`, which is builtin in all
      POSIX shells and can print arbitrary data reliability.
      758195cb
  2. 27 Sep, 2015 6 commits
  3. 26 Sep, 2015 12 commits
  4. 25 Sep, 2015 1 commit
  5. 24 Sep, 2015 3 commits
  6. 23 Sep, 2015 5 commits
  7. 22 Sep, 2015 2 commits
  8. 21 Sep, 2015 9 commits
  9. 20 Sep, 2015 1 commit