Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2020-03-13 | State GPL version in comment (#485) | Dr. David Alan Gilbert | -1/+1 | |
IN a bunch of comments we say 'under the terms of the GNU GPL', make it clear this is GPLv2 (as LICENSE says). Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> | ||||
2020-01-30 | examples: mark ops variables constant (#496) | zsugabubus | -1/+1 | |
2018-07-23 | example/{hello,null}: Fix memory leaks | Rostislav Skudnov | -0/+4 | |
2017-09-25 | Removed unneccessary #include <config.h> from examples | Nikolaus Rath | -2/+0 | |
Fixes: #208. | ||||
2017-07-08 | Added public fuse_lib_help(), bumped minor version | Nikolaus Rath | -1/+1 | |
2016-12-23 | Added documentation and test case for null example | Nikolaus Rath | -5/+8 | |
2016-12-23 | Fixed use of uninitialized memory. | Nikolaus Rath | -0/+1 | |
2016-12-23 | Revert "Dropped example/null.c" | Csaba Henk | -0/+137 | |
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 | ||||
2016-10-09 | Dropped example/null.c | Nikolaus Rath | -108/+0 | |
This does not seem to be working. Maybe because it tries to treat the mountpoint as a file rather than a directory? | ||||
2016-10-02 | Fixed permissions of source files. | Nikolaus Rath | -0/+0 | |
2013-07-25 | libfuse: fuse -> fuse3 | Miklos 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-24 | libfuse: remove "-D_FILE_OFFSET_BITS=64" from fuse.pc | Miklos Szeredi | -0/+2 | |
add AC_SYS_LARGEFILE to your configure.ac instead. | ||||
2013-07-17 | Documentation fixes | Miklos Szeredi | -1/+1 | |
2013-06-20 | - added a doxygen main page | Joachim 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-19 | Start of 3.0 series | Miklos 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-16 | Fix the compile command in the examples | Miklos Szeredi | -1/+1 | |
Reported by Luciano Dalle Ore | ||||
2008-03-05 | Make example/null work with -odirect_io | Miklos Szeredi | -0/+3 | |
2007-12-12 | change indenting | Miklos Szeredi | -45/+45 | |
2007-04-25 | update copyright dates | Miklos Szeredi | -1/+1 | |
2006-10-01 | Add init script | Miklos Szeredi | -0/+4 | |
2006-03-17 | fix | Miklos Szeredi | -1/+1 | |
2006-01-06 | fix | Miklos Szeredi | -1/+1 | |
2005-08-03 | fix | Miklos Szeredi | -8/+18 | |
2005-02-02 | whitespace fixes | Miklos Szeredi | -1/+1 | |
2005-01-10 | update copyright year | Miklos Szeredi | -1/+1 | |
2004-11-26 | API change | Miklos Szeredi | -3/+3 | |
2004-10-21 | cleanups + step minor version | Miklos Szeredi | -2/+1 | |
2004-07-07 | change email address | Miklos Szeredi | -1/+1 | |
2004-02-19 | statfs fixes | Miklos Szeredi | -7/+0 | |
2004-01-26 | fix | Miklos Szeredi | -1/+1 | |
2004-01-13 | code cleanup | Miklos Szeredi | -20/+6 | |
2003-12-12 | added fsync operation | Miklos Szeredi | -2/+3 | |
2002-12-10 | added release() callback | Miklos Szeredi | -0/+1 | |
2002-03-17 | 'struct statfs' changes size, and entries within it change position, depending | Mark 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-11 | minor fixes | Miklos Szeredi | -1/+1 | |
2002-01-07 | Added statfs support to kernel, lib, examples, and perl | Mark Glines | -0/+6 | |
other minor perl fixes (still unstable) | ||||
2001-11-21 | writing modules made more easy | Miklos Szeredi | -91/+3 | |
2001-11-20 | fusermount changes | Miklos Szeredi | -15/+17 | |
2001-11-18 | performance improvements | Miklos Szeredi | -0/+178 | |