1. 23 Jun, 2013 13 commits
  2. 22 Jun, 2013 10 commits
  3. 20 Jun, 2013 2 commits
    • Han-Wen Nienhuys's avatar
      Move path filesystems to a separate package. · baa8ca67
      Han-Wen Nienhuys authored
      Callers can apply the following gofmt rules:
      
      gofmt -w -r 'fuse.NewPathNodeFs -> pathfs.NewPathNodeFs' $*
      gofmt -w -r 'fuse.FileSystem -> pathfs.FileSystem' $*
      gofmt -w -r 'fuse.LoopbackFileSystem -> pathfs.LoopbackFileSystem' $*
      gofmt -w -r 'fuse.LockingFileSystem -> pathfs.LockingFileSystem' $*
      gofmt -w -r 'fuse.PathNodeFs -> pathfs.PathNodeFs' $*
      gofmt -w -r 'fuse.PathNodeFsOptions -> pathfs.PathNodeFsOptions' $*
      gofmt -w -r 'fuse.DefaultFileSystem -> pathfs.DefaultFileSystem' $*
      gofmt -w -r 'fuse.NewLoopbackFileSystem -> pathfs.NewLoopbackFileSystem' $*
      gofmt -w -r 'fuse.NewLockingFileSystem -> pathfs.NewLockingFileSystem' $*
      gofmt -w -r 'fuse.CopyFile -> pathfs.CopyFile' $*
      baa8ca67
    • Han-Wen Nienhuys's avatar
  4. 28 May, 2013 1 commit
  5. 07 Apr, 2013 1 commit
  6. 24 Mar, 2013 5 commits
  7. 21 Mar, 2013 2 commits
  8. 19 Mar, 2013 1 commit
  9. 16 Mar, 2013 5 commits