Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2025-03-24 | fuse: Fix want flag conversion | Bernd Schubert | -0/+5 |
2024-03-20 | Add FUSE_FILL_DIR_DEFAULTS enum (#903) | FredyVia | -3/+3 |
2020-03-13 | State GPL version in comment (#485) | Dr. David Alan Gilbert | -1/+1 |
2020-01-30 | examples: mark ops variables constant (#496) | zsugabubus | -1/+1 |
2018-11-24 | Don't segfault when called with -h. | Nikolaus Rath | -1/+1 |
2018-07-23 | example/{hello,null}: Fix memory leaks | Rostislav Skudnov | -1/+4 |
2017-09-25 | Removed unneccessary #include <config.h> from examples | Nikolaus Rath | -2/+0 |
2017-07-08 | Added public fuse_lib_help(), bumped minor version | Nikolaus Rath | -1/+1 |
2017-03-28 | hello.c: don't use constant instead of magic number | guraga | -1/+1 |
2016-10-28 | Clean-up doxygen documentation | Nikolaus Rath | -19/+5 |
2016-10-20 | fuse_new(): don't accept options that don't make sense for end-users | Nikolaus Rath | -0/+9 |
2016-10-15 | Pass fuse_file_info to getattr, chown, chmod, truncate, utimens handlers | Nikolaus Rath | -1/+3 |
2016-10-10 | fuse_main(): extend support for printing help | Nikolaus Rath | -10/+66 |
2016-10-02 | Fixed permissions of source files. | Nikolaus Rath | -0/+0 |
2014-03-05 | libfuse: implement readdirplus for high-level API | Eric Wong | -4/+6 |
2013-07-25 | libfuse: fuse -> fuse3 | Miklos Szeredi | -1/+1 |
2013-07-24 | libfuse: remove "-D_FILE_OFFSET_BITS=64" from fuse.pc | Miklos Szeredi | -0/+2 |
2013-07-17 | Documentation fixes | Miklos Szeredi | -2/+0 |
2013-07-02 | rewrote c++ style comments to c style coments mentioned by Miklos Szeredi | Joachim Schiele | -1/+1 |
2013-06-20 | - added a doxygen main page | Joachim Schiele | -2/+29 |
2012-07-19 | Start of 3.0 series | Miklos Szeredi | -1/+1 |
2012-05-16 | Fix the compile command in the examples | Miklos Szeredi | -1/+1 |
2007-12-12 | change indenting | Miklos Szeredi | -53/+53 |
2007-04-25 | update copyright dates | Miklos Szeredi | -1/+1 |
2007-03-30 | cleanup | Miklos Szeredi | -8/+6 |
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-04-07 | fix | Miklos Szeredi | -5/+9 |
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/+5 |
2004-11-08 | fix | Miklos Szeredi | -1/+1 |
2004-11-08 | getdir related API change | Miklos Szeredi | -4/+4 |
2004-10-21 | cleanups + step minor version | Miklos Szeredi | -2/+1 |
2004-07-29 | add fuse_invalidate() to library API | Miklos Szeredi | -1/+9 |
2004-07-07 | change email address | Miklos Szeredi | -1/+1 |
2004-01-13 | code cleanup | Miklos Szeredi | -20/+4 |
2003-12-12 | added fsync operation | Miklos Szeredi | -1/+2 |
2002-12-10 | added release() callback | Miklos Szeredi | -0/+1 |
2002-01-11 | minor fixes | Miklos Szeredi | -0/+1 |
2002-01-07 | Added statfs support to kernel, lib, examples, and perl | Mark Glines | -0/+1 |
2001-12-21 | minor fixes | Miklos Szeredi | -7/+8 |
2001-11-21 | writing modules made more easy | Miklos Szeredi | -0/+92 |