1. 08 Sep, 2018 1 commit
  2. 31 Aug, 2018 1 commit
  3. 29 Aug, 2018 1 commit
  4. 22 Aug, 2018 1 commit
  5. 15 Aug, 2018 1 commit
  6. 11 Aug, 2018 1 commit
  7. 09 Aug, 2018 4 commits
  8. 09 Jun, 2018 1 commit
  9. 19 Mar, 2018 1 commit
  10. 21 Jan, 2018 4 commits
  11. 14 Dec, 2017 1 commit
  12. 21 Nov, 2017 1 commit
  13. 17 Nov, 2017 1 commit
  14. 12 Jul, 2017 1 commit
  15. 31 May, 2017 1 commit
  16. 20 Apr, 2017 1 commit
  17. 12 Feb, 2017 1 commit
  18. 06 Oct, 2016 1 commit
  19. 04 Aug, 2016 1 commit
  20. 09 Jul, 2016 1 commit
  21. 08 Jul, 2016 2 commits
  22. 26 Jun, 2016 1 commit
    • Thomas Gardner's avatar
      commands: remove EnableStdin support for StringArg · ddc8d0c6
      Thomas Gardner authored
      With verbose flag:
      * remove EnableStdin() flags on all StringArg,
      
      * remove all unneeded parsing code for StringArg, and print an
      * informative message if `ipfs` begins reading from a CharDevice,
      
      * remove broken go tests for EnableStdin cli parsing, and add some
      * trivial test cases for reading FileArg from stdin,
      
      * add a panic to prevent EnableStdin from being set on
      * StringArg in the future.
      
      Resolves: #2877, #2870
      License: MIT
      Signed-off-by: default avatarThomas Gardner <tmg@fastmail.com>
      ddc8d0c6
  23. 14 May, 2016 1 commit
  24. 28 Apr, 2016 1 commit
  25. 13 Feb, 2016 1 commit
  26. 24 Jan, 2016 1 commit
  27. 21 Jan, 2016 1 commit
  28. 03 Sep, 2015 1 commit
  29. 21 Jul, 2015 1 commit
  30. 26 May, 2015 1 commit
  31. 20 Apr, 2015 1 commit
    • Juan Batiz-Benet's avatar
      remove debugerrors · 140cd1fd
      Juan Batiz-Benet authored
      We now consider debugerrors harmful: we've run into cases where
      debugerror.Wrap() hid valuable error information (err == io.EOF?).
      I've removed them from the main code, but left them in some tests.
      Go errors are lacking, but unfortunately, this isn't the solution.
      
      It is possible that debugerros.New or debugerrors.Errorf should
      remain still (i.e. only remove debugerrors.Wrap) but we don't use
      these errors often enough to keep.
      140cd1fd
  32. 31 Mar, 2015 1 commit
  33. 14 Mar, 2015 1 commit