summaryrefslogtreecommitdiff
path: root/lib/libfuse/fuse.c
AgeCommit message (Expand)Author
2017-12-18Add call to fuse_remove_signal_handlers(3) in fuse_teardown(3) to do thehelg
2017-12-18Refactor libfuse option processing to better support options in thehelg
2017-12-15Export only symbols to what's declared in fuse.h/fuse_opt.hJeremie Courreges-Anglas
2017-12-15Fix formatting of libfuse version info.helg
2017-12-14Add a missing call to fuse_set_signal_handlers(3) in fuse_setup(3) so thathelg
2017-12-14Free FUSE channel if fuse_new(3) fails in fuse_setup(3).helg
2017-12-13Add support for the -d (-o debug) option to libfuse. Currently works for FUSEhelg
2017-11-26Add support for -f option to libfuse. This keeps the FUSE file systemhelg
2017-11-17Implement safe signal handling and handle unmount failure gracefully.helg
2017-11-04fuse_loop_mt() isn't implemented so return an error value.Martin Pieuchot
2017-11-04Use the correct version macro.Martin Pieuchot
2017-11-02Check if the arguments are NULL instead of dereferencing them blindly.Martin Pieuchot
2017-10-25Check for NULL before dereferencing untrusted pointers.Martin Pieuchot
2017-10-24Add more sanity checks to prevent a segfault and a NULL-dereferenceMartin Pieuchot
2017-08-21Use waitpid()/EINTR idiom for the specific pid, rather than generic wait(),Theo de Raadt
2016-05-24Add missing strdup NULL checks; from Ray Lai.Okan Demirmen
2015-12-24remove NULL-check before free()mmcc
2015-07-07Skip mountpoint checking in case we only want the version or helpAntoine Jacoutot
2015-02-10Add a stub option for big_writes. This is needed by gvfs.Antoine Jacoutot
2014-05-20Add -o max_read=XXX support in fuse. This is needed by usmb to have aSylvestre Gallon
2014-05-20Add support for -o XXX or -oXXX options in libfuse.Sylvestre Gallon
2014-05-19as reported by Helg, should use realpath for mounts. ok guenther sylTed Unangst
2014-03-24Warn the user if there is a missing mountpoint parameter.Sylvestre Gallon
2014-02-05Allow libfuse to compile with WARNINGS=yes. No functional change.Sylvestre Gallon
2014-02-05check return values in libfuse.Sylvestre Gallon
2013-12-10Remove an attempt to free a non-heap object.Sylvestre Gallon
2013-11-11In fuse_loop(), use ssize_t to store return values from read(2) and write(2).Stefan Sperling
2013-11-09Simplify fuse_unmount(). No functional change.Stefan Sperling
2013-11-09Properly check realpath() return value during argv processing in libfuse.Stefan Sperling
2013-11-07add fuse_invalidate() and fuse_setup() functions.Sylvestre Gallon
2013-11-06Handle fuse client private data. Needed by encfs.Sylvestre Gallon
2013-11-02Update the fuse_opt to have option like -h working.Sylvestre Gallon
2013-10-07Adapt libfuse to FUSE kernel changesSylvestre Gallon
2013-08-10Plug fd and mem leak in fuse_open's error path. ok syl@Jeremie Courreges-Anglas
2013-08-10Remove some useless DPRINTF.Sylvestre Gallon
2013-07-05Add support for fuse_teardown(3). This functionsyl
2013-06-21Make fuse device clonable.syl
2013-06-14Add support for fuse_get_context(3) needed by ntfs-3g.syl
2013-06-14add support for fuse_version(3). Needed by ntfs-3g.syl
2013-06-12style for loopsTed Unangst
2013-06-12fuse_opt support from SylvestreTed Unangst
2013-06-03rcsidsTed Unangst
2013-06-03add userland fuse library. ok beck deraadtTed Unangst