aboutsummaryrefslogtreecommitdiff
path: root/example/hello.c
Commit message (Collapse)AuthorAge
* hello.c: don't use constant instead of magic numberGravatar guraga2017-03-28
|
* Clean-up doxygen documentationGravatar Nikolaus Rath2016-10-28
| | | | Fixes: #81.
* fuse_new(): don't accept options that don't make sense for end-usersGravatar Nikolaus Rath2016-10-20
| | | | | | Several options (use_ino, etc) depend on the file system implementation. Allowing them to be set from the command line makes no sense.
* Pass fuse_file_info to getattr, chown, chmod, truncate, utimens handlersGravatar Nikolaus Rath2016-10-15
| | | | | | This obsoletes the ftruncate & fgetattr handlers. Fixes #58.
* fuse_main(): extend support for printing helpGravatar Nikolaus Rath2016-10-10
| | | | | | There's now a way to inhibit the "usage" line (which actually got lost in commit 225c12aebf2d), which makes it easier for simply file-systems to generate good-looking --help output.
* Fixed permissions of source files.Gravatar Nikolaus Rath2016-10-02
|
* libfuse: implement readdirplus for high-level APIGravatar Eric Wong2014-03-05
| | | | | | | | | | Reuse the old "readdir" callback, but add a flags argument, that has FUSE_READDIR_PLUS in case this is a "plus" version. Filesystems can safely ignore this flag, but if they want they can add optimizations based on it: i.e. only retrieve the full attributes in PLUS mode. The filler function is also given a flags argument and the filesystem can set FUSE_FILL_DIR_PLUS if all the attributes in "stat" are valid.
* 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