1. 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
  2. 18 Feb, 2016 1 commit
  3. 04 Feb, 2016 1 commit
  4. 30 Jan, 2016 2 commits
  5. 24 Jan, 2016 1 commit
  6. 21 Jan, 2016 2 commits
  7. 12 Jan, 2016 2 commits
  8. 13 Dec, 2015 2 commits
  9. 06 Dec, 2015 1 commit
  10. 02 Dec, 2015 1 commit
  11. 26 Nov, 2015 1 commit
  12. 23 Nov, 2015 1 commit
  13. 16 Nov, 2015 1 commit
  14. 05 Nov, 2015 1 commit
  15. 27 Oct, 2015 1 commit
  16. 03 Oct, 2015 1 commit
  17. 15 Sep, 2015 1 commit
  18. 10 Sep, 2015 1 commit
  19. 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
  20. 16 Aug, 2015 2 commits
  21. 15 Aug, 2015 1 commit
  22. 13 Jun, 2015 2 commits
  23. 26 May, 2015 1 commit
  24. 20 May, 2015 2 commits
  25. 01 Apr, 2015 1 commit
    • Jeromy's avatar
      bandwidth metering on streams · 2c8cb9fc
      Jeromy authored
      humanize bandwidth output
      
      instrument conn.Conn for bandwidth metrics
      
      add poll command for continuous bandwidth reporting
      
      move bandwidth tracking onto multiaddr net connections
      
      another mild refactor of recording locations
      
      address concerns from PR
      
      lower mock nodes in race test due to increased goroutines per connection
      2c8cb9fc
  26. 31 Mar, 2015 1 commit
  27. 08 Mar, 2015 1 commit
    • anarcat's avatar
      `gc` is actually `repo gc`, reflect in docs · 451222cf
      anarcat authored
      not exactly elegant, but fixes #871 in the short term. in the mid term, unless more `repo` commands show up, i suggest just replacing `repo gc` simply by `gc`.
      451222cf
  28. 27 Feb, 2015 3 commits
  29. 03 Feb, 2015 1 commit
  30. 25 Jan, 2015 1 commit
  31. 24 Jan, 2015 1 commit