1. 18 May, 2016 1 commit
  2. 17 May, 2016 2 commits
  3. 16 May, 2016 1 commit
  4. 13 May, 2016 1 commit
  5. 12 May, 2016 1 commit
  6. 10 May, 2016 1 commit
  7. 28 Apr, 2016 1 commit
  8. 27 Apr, 2016 1 commit
  9. 20 Apr, 2016 1 commit
  10. 19 Apr, 2016 3 commits
  11. 17 Apr, 2016 2 commits
  12. 11 Apr, 2016 1 commit
  13. 07 Apr, 2016 1 commit
  14. 30 Mar, 2016 1 commit
  15. 09 Mar, 2016 1 commit
  16. 17 Feb, 2016 1 commit
  17. 13 Feb, 2016 1 commit
  18. 03 Feb, 2016 1 commit
    • Thomas Gardner's avatar
      trivial: various superficial fixes · aaa6569f
      Thomas Gardner authored
      misc/completion/ipfs-completion.bash: add `ipfs stats` to BASH completion
      
      core/commands/mount_unix.go: ensure error is not nil before printing it
      
      contribute.md: fix bibliography indexing in example
      
      core/commands/swarm.go: change tabs to spaces in USAGE message
      
      *: 80-column readability improvements
      
      License: MIT
      Signed-off-by: default avatarThomas Gardner <tmg@fastmail.com>
      aaa6569f
  19. 31 Jan, 2016 2 commits
  20. 30 Jan, 2016 3 commits
  21. 24 Jan, 2016 1 commit
  22. 21 Jan, 2016 1 commit
  23. 25 Oct, 2015 1 commit
  24. 23 Aug, 2015 1 commit
  25. 21 Jul, 2015 1 commit
  26. 10 Jul, 2015 1 commit
  27. 02 Jul, 2015 1 commit
  28. 01 Jul, 2015 1 commit
  29. 27 Jun, 2015 1 commit
  30. 26 May, 2015 1 commit
  31. 12 May, 2015 1 commit
  32. 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
  33. 31 Mar, 2015 1 commit