Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2016-10-02 | Fixed permissions of source files. | Nikolaus Rath | -0/+0 | |
2016-10-02 | Turn struct fuse_chan into an implementation detail | Nikolaus Rath | -21/+25 | |
The only struct fuse_chan that's accessible to the user application is the "master" channel that is returned by fuse_mount and stored in struct fuse_session. When using the multi-threaded main loop with the "clone_fd" option, each worker thread gets its own struct fuse_chan. However, none of these are available to the user application, nor do they hold references to struct fuse_session (the pointer is always null). Therefore, any presence of struct fuse_chan can be removed without loss of functionality by relying on struct fuse_session instead. This reduces the number of API functions and removes a potential source of confusion (since the new API no longer looks as if it might be possible to add multiple channels to one session, or to share one channel between multiple sessions). Fixes issue #17. | ||||
2016-10-02 | Renamed fuse_lowlevel_new() to fuse_session_new(). | Nikolaus Rath | -1/+1 | |
2016-10-02 | Introduce separate mount/umount functions for low-level API. | Nikolaus Rath | -2/+2 | |
2013-07-25 | libfuse: fuse -> fuse3 | Miklos Szeredi | -1/+1 | |
Allow 2.X and 3.X to coexist. Includes are now stored under /usr/include/fuse3 and library is named libfuse3.*. Invoke pkg-config with "fuse3" as the first argument to build with version 3 of the library. | ||||
2013-07-24 | libfuse: remove "-D_FILE_OFFSET_BITS=64" from fuse.pc | Miklos Szeredi | -0/+2 | |
add AC_SYS_LARGEFILE to your configure.ac instead. | ||||
2013-07-17 | Documentation fixes | Miklos Szeredi | -7/+8 | |
2013-07-02 | rewrote c++ style comments to c style coments mentioned by Miklos Szeredi | Joachim Schiele | -3/+3 | |
2013-06-20 | - added a doxygen main page | Joachim Schiele | -4/+37 | |
- modified all examples to be included in doxygen - modified the API documentation to have more details - added the 490px_FUSE_structure.svg.png (c) wikipedia | ||||
2012-07-19 | Start of 3.0 series | Miklos Szeredi | -1/+1 | |
Change the version numbers. This is going to be a new major version of the library breaking backward compatibility on the binary level as well as the source level. | ||||
2012-05-16 | Fix the compile command in the examples | Miklos Szeredi | -1/+1 | |
Reported by Luciano Dalle Ore | ||||
2007-12-12 | change indenting | Miklos Szeredi | -115/+116 | |
2007-04-25 | update copyright dates | Miklos Szeredi | -1/+1 | |
2006-10-01 | Add init script | Miklos Szeredi | -0/+4 | |
2006-03-17 | fix | Miklos Szeredi | -12/+6 | |
2006-03-01 | pass device file descriptor to fuse_unmount | Csaba Henk | -2/+5 | |
2006-02-17 | fix | Miklos Szeredi | -6/+8 | |
2006-01-06 | fix | Miklos Szeredi | -14/+14 | |
2005-10-03 | fix | Miklos Szeredi | -1/+0 | |
2005-08-25 | fix | Miklos Szeredi | -1/+4 | |
2005-08-14 | cleanup | Miklos Szeredi | -6/+12 | |
2005-08-03 | fix | Miklos Szeredi | -1/+1 | |
2005-07-21 | fixes | Miklos Szeredi | -5/+4 | |
2005-07-15 | added lowlevel API | Miklos Szeredi | -1/+1 | |
2005-07-13 | inode based API first working version | Miklos Szeredi | -0/+170 | |