aboutsummaryrefslogtreecommitdiffstats
path: root/example/hello_ll.c
AgeCommit message (Collapse)AuthorLines
2013-07-25libfuse: fuse -> fuse3Miklos 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-24libfuse: remove "-D_FILE_OFFSET_BITS=64" from fuse.pcMiklos Szeredi-0/+2
add AC_SYS_LARGEFILE to your configure.ac instead.
2013-07-17Documentation fixesMiklos Szeredi-7/+8
2013-07-02rewrote c++ style comments to c style coments mentioned by Miklos SzerediJoachim Schiele-3/+3
2013-06-20- added a doxygen main pageJoachim 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-19Start of 3.0 seriesMiklos 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-16Fix the compile command in the examplesMiklos Szeredi-1/+1
Reported by Luciano Dalle Ore
2007-12-12change indentingMiklos Szeredi-115/+116
2007-04-25update copyright datesMiklos Szeredi-1/+1
2006-10-01Add init scriptMiklos Szeredi-0/+4
2006-03-17fixMiklos Szeredi-12/+6
2006-03-01pass device file descriptor to fuse_unmountCsaba Henk-2/+5
2006-02-17fixMiklos Szeredi-6/+8
2006-01-06fixMiklos Szeredi-14/+14
2005-10-03fixMiklos Szeredi-1/+0
2005-08-25fixMiklos Szeredi-1/+4
2005-08-14cleanupMiklos Szeredi-6/+12
2005-08-03fixMiklos Szeredi-1/+1
2005-07-21fixesMiklos Szeredi-5/+4
2005-07-15added lowlevel APIMiklos Szeredi-1/+1
2005-07-13inode based API first working versionMiklos Szeredi-0/+170