aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Turn struct fuse_chan into an implementation detailGravatar Nikolaus Rath2016-10-02
* Renamed fuse_lowlevel_new() to fuse_session_new().Gravatar Nikolaus Rath2016-10-02
* Introduce separate mount/umount functions for low-level API.Gravatar Nikolaus Rath2016-10-02
* Tell emacs to use tabs for linkerscript.Gravatar Nikolaus Rath2016-10-02
* Turned fuse_session_{process,receive}_buf into wrapper functions.Gravatar Nikolaus Rath2016-10-02
* Inlined fuse_session_new()Gravatar Nikolaus Rath2016-10-02
* Improve documentation of argument parsing.Gravatar Nikolaus Rath2016-10-01
* fuse_lowlevel_notify_*: take struct fuse_session instead of struct fuse_chanGravatar Nikolaus Rath2016-09-27
* Dropped fuse_unmount_compat22Gravatar Nikolaus Rath2016-09-27
* add error checking to setuid calls (#66)Gravatar Alex Richman2016-07-21
* libfuse/fuse_daemonize: wait until daemon child process is ready (#55)Gravatar Hendrik Brueckner2016-06-20
* Inlined calculate_dirent*_size functionsGravatar Nikolaus Rath2016-06-05
* Don't use IFTODT macro.Gravatar Nikolaus Rath2016-06-05
* Inlined fuse_add_direntGravatar Nikolaus Rath2016-06-05
* Merge branch 'add-dirent-strlen3' of git://github.com/trapexit/libfuse into t...Gravatar Nikolaus Rath2016-06-04
|\
| * remove double calculation of filename length and dirent sizeGravatar Antonio SJ Musumeci2016-05-12
* | lib/fuse_lowlevel.c: fix small typo in fuse_ll_help (#44)Gravatar David Sheets2016-05-11
* | Whitespace cleanup.Gravatar 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
|/
* Initialize padding to zero.Gravatar Nikolaus Rath2016-01-14
* 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
* | 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
* libfuse: highlevel API: fix directory file handle passed to ioctl() methodGravatar Miklos Szeredi2014-07-21
* 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
* Initilaize stat buffer passed to ->getattr() and ->fgetattr()Gravatar Miklos Szeredi2014-03-26
* libfuse: implement readdirplus for high-level APIGravatar Eric Wong2014-03-05
* Allocate buffer when splicing from the fuse deviceGravatar Miklos Szeredi2014-02-27
* 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
* Fix fuse_add_direntry_plus()Gravatar Miklos Szeredi2013-11-29
* 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