| Commit message (Expand) | Author | Age | Files | Lines |
* | Use waitpid()/EINTR idiom for the specific pid, rather than generic wait(), |  deraadt | 2017-08-21 | 1 | -3/+6 |
* | Revert fuse_opt.c r1.17. It broke exfat-fuse and perhaps other plugins. |  stsp | 2017-01-04 | 1 | -2/+2 |
* | Empty strings are invalid arguments. |  mpi | 2016-11-23 | 1 | -2/+2 |
* | Generate pkg-config files at build time like everything else. This |  natano | 2016-09-14 | 1 | -2/+3 |
* | Fix fuse node lookups. Currently fusefs nodes in the kernel remember the |  natano | 2016-09-07 | 3 | -26/+69 |
* | only regen pkg-config files when required; ok jasper |  natano | 2016-09-04 | 1 | -2/+4 |
* | Use struct stat for storing attributes in fusebufs, because using struct |  natano | 2016-08-30 | 2 | -59/+35 |
* | Pull in <sys/time.h> for struct timespec |  guenther | 2016-08-27 | 1 | -1/+2 |
* | NUL-terminate argv when parsing options, following other |  okan | 2016-05-24 | 1 | -2/+3 |
* | Add missing strdup NULL checks; from Ray Lai. |  okan | 2016-05-24 | 2 | -3/+9 |
* | update links; from ray |  jmc | 2016-05-18 | 1 | -5/+7 |
* | for some time now mandoc has not required MLINKS to function |  jmc | 2016-03-30 | 1 | -18/+1 |
* | remove NULL-check before free() |  mmcc | 2015-12-24 | 1 | -3/+2 |
* | missing deref on char check. from David Binderman |  tedu | 2015-10-19 | 1 | -2/+2 |
* | When an option is not recognized call the processing function with |  mpi | 2015-08-24 | 1 | -4/+6 |
* | Skip mountpoint checking in case we only want the version or help |  ajacoutot | 2015-07-07 | 1 | -3/+3 |
* | Unbreak option parsing: |  ajacoutot | 2015-07-07 | 1 | -1/+8 |
* | Remove -Werror from the Makefile: as it happened with asprintf, it |  reyk | 2015-06-03 | 1 | -2/+2 |
* | It is better to check the asprintf return value for -1 instead of the |  reyk | 2015-06-03 | 1 | -5/+5 |
* | Add a stub option for big_writes. This is needed by gvfs. |  ajacoutot | 2015-02-10 | 1 | -1/+2 |
* | SIZE_MAX is standard, we should be using it in preference to the |  millert | 2015-02-06 | 1 | -2/+3 |
* | Move to the <limits.h> universe. |  deraadt | 2015-01-16 | 1 | -2/+2 |
* | use reallocarray(); ok doug |  deraadt | 2014-10-08 | 1 | -2/+2 |
* | Add -o max_read=XXX support in fuse. This is needed by usmb to have a |  syl | 2014-05-20 | 1 | -1/+2 |
* | Add support for -o XXX or -oXXX options in libfuse. |  syl | 2014-05-20 | 3 | -22/+59 |
* | as reported by Helg, should use realpath for mounts. ok guenther syl |  tedu | 2014-05-19 | 1 | -3/+3 |
* | Add support for 255 character file names in fuse. |  syl | 2014-04-28 | 3 | -8/+12 |
* | Init outargs only once, and fix a bad bzero(). |  syl | 2014-04-15 | 1 | -3/+3 |
* | Warn the user if there is a missing mountpoint parameter. |  syl | 2014-03-24 | 1 | -2/+4 |
* | Allow libfuse to compile with WARNINGS=yes. No functional change. |  syl | 2014-02-05 | 1 | -3/+4 |
* | check return values in libfuse. |  syl | 2014-02-05 | 4 | -14/+245 |
* | Add fuse support for IO_APPEND. |  syl | 2014-01-29 | 1 | -3/+1 |
* | Fix .readdir() code following what is done in .getdir(). |  syl | 2014-01-23 | 1 | -16/+12 |
* | Mark fuse_opt_parse()'s third argument as a point to const, to match the |  jca | 2014-01-21 | 2 | -7/+7 |
* | Include fuse_opt.h in fuse.h. |  syl | 2014-01-20 | 1 | -1/+3 |
* | hook mknod() if create() implementation is not present. |  syl | 2014-01-20 | 1 | -3/+9 |
* | Add support for mknod in fuse. |  syl | 2014-01-16 | 1 | -1/+32 |
* | Call fuse callbacks on FBT_INIT and FBT_DESTROY. |  syl | 2014-01-02 | 1 | -3/+21 |
* | Add support for truncate in fuse. |  syl | 2013-12-20 | 1 | -1/+9 |
* | define FUSE_{MAJOR,MINOR}_VERSION which many fuse helpers assume is defined. |  jasper | 2013-12-17 | 1 | -1/+3 |
* | Remove an attempt to free a non-heap object. |  syl | 2013-12-10 | 1 | -3/+3 |
* | Fix issues with dirent returning junk due to removal of bzero in version 1.14. |  beck | 2013-12-09 | 1 | -4/+5 |
* | Does not append a NUL character to buf in readlink(2). |  syl | 2013-12-03 | 1 | -3/+14 |
* | Add support for FBT_RECLAIM that allow us to free the representation |  syl | 2013-12-03 | 3 | -3/+56 |
* | Fix a big memory leak in libfuse. |  syl | 2013-11-21 | 1 | -11/+10 |
* | Document the negative errno quirk used by callbacks in struct fuse_operations. |  stsp | 2013-11-13 | 1 | -1/+6 |
* | In fuse_loop(), use ssize_t to store return values from read(2) and write(2). |  stsp | 2013-11-11 | 1 | -6/+6 |
* | Simplify fuse_unmount(). No functional change. |  stsp | 2013-11-09 | 1 | -7/+3 |
* | Properly check realpath() return value during argv processing in libfuse. |  stsp | 2013-11-09 | 1 | -3/+8 |
* | add fuse_invalidate() and fuse_setup() functions. |  syl | 2013-11-07 | 2 | -11/+33 |