aboutsummaryrefslogtreecommitdiff
path: root/example/null.c
Commit message (Collapse)AuthorAge
* Removed unneccessary #include <config.h> from examplesGravatar Nikolaus Rath2017-09-25
| | | | Fixes: #208.
* Added public fuse_lib_help(), bumped minor versionGravatar Nikolaus Rath2017-07-08
|
* Added documentation and test case for null exampleGravatar Nikolaus Rath2016-12-23
|
* Fixed use of uninitialized memory.Gravatar Nikolaus Rath2016-12-23
|
* Revert "Dropped example/null.c"Gravatar Csaba Henk2016-12-23
| | | | | | | | | | | This reverts commit d5cdbb94a0650b0a462682cf0a84463ff1513900. null works completely fine, just the mountpoint should be a regular file -- so there is no need to dismiss it. Also: - fixing up compiler warnings - checking if the mountpoint is a regular file
* Dropped example/null.cGravatar Nikolaus Rath2016-10-09
| | | | | This does not seem to be working. Maybe because it tries to treat the mountpoint as a file rather than a directory?
* Fixed permissions of source files.Gravatar Nikolaus Rath2016-10-02
|
* 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
|
* - 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
* Make example/null work with -odirect_ioGravatar Miklos Szeredi2008-03-05
|
* change indentingGravatar Miklos Szeredi2007-12-12
|
* update copyright datesGravatar Miklos Szeredi2007-04-25
|
* Add init scriptGravatar Miklos Szeredi2006-10-01
|
* fixGravatar Miklos Szeredi2006-03-17
|
* fixGravatar Miklos Szeredi2006-01-06
|
* fixGravatar Miklos Szeredi2005-08-03
|
* whitespace fixesGravatar Miklos Szeredi2005-02-02
|
* update copyright yearGravatar Miklos Szeredi2005-01-10
|
* API changeGravatar Miklos Szeredi2004-11-26
|
* cleanups + step minor versionGravatar Miklos Szeredi2004-10-21
|
* change email addressGravatar Miklos Szeredi2004-07-07
|
* statfs fixesGravatar Miklos Szeredi2004-02-19
|
* fixGravatar Miklos Szeredi2004-01-26
|
* code cleanupGravatar Miklos Szeredi2004-01-13
|
* added fsync operationGravatar Miklos Szeredi2003-12-12
|
* added release() callbackGravatar Miklos Szeredi2002-12-10
|
* 'struct statfs' changes size, and entries within it change position, dependingGravatar Mark Glines2002-03-17
| | | | | | | | on which headerfiles are included and which macros are defined. Because its unreliable, we now use struct fuse_statfs everywhere except in the kernel. Also fixed some perl fuse_main semantics - it now works much better when multithreading is disabled.
* 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)
* writing modules made more easyGravatar Miklos Szeredi2001-11-21
|
* fusermount changesGravatar Miklos Szeredi2001-11-20
|
* performance improvementsGravatar Miklos Szeredi2001-11-18