1. 24 Jun, 2013 1 commit
    • Jeff's avatar
      Fix files_linux.go to work on 386 · 674cd032
      Jeff authored
      Because Timeval has an int32 field on 386, use syscall.NsecToTimeval to build the Timeval in a cross-arch way.
      674cd032
  2. 23 Jun, 2013 15 commits
  3. 22 Jun, 2013 10 commits
  4. 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
  5. 28 May, 2013 1 commit
  6. 07 Apr, 2013 1 commit
  7. 24 Mar, 2013 5 commits
  8. 21 Mar, 2013 2 commits
  9. 19 Mar, 2013 1 commit
  10. 16 Mar, 2013 2 commits