1. 11 Aug, 2014 5 commits
  2. 05 Aug, 2014 1 commit
  3. 02 Aug, 2014 2 commits
  4. 15 Jul, 2014 2 commits
  5. 11 Jul, 2014 1 commit
  6. 23 Jun, 2014 4 commits
  7. 05 Jun, 2014 1 commit
    • Valient Gough's avatar
      Provides more OSX-specific kernel messages. · 4d73e177
      Valient Gough authored
      CreateIn, MknodIn, SetXAttrIn, and GetXAttrIn are separated into Linux and
      Darwin-specific versions.
      
      Tested on OSX 10.9.3 with OSXFuse 2.6.4 and Go 1.2.1.
      
      OpenIn is updated to match Linux and OSXFuse definitions - changing the Unused
      field to Mode.
      4d73e177
  8. 14 May, 2014 2 commits
  9. 18 Mar, 2014 2 commits
  10. 24 Feb, 2014 2 commits
  11. 24 Jan, 2014 2 commits
  12. 09 Jan, 2014 2 commits
  13. 07 Jan, 2014 1 commit
  14. 06 Jan, 2014 6 commits
  15. 05 Jan, 2014 1 commit
    • Han-Wen Nienhuys's avatar
      fuse/nodefs: mount root node.Node directly. · 570a84cd
      Han-Wen Nienhuys authored
      This obviates the nodefs.FileSystem type. To adjust for this API change,
      
        * call nodefs.MountRoot() on the Root() node of a to-be-mounted
          filesystem.
      
        * Move OnMount/OnUnmount methods to the type of the root node.
      
        * Stop embedding NewDefaultFileSystem() into file system
          objects. Usually FS objects no longer have to be exposed.
      570a84cd
  16. 04 Jan, 2014 4 commits
  17. 03 Jan, 2014 2 commits