aboutsummaryrefslogtreecommitdiff
path: root/example/Makefile.am
Commit message (Collapse)AuthorAge
* 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.
* Remove -lrt -ldl from fuse.pc for dynamic linkingGravatar Miklos Szeredi2011-05-26
| | | | | | | Remove -lrt -ldl from fuse.pc for dynamic linking since libfuse.so is already linked with these libraries. Reported by: Nikolaus Rath
* CUSE patches from Tejun HeoGravatar Miklos Szeredi2009-06-18
|
* * Implement poll support. Patch by Tejun HeoGravatar Miklos Szeredi2008-12-08
|
* * Implement ioctl support. On high level interface onlyGravatar Miklos Szeredi2008-12-05
| | | | | | | "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
* Add filesystem stacking support to high level APIGravatar Miklos Szeredi2007-02-03
|
* Add init scriptGravatar Miklos Szeredi2006-10-01
|
* ulockmgrGravatar Miklos Szeredi2006-09-10
|
* fixGravatar Miklos Szeredi2006-02-03
|
* inode based API first working versionGravatar Miklos Szeredi2005-07-13
|
* fixGravatar Miklos Szeredi2005-04-07
|
* Merge 2_2_bugfix up to 2_2_merge1Gravatar Miklos Szeredi2005-03-21
|
* build shared libraryGravatar Miklos Szeredi2004-06-03
|
* writing modules made more easyGravatar Miklos Szeredi2001-11-21
|
* performance improvementsGravatar Miklos Szeredi2001-11-18
|
* preparing for releaseGravatar Miklos Szeredi2001-11-09
|
* build and install fixesGravatar Miklos Szeredi2001-11-07
|
* build with automakeGravatar Miklos Szeredi2001-11-07