aboutsummaryrefslogtreecommitdiff
path: root/example/hello.c
Commit message (Collapse)AuthorAge
* libfuse: fuse -> fuse3Gravatar Miklos Szeredi2013-07-25
| | | | | | 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.
* libfuse: remove "-D_FILE_OFFSET_BITS=64" from fuse.pcGravatar Miklos Szeredi2013-07-24
| | | | add AC_SYS_LARGEFILE to your configure.ac instead.
* Documentation fixesGravatar Miklos Szeredi2013-07-17
|
* rewrote c++ style comments to c style coments mentioned by Miklos SzerediGravatar Joachim Schiele2013-07-02
|
* - added a doxygen main pageGravatar Joachim Schiele2013-06-20
| | | | | | - 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
* Start of 3.0 seriesGravatar Miklos Szeredi2012-07-19
| | | | | | | 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.
* Fix the compile command in the examplesGravatar Miklos Szeredi2012-05-16
| | | | Reported by Luciano Dalle Ore
* change indentingGravatar Miklos Szeredi2007-12-12
|
* update copyright datesGravatar Miklos Szeredi2007-04-25
|
* cleanupGravatar Miklos Szeredi2007-03-30
|
* Add init scriptGravatar Miklos Szeredi2006-10-01
|
* fixGravatar Miklos Szeredi2006-03-17
|
* fixGravatar Miklos Szeredi2006-01-06
|
* fixGravatar Miklos Szeredi2005-04-07
|
* whitespace fixesGravatar Miklos Szeredi2005-02-02
|
* update copyright yearGravatar Miklos Szeredi2005-01-10
|
* API changeGravatar Miklos Szeredi2004-11-26
|
* fixGravatar Miklos Szeredi2004-11-08
|
* getdir related API changeGravatar Miklos Szeredi2004-11-08
|
* cleanups + step minor versionGravatar Miklos Szeredi2004-10-21
|
* add fuse_invalidate() to library APIGravatar Miklos Szeredi2004-07-29
|
* change email addressGravatar Miklos Szeredi2004-07-07
|
* code cleanupGravatar Miklos Szeredi2004-01-13
|
* added fsync operationGravatar Miklos Szeredi2003-12-12
|
* added release() callbackGravatar Miklos Szeredi2002-12-10
|
* minor fixesGravatar Miklos Szeredi2002-01-11
|
* Added statfs support to kernel, lib, examples, and perlGravatar Mark Glines2002-01-07
| | | | other minor perl fixes (still unstable)
* minor fixesGravatar Miklos Szeredi2001-12-21
|
* writing modules made more easyGravatar Miklos Szeredi2001-11-21