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