aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Dropped support for building with autotoolsGravatar Nikolaus Rath2017-08-24
* Use printcap() to control test executionGravatar Nikolaus Rath2017-08-24
* Added testcase for examples/printcapGravatar Nikolaus Rath2017-08-24
* Add idle_threads mount option.Gravatar Joseph Dodge2017-08-24
* Renamed notify_inval_inode_fh to invalidate_pathGravatar Nikolaus Rath2017-08-24
* Allow inode cache invalidation in high-level APIGravatar SÅ‚awek Rudnicki2017-08-24
* Added examples/printcapGravatar Nikolaus Rath2017-08-23
* fuse_loop_mt(): on error, return errno rather than -1.Gravatar Nikolaus Rath2017-08-23
* fuse_loop(): don't return non-zero if there was no errorGravatar Nikolaus Rath2017-08-23
* Document and unify error codes of fuse_lowlevel_notify_*Gravatar Nikolaus Rath2017-08-22
* Make passthrough_fh work under FreeBSD.Gravatar Nikolaus Rath2017-08-22
* Fix two compiler warnings.Gravatar Nikolaus Rath2017-08-22
* Document meaning of zero telldir() offset.Gravatar Nikolaus Rath2017-08-22
* Allow building without iconv.Gravatar Nikolaus Rath2017-08-22
* Use 'buildtype' to set debug/optimization optionsGravatar Nikolaus Rath2017-08-22
* directly call fuse_new_31() instead of fuse_new() internallyGravatar userwithuid2017-08-14
* Fixed udev rules directory.Gravatar Nikolaus Rath2017-08-14
* Skip tests that aren't supported under FreeBSD.Gravatar Nikolaus Rath2017-08-11
* fuse_lib_init(): don't set FUSE_CAP_EXPORT_SUPPORT unconditionallyGravatar Nikolaus Rath2017-08-11
* Don't attempt to run fusermount3 under BSD.Gravatar Nikolaus Rath2017-08-11
* Call cp with -p instead of --preserve=modeGravatar Nikolaus Rath2017-08-11
* Don't pass --update to cpGravatar Nikolaus Rath2017-08-11
* Don't build passthrough_ll under BSD.Gravatar Nikolaus Rath2017-08-11
* fuse_kern_unmount(): fix variable type.Gravatar Nikolaus Rath2017-08-11
* Fix unused variable warnings under FreeBSD.Gravatar Nikolaus Rath2017-08-11
* Fix FreeBSD platform detection.Gravatar Nikolaus Rath2017-08-08
* Fix support for FUSE_POSIX_ACLGravatar Marcin Sulikowski2017-08-07
* Released 3.1.1Gravatar Nikolaus Rath2017-08-06
* os_open(): don't attempt to close fd if open failed.Gravatar Nikolaus Rath2017-08-06
* Added writeback cache to passthrough_llGravatar Nikolaus Rath2017-08-06
* Clarified documentation for fuse_parse_cmdline()Gravatar Nikolaus Rath2017-08-06
* Removed compat stuff in passthrough_llGravatar Nikolaus Rath2017-08-06
* Clarify how the filesystem should handle open/create flagsGravatar Nikolaus Rath2017-08-06
* passthrough_ll: added more debugging outputGravatar Nikolaus Rath2017-08-04
* Added append and seek testsGravatar Nikolaus Rath2017-08-04
* Include ChangeLog in tarballGravatar Nikolaus Rath2017-08-04
* Simplify and fix FreeBSD fsname handlingGravatar Nikolaus Rath2017-08-03
* Simply #ifdefsGravatar Nikolaus Rath2017-08-03
* Fix FreeBSD detection in meson.buildGravatar Nikolaus Rath2017-08-03
* Added ChangeLog entry for FreeBSD commits.Gravatar Nikolaus Rath2017-08-03
* FreeBSD: supprt fsname= optionGravatar Baptiste Daroussin2017-08-03
* FreeBSD: use unmount(2) and add missing FreeBSD mount optionGravatar Baptiste Daroussin2017-08-03
* FreeBSD: do not build utilitiesGravatar Baptiste Daroussin2017-08-03
* Produce more helpful message on OS-X and Windows.Gravatar Nikolaus Rath2017-08-03
* Don't check st_nlink value for mkdirGravatar Nikolaus Rath2017-08-03
* Added changelog entry for symbol versioning fixes.Gravatar Nikolaus Rath2017-08-03
* Added changelog entry for commit f0ecf.Gravatar Nikolaus Rath2017-08-03
* Fix compilation on 32bit systemsGravatar Nikolaus Rath2017-08-03
* Ask pkgconfig where we should install udev rulesGravatar Heiko Becker2017-08-02
* Fix compiler warnings of gcc-5.4.xGravatar Banglang2017-08-01