Commit Graph

39 Commits

Author SHA1 Message Date
Dr. David Alan Gilbert 4e719a9745 State GPL version in comment (#485)
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-03-13 16:46:44 +00:00
zsugabubus a9c0f2919f examples: mark ops variables constant (#496) 2020-01-30 11:17:25 -05:00
Rostislav Skudnov a2a09e7cca example/{hello,null}: Fix memory leaks 2018-07-23 11:02:57 +01:00
Nikolaus Rath f750abb757 Removed unneccessary #include <config.h> from examples
Fixes: #208.
2017-09-25 10:17:11 +01:00
Nikolaus Rath e870a0427a Added public fuse_lib_help(), bumped minor version 2017-07-08 12:48:08 +02:00
Nikolaus Rath 8e69b19cdc Added documentation and test case for null example 2016-12-23 18:31:45 -08:00
Nikolaus Rath d6e86a7c40 Fixed use of uninitialized memory. 2016-12-23 18:31:34 -08:00
Csaba Henk c005ff3288 Revert "Dropped example/null.c"
This reverts commit d5cdbb94a0.

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-12-23 18:14:22 -08:00
Nikolaus Rath d5cdbb94a0 Dropped example/null.c
This does not seem to be working. Maybe because it tries to treat the
mountpoint as a file rather than a directory?
2016-10-09 14:11:24 -07:00
Nikolaus Rath a1e1e8cdc4 Fixed permissions of source files. 2016-10-02 20:32:38 -07:00
Miklos Szeredi 0cb2db32e7 libfuse: fuse -> fuse3
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-25 16:54:42 +02:00
Miklos Szeredi e6e7a249c5 libfuse: remove "-D_FILE_OFFSET_BITS=64" from fuse.pc
add AC_SYS_LARGEFILE to your configure.ac instead.
2013-07-24 17:09:26 +02:00
Miklos Szeredi 7dfb43254c Documentation fixes 2013-07-17 15:58:53 +02:00
Joachim Schiele ea7227db43 - added a doxygen main page
- 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
2013-06-20 19:18:18 +02:00
Miklos Szeredi 2b4b5cc544 Start of 3.0 series
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-07-19 18:40:11 +02:00
Miklos Szeredi 46b9c3326d Fix the compile command in the examples
Reported by Luciano Dalle Ore
2012-05-16 17:31:33 +02:00
Miklos Szeredi 230dc7115f Make example/null work with -odirect_io 2008-03-05 13:03:59 +00:00
Miklos Szeredi cdb8b79bad change indenting 2007-12-12 14:25:40 +00:00
Miklos Szeredi 611ad93ac7 update copyright dates 2007-04-25 16:19:15 +00:00
Miklos Szeredi 4003dfa313 Add init script 2006-10-01 13:46:02 +00:00
Miklos Szeredi 6f385414b2 fix 2006-03-17 15:05:40 +00:00
Miklos Szeredi 95da860d29 fix 2006-01-06 18:29:40 +00:00
Miklos Szeredi f6e0ec6e2d fix 2005-08-03 09:11:06 +00:00
Miklos Szeredi e5183747da whitespace fixes 2005-02-02 11:14:04 +00:00
Miklos Szeredi 149f60799d update copyright year 2005-01-10 12:29:28 +00:00
Miklos Szeredi fb28c5ebe1 API change 2004-11-26 12:15:06 +00:00
Miklos Szeredi 5dc8a80c65 cleanups + step minor version 2004-10-21 09:35:10 +00:00
Miklos Szeredi 2e6b6f2be8 change email address 2004-07-07 19:19:53 +00:00
Miklos Szeredi 18e75e4cb1 statfs fixes 2004-02-19 14:23:27 +00:00
Miklos Szeredi 307242f21b fix 2004-01-26 11:28:44 +00:00
Miklos Szeredi e8663f383b code cleanup 2004-01-13 15:33:12 +00:00
Miklos Szeredi 5e43f2c00c added fsync operation 2003-12-12 14:06:41 +00:00
Miklos Szeredi c8ba2379a8 added release() callback 2002-12-10 12:26:00 +00:00
Mark Glines 85801bbad1 'struct statfs' changes size, and entries within it change position, depending
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-03-17 06:58:33 +00:00
Miklos Szeredi 074b4b9232 minor fixes 2002-01-11 08:25:52 +00:00
Mark Glines d84b39ac42 Added statfs support to kernel, lib, examples, and perl
other minor perl fixes (still unstable)
2002-01-07 16:32:02 +00:00
Miklos Szeredi cc8c975f77 writing modules made more easy 2001-11-21 10:03:39 +00:00
Miklos Szeredi fe42812093 fusermount changes 2001-11-20 19:12:28 +00:00
Miklos Szeredi 43696434f8 performance improvements 2001-11-18 19:15:05 +00:00