Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2016-06-05 | Don't use IFTODT macro. | Nikolaus Rath | -7/+2 | |
IFTODT is provided by libc to convert from mode_t (as included in e.g. struct fstat) to d_type (unsigned char element of struct dirent, as returned by e.g. readdir). However, fuse actually uses a different struct fuse_dirent with a "type" field of type uint32. In other words, the semantics of (struct fuse_dirent).type are not necessarily the same as those of (struct dirent).d_type. | ||||
2016-06-05 | Inlined fuse_add_dirent | Nikolaus Rath | -45/+39 | |
2016-06-04 | Merge branch 'add-dirent-strlen3' of git://github.com/trapexit/libfuse into ↵ | Nikolaus Rath | -27/+64 | |
trapexit-add-dirent-strlen3 | ||||
2016-05-13 | Add 'traceback' as suspicious test output pattern. | Nikolaus Rath | -1/+1 | |
2016-05-13 | Added Travis integration | Nikolaus Rath | -0/+20 | |
2016-05-13 | Merge remote-tracking branch 'origin/master' | Nikolaus Rath | -1/+1 | |
2016-05-13 | Merge branch 'ioctl-test' | Nikolaus Rath | -83/+43 | |
2016-05-13 | Add ioctl tests. | Nikolaus Rath | -0/+24 | |
2016-05-13 | Fix ioctl example | Nikolaus Rath | -83/+19 | |
Fixes issue #39. | ||||
2016-05-12 | remove double calculation of filename length and dirent size | Antonio SJ Musumeci | -27/+64 | |
2016-05-11 | lib/fuse_lowlevel.c: fix small typo in fuse_ll_help (#44) | David Sheets | -1/+1 | |
s/disable remove file locking/disable remote file locking/ | ||||
2016-04-27 | Fixup commit 482a49c. | Nikolaus Rath | -1/+1 | |
2016-04-27 | Merge remote-tracking branch 'origin/master' | Nikolaus Rath | -17/+17 | |
2016-04-23 | Remove leading _ on header guards to comply with reserved identifier ↵ | Sam Stuewe | -15/+15 | |
requirements (#29) Remove leading _ on header guards to comply with reserved identifier requirements | ||||
2016-04-02 | Merge pull request #35 from 1ace/master | Nikolaus Rath | -1/+1 | |
Fix spelling mistake in comment | ||||
2016-04-02 | Fix spelling mistake | Eric Engestrom | -1/+1 | |
2016-03-29 | Added test_fsel | Nikolaus Rath | -2/+17 | |
2016-03-29 | Added unit tests for fusexmp and hello | Nikolaus Rath | -0/+306 | |
2016-03-29 | Added basic unit tests. | Nikolaus Rath | -26/+190 | |
Fixes issue #33. | ||||
2016-03-29 | Integrate tests with autotools | Nikolaus Rath | -12/+11 | |
2016-03-29 | Whitespace cleanup. | Nikolaus Rath | -27/+25 | |
Applied (whitespace-cleanup) to each file. Having whitespace changes in the VCS is ugly, but it ensures that in the future committers can run this function to *avoid* commiting any whitespace. | ||||
2016-03-29 | Added .dir-locals.el to customize emacs settings | Nikolaus Rath | -0/+25 | |
2016-03-29 | Inlined fuse_chan_fd | Nikolaus Rath | -21/+8 | |
2016-03-29 | Inlined fuse_chan_{send, recv} | Nikolaus Rath | -81/+60 | |
2016-03-23 | Merge pull request #24 from jblumsch/doc-statfs-frsize | Nikolaus Rath | -1/+1 | |
doc fix: The f_frsize field is not ignored by the statfs operation | ||||
2016-03-11 | cuse_lowlevel.setup(): fix double free of local variable 'args' | Winfried Koehler | -7/+9 | |
Signed-off-by: Winfried Koehler <w_scan@gmx-topmail.de> | ||||
2016-03-09 | fuse.h doc fix: The f_frsize field is not ignored by the statfs operation. | Jan Blumschein | -1/+1 | |
Apparently f_frsize has been passed on transparently since 2b4781100812d42e704c39c51303cd28ad3f9aa6 (Nov 28, 2005). | ||||
2016-03-01 | Improve description of issue #15. | Nikolaus Rath | -8/+10 | |
2016-02-02 | Fix description of bug #15. | Nikolaus Rath | -9/+19 | |
2016-02-01 | Document bug #15. | Nikolaus Rath | -2/+12 | |
2016-01-28 | Include documentation in tarball. | Nikolaus Rath | -3/+6 | |
2016-01-28 | Remove "credits" section, we now have an AUTHORS file. | Nikolaus Rath | -12/+0 | |
2016-01-14 | Removed placeholder README file and switch automake to foreign flavor. | Nikolaus Rath | -4/+1 | |
The GNU flavor merely requires to existence of some files (including README, but we prefer README.md), so there seems to be little point in using it. | ||||
2016-01-14 | Removed hopelessly outdated files. | Nikolaus Rath | -427/+1 | |
2016-01-14 | Update makeconf.sh | Nikolaus Rath | -26/+7 | |
Describe why manual copying of config.rpath is necessary, and fail with a more helpful message if it can't be found. Remove code for systems without autoreconf - it's apparently not used by anyone since it has been broken for quite some time (there is no `kernel` directory anymore). | ||||
2016-01-14 | Update maintainer and contributor list | Nikolaus Rath | -6/+49 | |
2016-01-14 | Extend write_buf documentation | Nikolaus Rath | -0/+5 | |
2016-01-14 | Initialize padding to zero. | Nikolaus Rath | -0/+1 | |
This should prevent some valgrind warnings. | ||||
2015-12-21 | Updated homepage URL and added download location. | Nikolaus Rath | -1/+5 | |
2015-12-20 | Migrated README to README.md for Markdown rendering on GitHub. | Nikolaus Rath | -379/+100 | |
2015-09-29 | Merge branch 'clone_fd' | Miklos Szeredi | -13/+113 | |
2015-08-14 | Merge git://git.code.sf.net/u/xophmeister/fuse | Miklos Szeredi | -0/+14 | |
2015-08-12 | Canonicalised whitespace and added ChangeLog entry | Christopher Harrison | -1/+6 | |
2015-08-12 | libfuse: fix warning mount.c:receive_fd() | Miklos Szeredi | -1/+6 | |
Reported by Albert Berger | ||||
2015-07-30 | Added fuse_pkgversion function | Christopher Harrison | -0/+11 | |
Returns the full PACKAGE_VERSION string, per autoconf | ||||
2015-06-29 | libfuse: fix possible memory leak | Miklos Szeredi | -1/+5 | |
Reported by Jose R. Guzman | ||||
2015-05-26 | Use system directory for system-wide udev rules by default | Ikey Doherty | -1/+8 | |
This ensures that fuse functions correctly on stateless operating systems without requiring use of the site configuration directory (/etc/). Signed-off-by: Ikey Doherty <michael.i.doherty@intel.com> | ||||
2015-05-22 | libfuse: fix exec environment for mount and umount | Miklos Szeredi | -6/+22 | |
Found by Tavis Ormandy (CVE-2015-3202). | ||||
2015-05-18 | libfuse: add "clone_fd" option | Miklos Szeredi | -2/+63 | |
This creates a separate device file descriptor for each processing thread, which might improve performance. | ||||
2015-05-18 | libfuse: get ref for req | Miklos Szeredi | -1/+3 | |
While the request lives don't free the channel associated with the request, the answer will need to be written on the channel. |