aboutsummaryrefslogtreecommitdiffstats
path: root/example/null.c
AgeCommit message (Collapse)AuthorLines
2013-06-20- added a doxygen main pageJoachim Schiele-2/+13
- 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
2008-03-05Make example/null work with -odirect_ioMiklos Szeredi-0/+3
2007-12-12change indentingMiklos Szeredi-45/+45
2007-04-25update copyright datesMiklos Szeredi-1/+1
2006-10-01Add init scriptMiklos Szeredi-0/+4
2006-03-17fixMiklos Szeredi-1/+1
2006-01-06fixMiklos Szeredi-1/+1
2005-08-03fixMiklos Szeredi-8/+18
2005-02-02whitespace fixesMiklos Szeredi-1/+1
2005-01-10update copyright yearMiklos Szeredi-1/+1
2004-11-26API changeMiklos Szeredi-3/+3
2004-10-21cleanups + step minor versionMiklos Szeredi-2/+1
2004-07-07change email addressMiklos Szeredi-1/+1
2004-02-19statfs fixesMiklos Szeredi-7/+0
2004-01-26fixMiklos Szeredi-1/+1
2004-01-13code cleanupMiklos Szeredi-20/+6
2003-12-12added fsync operationMiklos Szeredi-2/+3
2002-12-10added release() callbackMiklos Szeredi-0/+1
2002-03-17'struct statfs' changes size, and entries within it change position, dependingMark Glines-3/+3
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.
2002-01-11minor fixesMiklos Szeredi-1/+1
2002-01-07Added statfs support to kernel, lib, examples, and perlMark Glines-0/+6
other minor perl fixes (still unstable)
2001-11-21writing modules made more easyMiklos Szeredi-91/+3
2001-11-20fusermount changesMiklos Szeredi-15/+17
2001-11-18performance improvementsMiklos Szeredi-0/+178