aboutsummaryrefslogtreecommitdiffstats
path: root/example/Makefile.am
AgeCommit message (Collapse)AuthorLines
2014-02-21libfuse: added fuse_lo-plus.c to the examplesMiklos Szeredi-1/+1
2013-07-25ulockmgr: strip ulockmgr support from this source packageMiklos Szeredi-1/+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-25libfuse: fuse -> fuse3Miklos Szeredi-2/+2
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-24libfuse: remove "-D_FILE_OFFSET_BITS=64" from fuse.pcMiklos Szeredi-1/+1
add AC_SYS_LARGEFILE to your configure.ac instead.
2011-05-26Remove -lrt -ldl from fuse.pc for dynamic linkingMiklos Szeredi-2/+2
Remove -lrt -ldl from fuse.pc for dynamic linking since libfuse.so is already linked with these libraries. Reported by: Nikolaus Rath
2009-06-18CUSE patches from Tejun HeoMiklos Szeredi-1/+1
2008-12-08* Implement poll support. Patch by Tejun HeoMiklos Szeredi-1/+5
2008-12-05* Implement ioctl support. On high level interface onlyMiklos Szeredi-1/+7
"restricted" ioctls are supported (which are defined with the _IO(), _IOR(), _IOW() or _IOWR() macros). Unrestricted ioctls will only be allwed to CUSE (Character Device in Userspace) servers. Patch by Tejun Heo
2007-02-03Add filesystem stacking support to high level APIMiklos Szeredi-2/+2
2006-10-01Add init scriptMiklos Szeredi-1/+1
2006-09-10ulockmgrMiklos Szeredi-5/+1
2006-02-03fixMiklos Szeredi-0/+1
2005-07-13inode based API first working versionMiklos Szeredi-1/+1
2005-04-07fixMiklos Szeredi-1/+2
2005-03-21Merge 2_2_bugfix up to 2_2_merge1Miklos Szeredi-1/+1
2004-06-03build shared libraryMiklos Szeredi-1/+1
2001-11-21writing modules made more easyMiklos Szeredi-1/+2
2001-11-18performance improvementsMiklos Szeredi-2/+3
2001-11-09preparing for releaseMiklos Szeredi-1/+1
2001-11-07build and install fixesMiklos Szeredi-1/+1
2001-11-07build with automakeMiklos Szeredi-0/+7