| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2017-08-24 | Dropped support for building with autotools | Nikolaus Rath | -43/+0 | |
| It's just too much pain to keep it working. | ||||
| 2017-08-24 | Add idle_threads mount option. | Joseph Dodge | -1/+1 | |
| 2017-08-06 | Released 3.1.1 | Nikolaus Rath | -1/+1 | |
| 2017-07-08 | Added public fuse_lib_help(), bumped minor version | Nikolaus Rath | -2/+2 | |
| 2017-05-24 | Released libfuse 3.0.2 | Nikolaus Rath | -1/+1 | |
| 2017-04-10 | Released 3.0.1 | Nikolaus Rath | -1/+1 | |
| 2017-01-12 | Added experimental support for building with Meson+Ninja | Nikolaus Rath | -1/+1 | |
| 2016-10-03 | Released 3.0.0pre0 | Nikolaus Rath | -1/+1 | |
| 2016-10-02 | Merged fuse_session.c into fuse_lowlevel.c | Nikolaus Rath | -2/+1 | |
| 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. | ||||
| 2016-10-02 | Merged fuse_mt.c into fuse.c | Nikolaus Rath | -1/+0 | |
| There is no point in having a separate file for a 10 line function. | ||||
| 2013-07-25 | ulockmgr: strip ulockmgr support from this source package | Miklos Szeredi | -4/+1 | |
| 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. | ||||
| 2013-07-25 | libfuse: fuse -> fuse3 | Miklos Szeredi | -4/+4 | |
| 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. | ||||
| 2013-07-24 | libfuse: remove "-D_FILE_OFFSET_BITS=64" from fuse.pc | Miklos Szeredi | -1/+1 | |
| add AC_SYS_LARGEFILE to your configure.ac instead. | ||||
| 2013-06-21 | libfuse: remove session and chan abstractions | Miklos Szeredi | -1/+0 | |
| There's actually just one type of channel and session, so we don't need the generic callback functions. | ||||
| 2012-07-19 | Start of 3.0 series | Miklos Szeredi | -2/+2 | |
| 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. | ||||
| 2012-07-19 | Released 2.9.1 | Miklos Szeredi | -1/+1 | |
| 2012-05-16 | Fix -pthread in fuse.pc | Miklos Szeredi | -1/+1 | |
| 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 | ||||
| 2010-11-08 | bump version to 2.9.0-pre0 | Miklos Szeredi | -1/+1 | |
| 2010-08-27 | Add NetBSD support | Miklos Szeredi | -0/+4 | |
| 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 | ||||
| 2010-07-12 | libfuse: add buffer interface | Miklos Szeredi | -0/+1 | |
| 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. | ||||
| 2010-04-26 | * Fix checking for symlinks in umount from /tmp. Reported by Al | Miklos Szeredi | -1/+1 | |
| Viro * Fix umounting if /tmp is a symlink. Reported by Franco Broi | ||||
| 2010-02-01 | * Released 2.8.3 | Miklos Szeredi | -1/+1 | |
| * 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 | ||||
| 2010-01-26 | * Released 2.8.2 | Miklos Szeredi | -1/+1 | |
| 2009-09-11 | * Released 2.8.1 | Miklos Szeredi | -1/+1 | |
| 2009-07-16 | * Add missing pthread link for libulockmgr. Patch by Petr Salinger | Miklos Szeredi | -1/+1 | |
| 2009-06-18 | CUSE patches from Tejun Heo | Miklos Szeredi | -0/+1 | |
| 2008-02-20 | update versions to 2.8.0-pre0 | Miklos Szeredi | -1/+1 | |
| 2008-02-03 | lib/mount_bsd.c: ditch the kvm(8) stuff and fix unmounting in a simple and ↵ | Csaba Henk | -3/+0 | |
| sensible way | ||||
| 2008-01-06 | lib/mount_bsd.c: fix up/refine device closing vs. unmount | Csaba Henk | -0/+3 | |
| 2007-12-12 | Disable old symbol versions if __UCLIBC__ is defined | Miklos Szeredi | -1/+1 | |
| 2007-10-16 | Released 2.7.1 | Miklos Szeredi | -1/+1 | |
| 2007-04-25 | *** empty log message *** | Miklos Szeredi | -1/+1 | |
| 2007-04-05 | *** empty log message *** | Miklos Szeredi | -1/+7 | |
| 2007-02-03 | Add filesystem stacking support to high level API | Miklos Szeredi | -2/+4 | |
| 2006-12-01 | new release | Miklos Szeredi | -1/+1 | |
| 2006-10-01 | Add init script | Miklos Szeredi | -1/+3 | |
| 2006-09-10 | ulockmgr | Miklos Szeredi | -1/+4 | |
| 2006-09-03 | fix | Miklos Szeredi | -0/+1 | |
| 2006-05-08 | fix | Miklos Szeredi | -1/+1 | |
| 2006-02-03 | fix | Miklos Szeredi | -1/+2 | |
| 2006-01-30 | fix | Miklos Szeredi | -1/+1 | |
| 2006-01-23 | revert to version 2.6 | Miklos Szeredi | -1/+1 | |
| 2006-01-20 | fix | Miklos Szeredi | -1/+1 | |
| 2006-01-06 | fix | Miklos Szeredi | -0/+1 | |
| 2005-12-09 | added option parsing | Miklos Szeredi | -0/+1 | |
| 2005-11-16 | merge FreeBSD stuff | Miklos Szeredi | -1/+7 | |
| 2005-10-26 | add access operation | Miklos Szeredi | -1/+1 | |
| 2005-10-14 | fix | Miklos Szeredi | -1/+1 | |
| 2005-08-15 | fix | Miklos Szeredi | -0/+1 | |
| 2005-08-14 | cleanup | Miklos Szeredi | -4/+6 | |
