aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.am
Commit message (Collapse)AuthorAge
* Released 3.1.1Gravatar Nikolaus Rath2017-08-06
|
* Added public fuse_lib_help(), bumped minor versionGravatar Nikolaus Rath2017-07-08
|
* Released libfuse 3.0.2Gravatar Nikolaus Rath2017-05-24
|
* Released 3.0.1Gravatar Nikolaus Rath2017-04-10
|
* Added experimental support for building with Meson+NinjaGravatar Nikolaus Rath2017-01-12
|
* Released 3.0.0pre0Gravatar Nikolaus Rath2016-10-03
|
* Merged fuse_session.c into fuse_lowlevel.cGravatar Nikolaus Rath2016-10-02
| | | | | | This distinction no longer makes sens. fuse_lowlevel.c already contains several session related functions, and fuse_session.c contains various stuff that is more related to the channel interface.
* Merged fuse_mt.c into fuse.cGravatar Nikolaus Rath2016-10-02
| | | | There is no point in having a separate file for a 10 line function.
* ulockmgr: strip ulockmgr support from this source packageGravatar Miklos Szeredi2013-07-25
| | | | | | Distribute ulockmgr separately. It is not needed for the building of libfuse, only fusexmp_fh. Check ulockmgr library in ./configure and if not disable remote-lock suport in fusexmp_fh.
* libfuse: fuse -> fuse3Gravatar Miklos Szeredi2013-07-25
| | | | | | Allow 2.X and 3.X to coexist. Includes are now stored under /usr/include/fuse3 and library is named libfuse3.*. Invoke pkg-config with "fuse3" as the first argument to build with version 3 of the library.
* libfuse: remove "-D_FILE_OFFSET_BITS=64" from fuse.pcGravatar Miklos Szeredi2013-07-24
| | | | add AC_SYS_LARGEFILE to your configure.ac instead.
* libfuse: remove session and chan abstractionsGravatar Miklos Szeredi2013-06-21
| | | | | | There's actually just one type of channel and session, so we don't need the generic callback functions.
* Start of 3.0 seriesGravatar Miklos Szeredi2012-07-19
| | | | | | | Change the version numbers. This is going to be a new major version of the library breaking backward compatibility on the binary level as well as the source level.
* Released 2.9.1Gravatar Miklos Szeredi2012-07-19
|
* Fix -pthread in fuse.pcGravatar Miklos Szeredi2012-05-16
| | | | | | | | Linking to a library that uses threads requires the application to be linked with -pthreads otherwise some pthread functions will be linked to stubs in glibc. So move -pthread from Libs.private to Libs in fuse.pc. Reported by Werner Fink
* bump version to 2.9.0-pre0Gravatar Miklos Szeredi2010-11-08
|
* Add NetBSD supportGravatar Miklos Szeredi2010-08-27
| | | | | | | | | | | | | | | | The bulk of it is just about adding ifdef __NetBSD__ where there is already an ifdef __FreeBSD__ Add a arch=netbsd to deal with NetBSD specifics. I suggests that arch=bsd could be renamed to arch=freebsd NetBSD specific linking with -lperfuse NetBSD patches to lib/mount.c. It turned to be less itrusive to patch mount;c than mount_bsd.c. I suggest mount_bsd.c could be renamed to mount_freebsd.c Patch from Emmanuel Dreyfus
* libfuse: add buffer interfaceGravatar Miklos Szeredi2010-07-12
| | | | | | | | Add a generic buffer interface for use with I/O. Buffer vectors are supplied and each buffer in the vector may be a memory pointer or a file descriptor. The fuse_reply_fd() interface is converted to using buffers.
* * Fix checking for symlinks in umount from /tmp. Reported by AlGravatar Miklos Szeredi2010-04-26
| | | | | | Viro * Fix umounting if /tmp is a symlink. Reported by Franco Broi
* * Released 2.8.3Gravatar Miklos Szeredi2010-02-01
| | | | | | * Using --no-canonicalize with umount(8) conflicts with the race fix, sinceit assumes the supplied path is absolute, while the race fix relies on the path being relative to the current directory
* * Released 2.8.2Gravatar Miklos Szeredi2010-01-26
|
* * Released 2.8.1Gravatar Miklos Szeredi2009-09-11
|
* * Add missing pthread link for libulockmgr. Patch by Petr SalingerGravatar Miklos Szeredi2009-07-16
|
* CUSE patches from Tejun HeoGravatar Miklos Szeredi2009-06-18
|
* update versions to 2.8.0-pre0Gravatar Miklos Szeredi2008-02-20
|
* lib/mount_bsd.c: ditch the kvm(8) stuff and fix unmounting in a simple and ↵Gravatar Csaba Henk2008-02-03
| | | | sensible way
* lib/mount_bsd.c: fix up/refine device closing vs. unmountGravatar Csaba Henk2008-01-06
|
* Disable old symbol versions if __UCLIBC__ is definedGravatar Miklos Szeredi2007-12-12
|
* Released 2.7.1Gravatar Miklos Szeredi2007-10-16
|
* *** empty log message ***Gravatar Miklos Szeredi2007-04-25
|
* *** empty log message ***Gravatar Miklos Szeredi2007-04-05
|
* Add filesystem stacking support to high level APIGravatar Miklos Szeredi2007-02-03
|
* new releaseGravatar Miklos Szeredi2006-12-01
|
* Add init scriptGravatar Miklos Szeredi2006-10-01
|
* ulockmgrGravatar Miklos Szeredi2006-09-10
|
* fixGravatar Miklos Szeredi2006-09-03
|
* fixGravatar Miklos Szeredi2006-05-08
|
* fixGravatar Miklos Szeredi2006-02-03
|
* fixGravatar Miklos Szeredi2006-01-30
|
* revert to version 2.6Gravatar Miklos Szeredi2006-01-23
|
* fixGravatar Miklos Szeredi2006-01-20
|
* fixGravatar Miklos Szeredi2006-01-06
|
* added option parsingGravatar Miklos Szeredi2005-12-09
|
* merge FreeBSD stuffGravatar Miklos Szeredi2005-11-16
|
* add access operationGravatar Miklos Szeredi2005-10-26
|
* fixGravatar Miklos Szeredi2005-10-14
|
* fixGravatar Miklos Szeredi2005-08-15
|
* cleanupGravatar Miklos Szeredi2005-08-14
|
* fixGravatar Miklos Szeredi2005-08-01
|
* cleanupGravatar Miklos Szeredi2005-07-15
|