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