Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
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 | |