aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* "pkg-config fuse3 --libs" gives the wrong library nameGravatar Miklos Szeredi2013-12-11
* Fix fuse_add_direntry_plus()Gravatar Miklos Szeredi2013-11-29
* Advertize the existence of some "configure" env vars.Gravatar Fabrice Bauzac2013-09-23
* test: add a realdir optionGravatar Miklos Szeredi2013-09-20
* libfuse: add the "subdir-objects" automake optionGravatar Fabrice Bauzac2013-09-04
* Merge remote-tracking branch 'origin/fuse_2_9_bugfix'Gravatar Miklos Szeredi2013-08-26
|\
| * Add missing includesGravatar Daniel Thau2013-08-26
* | Don't close -1 fd in fuse_chan_destroy()Gravatar Miklos Szeredi2013-08-26
* | Change generation and nlookup from 'unsigned long' to 'uint64_t'Gravatar Miklos Szeredi2013-08-26