1. 28 Oct, 2016 1 commit
  2. 30 Sep, 2016 2 commits
  3. 26 Aug, 2016 1 commit
  4. 28 Jun, 2016 1 commit
  5. 24 Jun, 2016 1 commit
  6. 09 Jun, 2016 1 commit
  7. 14 May, 2016 1 commit
  8. 12 May, 2016 1 commit
  9. 04 May, 2016 1 commit
  10. 28 Apr, 2016 1 commit
  11. 08 Apr, 2016 1 commit
  12. 05 Apr, 2016 1 commit
    • Thomas Gardner's avatar
      commands/cli: fix parsing of incorrect permutations · 3e824412
      Thomas Gardner authored
      parseOpts now does some preliminary path screening to prevent
      command sequences like
      
      	`ipfs <hash> cat`
      
      from succeeding. The tests affected by this have been slightly altered,
      but should be restored once parseOpts is decoupled from path analysis.
      
      Command suggestion printing has also been factored into a single
      function.
      
      Fixes: #2501
      License: MIT
      Signed-off-by: default avatarThomas Gardner <tmg@fastmail.com>
      3e824412
  13. 18 Feb, 2016 1 commit
  14. 04 Feb, 2016 1 commit
  15. 30 Jan, 2016 2 commits
  16. 24 Jan, 2016 1 commit
  17. 21 Jan, 2016 2 commits
  18. 12 Jan, 2016 2 commits
  19. 13 Dec, 2015 2 commits
  20. 06 Dec, 2015 1 commit
  21. 02 Dec, 2015 1 commit
  22. 26 Nov, 2015 1 commit
  23. 23 Nov, 2015 1 commit
  24. 16 Nov, 2015 1 commit
  25. 05 Nov, 2015 1 commit
  26. 27 Oct, 2015 1 commit
  27. 03 Oct, 2015 1 commit
  28. 15 Sep, 2015 1 commit
  29. 10 Sep, 2015 1 commit
  30. 27 Aug, 2015 1 commit
    • Juan Batiz-Benet's avatar
      implement support for --api option · 5040fee9
      Juan Batiz-Benet authored
      This commit adds support for the --api option, which allows users
      to specify an API endpoint to run the cli command against. It enables
      much easier control of remote daemons.
      
      It also
      - ensures the API server version matches the API client
      - implements support for the $IPFS_PATH/api file
      
      Still TODO:
      - tests!
      - multiaddr to support /dns/
      
      License: MIT
      Signed-off-by: default avatarJuan Batiz-Benet <juan@benet.ai>
      5040fee9
  31. 16 Aug, 2015 2 commits
  32. 15 Aug, 2015 1 commit
  33. 13 Jun, 2015 2 commits