aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Added basic unit tests.Gravatar Nikolaus Rath2016-03-29
* Integrate tests with autotoolsGravatar Nikolaus Rath2016-03-29
* Whitespace cleanup.Gravatar Nikolaus Rath2016-03-29
* Added .dir-locals.el to customize emacs settingsGravatar Nikolaus Rath2016-03-29
* Inlined fuse_chan_fdGravatar Nikolaus Rath2016-03-29
* Inlined fuse_chan_{send, recv}Gravatar Nikolaus Rath2016-03-29
* cuse_lowlevel.setup(): fix double free of local variable 'args'Gravatar Winfried Koehler2016-03-11
* Improve description of issue #15.Gravatar Nikolaus Rath2016-03-01
* Fix description of bug #15.Gravatar Nikolaus Rath2016-02-02
* Document bug #15.Gravatar Nikolaus Rath2016-02-01
* Include documentation in tarball.Gravatar Nikolaus Rath2016-01-28
* Remove "credits" section, we now have an AUTHORS file.Gravatar Nikolaus Rath2016-01-28
* Removed placeholder README file and switch automake to foreign flavor.Gravatar Nikolaus Rath2016-01-14
* Removed hopelessly outdated files.Gravatar Nikolaus Rath2016-01-14
* Update makeconf.shGravatar Nikolaus Rath2016-01-14
* Update maintainer and contributor listGravatar Nikolaus Rath2016-01-14
* Extend write_buf documentationGravatar Nikolaus Rath2016-01-14
* Initialize padding to zero.Gravatar Nikolaus Rath2016-01-14
* Updated homepage URL and added download location.Gravatar Nikolaus Rath2015-12-21
* Migrated README to README.md for Markdown rendering on GitHub.Gravatar Nikolaus Rath2015-12-20
* Merge branch 'clone_fd'Gravatar Miklos Szeredi2015-09-29
|\
* \ Merge git://git.code.sf.net/u/xophmeister/fuseGravatar Miklos Szeredi2015-08-14
|\ \
| * | Canonicalised whitespace and added ChangeLog entryGravatar Christopher Harrison2015-08-12
* | | libfuse: fix warning mount.c:receive_fd()Gravatar Miklos Szeredi2015-08-12
| * | Added fuse_pkgversion functionGravatar Christopher Harrison2015-07-30
|/ /
* | libfuse: fix possible memory leakGravatar Miklos Szeredi2015-06-29
* | Use system directory for system-wide udev rules by defaultGravatar Ikey Doherty2015-05-26
* | libfuse: fix exec environment for mount and umountGravatar Miklos Szeredi2015-05-22
| * libfuse: add "clone_fd" optionGravatar Miklos Szeredi2015-05-18
| * libfuse: get ref for reqGravatar Miklos Szeredi2015-05-18
| * libfuse: refcount fuse_chan objectsGravatar Miklos Szeredi2015-05-18
|/
* libfuse: add FUSE_CAP_NO_OPEN_SUPPORT flag to ->init()Gravatar Miklos Szeredi2015-04-23
* libfuse: fix handling of '.' and '..' in highlevel readdirplusGravatar Miklos Szeredi2015-02-26
* libfuse: fix fuse_remove_signal_handlers()Gravatar Miklos Szeredi2015-02-26
* Fix docs of lowlevel readdirplus()Gravatar Miklos Szeredi2014-11-25
* libfuse: highlevel API: fix directory file handle passed to ioctl() methodGravatar Miklos Szeredi2014-07-21
* ChangeLog fixGravatar Miklos Szeredi2014-07-15
* libfuse: add flags to ->rename()Gravatar Miklos Szeredi2014-07-15
* libfuse: allow setting ctime in ->setattr()Gravatar Miklos Szeredi2014-07-15
* libfuse: add "time_gran" optionGravatar Miklos Szeredi2014-07-15
* fusermount, libfuse: send value as unsigned in "user_id=" and "group_id="Gravatar Miklos Szeredi2014-07-15
* libfuse: document deadlock avoidance for fuse_notify_inval_entry()Gravatar Miklos Szeredi2014-07-15
* Initilaize stat buffer passed to ->getattr() and ->fgetattr()Gravatar Miklos Szeredi2014-03-26
* compile fix for fuse_lo-plusGravatar Miklos Szeredi2014-03-18
* compile fixGravatar Miklos Szeredi2014-03-17
* libfuse: implement readdirplus for high-level APIGravatar Eric Wong2014-03-05
* Allocate buffer when splicing from the fuse deviceGravatar Miklos Szeredi2014-02-27
* libfuse: added fuse_lo-plus.c to the examplesGravatar Miklos Szeredi2014-02-21
* fuse: use dlsym() instead of relying on ld.so constructor functionsGravatar Fabrice Bauzac2014-02-04
* libfuse: Add "async_dio" and "writeback_cache" optionsGravatar Miklos Szeredi2014-01-29