An error occurred fetching the project authors.
  1. 28 Dec, 2010 2 commits
  2. 27 Dec, 2010 2 commits
    • Han-Wen Nienhuys's avatar
      Add credits to taruti. · 955a1929
      Han-Wen Nienhuys authored
      955a1929
    • Han-Wen Nienhuys's avatar
      Rewrite Go FUSE library. · 9bad5c77
      Han-Wen Nienhuys authored
      * Introduce RawFileSystem as direct interface to FUSE kernel layer,
        similar to fuse_lowlevel.h
      
      * Introduce PathFuseFilesystem as path based interface, similar to
        fuse.h.
      
      * Add connector to hook up PathFuseFilesystem with RawFileSystem
        interface.
      
      * Add PassThroughFuse, which exposes os and syscall APIs as a FUSE
        PathFuseFilesystem, for testing.
      
      * Add passthrough_test.go which exercises all of the API.
      
      * Add fuse/README with explicit license notice and some information.
      
      * Remove old 'manager' based API.
      9bad5c77