1. 27 Apr, 2016 3 commits
  2. 26 Apr, 2016 2 commits
  3. 20 Apr, 2016 1 commit
  4. 19 Apr, 2016 8 commits
  5. 18 Apr, 2016 1 commit
  6. 17 Apr, 2016 2 commits
  7. 16 Apr, 2016 2 commits
  8. 15 Apr, 2016 1 commit
  9. 14 Apr, 2016 2 commits
  10. 13 Apr, 2016 3 commits
  11. 12 Apr, 2016 5 commits
  12. 11 Apr, 2016 1 commit
  13. 08 Apr, 2016 4 commits
  14. 07 Apr, 2016 1 commit
  15. 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
  16. 04 Apr, 2016 3 commits