1. 30 Sep, 2016 1 commit
  2. 26 Aug, 2016 1 commit
  3. 28 Jun, 2016 1 commit
  4. 24 Jun, 2016 1 commit
  5. 09 Jun, 2016 1 commit
  6. 14 May, 2016 1 commit
  7. 12 May, 2016 1 commit
  8. 04 May, 2016 1 commit
  9. 28 Apr, 2016 1 commit
  10. 08 Apr, 2016 1 commit
  11. 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
  12. 18 Feb, 2016 1 commit
  13. 04 Feb, 2016 1 commit
  14. 30 Jan, 2016 2 commits
  15. 24 Jan, 2016 1 commit
  16. 21 Jan, 2016 2 commits
  17. 12 Jan, 2016 2 commits
  18. 13 Dec, 2015 2 commits
  19. 06 Dec, 2015 1 commit
  20. 02 Dec, 2015 1 commit
  21. 26 Nov, 2015 1 commit
  22. 23 Nov, 2015 1 commit
  23. 16 Nov, 2015 1 commit
  24. 05 Nov, 2015 1 commit
  25. 27 Oct, 2015 1 commit
  26. 03 Oct, 2015 1 commit
  27. 15 Sep, 2015 1 commit
  28. 10 Sep, 2015 1 commit
  29. 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
  30. 16 Aug, 2015 2 commits
  31. 15 Aug, 2015 1 commit
  32. 13 Jun, 2015 2 commits
  33. 26 May, 2015 1 commit
  34. 20 May, 2015 1 commit