1. 12 Jul, 2016 1 commit
  2. 28 Jun, 2016 1 commit
  3. 11 May, 2016 1 commit
  4. 29 Apr, 2016 1 commit
  5. 14 Feb, 2016 1 commit
  6. 08 Feb, 2016 1 commit
  7. 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
  8. 24 Jan, 2016 1 commit
  9. 21 Jan, 2016 1 commit
  10. 29 Jul, 2015 1 commit
    • Juan Batiz-Benet's avatar
      fuse unmount fixes · 578fd02c
      Juan Batiz-Benet authored
      unmounting wasn't happening, mostly because of a recent bug in
      goprocess.SetTeardown. This commit bumps up some messages to
      log.Warnings, as users may want to see them, and makes sure to
      Unmount when a node shuts down.
      
      License: MIT
      Signed-off-by: default avatarJuan Batiz-Benet <juan@benet.ai>
      578fd02c
  11. 21 Jul, 2015 1 commit
  12. 18 Jul, 2015 1 commit
  13. 18 Jun, 2015 1 commit
    • Juan Batiz-Benet's avatar
      fix fuse mount error in linux · bc85a638
      Juan Batiz-Benet authored
      There has been a regression such that ./t0030-mount.sh fails on
      
        'ipfs mount' fails when there is no mount dir
      
      The issue was a change in how fuse errors are reported to the client
      process. We have introduced an optimistic categorization that hides
      the obscure fusermount error and replaces it with something a bit
      more helpful.
      
      License: MIT
      Signed-off-by: default avatarJuan Batiz-Benet <juan@benet.ai>
      bc85a638
  14. 03 Jun, 2015 1 commit
  15. 26 May, 2015 1 commit
  16. 31 Mar, 2015 1 commit
  17. 05 Mar, 2015 2 commits
  18. 28 Jan, 2015 1 commit
    • Juan Batiz-Benet's avatar
      fuse: no longer require fuse to compile ipfs · 7ae3706b
      Juan Batiz-Benet authored
      This commit removes the dependency on go-fuse-version, and thus the
      fuse headers. It also introduces an elaborate troubleshooting process
      that diagnoses whether fuse installed -- and which version -- with as
      little requirements as possible (attept to use sysctl, fall-back on
      the go-fuse-version binary, etc). It then nicely instructs the user
      what to do next.
      7ae3706b
  19. 24 Jan, 2015 1 commit
  20. 21 Jan, 2015 1 commit
  21. 13 Jan, 2015 1 commit
  22. 06 Jan, 2015 2 commits
  23. 04 Jan, 2015 1 commit
    • Juan Batiz-Benet's avatar
      fuse mount lifecycle fixes · e21b1f66
      Juan Batiz-Benet authored
      This commit cleans up how mounting was being done.
      It now successfully signals when it is properly mounted
      and listen to close signals correctly.
      e21b1f66
  24. 06 Dec, 2014 1 commit
  25. 18 Nov, 2014 2 commits
  26. 16 Nov, 2014 4 commits
  27. 15 Nov, 2014 1 commit
  28. 14 Nov, 2014 7 commits