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. 28 Oct, 2017 3 commits
  6. 27 Oct, 2017 1 commit
  7. 24 Oct, 2017 1 commit
  8. 19 Oct, 2017 10 commits
  9. 17 Oct, 2017 1 commit
  10. 15 Oct, 2017 1 commit
  11. 14 Oct, 2017 2 commits
  12. 05 Oct, 2017 1 commit
  13. 21 Sep, 2017 1 commit
  14. 20 Sep, 2017 2 commits
  15. 19 Sep, 2017 1 commit
  16. 18 Sep, 2017 2 commits
  17. 16 Sep, 2017 1 commit
  18. 15 Sep, 2017 1 commit
  19. 14 Sep, 2017 1 commit
    • Steven Allen's avatar
      gx: update go-stream-muxer · 8deaaa8d
      Steven Allen authored
      Introduces a new Reset method on streams that kills both sides of the
      connection. Close now officially just closes the write side (what it did all
      along...)
      
      * Also pull through shiny new go-multiplexer fixes.
      * Also pull in go-reuseport update.
      
      License: MIT
      Signed-off-by: default avatarSteven Allen <steven@stebalien.com>
      8deaaa8d
  20. 13 Sep, 2017 1 commit
  21. 05 Sep, 2017 1 commit
  22. 02 Sep, 2017 1 commit
  23. 31 Aug, 2017 1 commit