aboutsummaryrefslogtreecommitdiffstats
path: root/plpfuse/fuse.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix getxattr and setxattrReuben Thomas2008-01-291-2/+8
|
* Fix a debug message and extend anotherReuben Thomas2008-01-291-2/+2
|
* Fix getting and setting attributes.Reuben Thomas2008-01-291-18/+29
| | | | | removexattr shouldn't do anything to the flags, but just return an error.
* Reimplement non-UNIX file attributes as extended attributes underReuben Thomas2008-01-291-64/+137
| | | | | | user.psion. Fix various warnings.
* Sort out command-line arguments, so that both FUSE and plpfuse get toReuben Thomas2007-12-151-5/+3
| | | | | | parse them. Force FUSE to run single-threaded.
* Replace plpnfsd with plpfuse.Reuben Thomas2007-12-131-0/+528
Other minor simplifications to the build system.