Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert .cvsignore files to .gitignore files | Reuben Thomas | 2013-12-16 | 2 | -5/+1 |
| | |||||
* | Change name of extended attribute for consistency. | Reuben Thomas | 2008-04-06 | 1 | -1/+1 |
| | |||||
* | Return sensible error codes from plpfuse, and fix one or two functions | Reuben Thomas | 2008-03-13 | 3 | -170/+208 |
| | | | | that were setting errno (which is apparently wrong for FUSE). | ||||
* | Fix a bug in xattr conversion to EPOC attributes. | Reuben Thomas | 2008-02-05 | 1 | -7/+5 |
| | | | | | When asked for non-existent xattrs, fail silently, for a better user experience. | ||||
* | Stop libattr and libfuse being linked against by programs other than | Reuben Thomas | 2008-01-30 | 1 | -7/+5 |
| | | | | | | | | plpfuse. Fix logic of plp_setxattr. It doesn't need to read the non-x attributes, and it now treats the set and cleared EPOC attribute bits properly (I hope!). | ||||
* | Fix getxattr and setxattr | Reuben Thomas | 2008-01-29 | 1 | -2/+8 |
| | |||||
* | Fix a debug message and extend another | Reuben Thomas | 2008-01-29 | 1 | -2/+2 |
| | |||||
* | Fix getting and setting attributes. | Reuben Thomas | 2008-01-29 | 1 | -18/+29 |
| | | | | | removexattr shouldn't do anything to the flags, but just return an error. | ||||
* | Reimplement non-UNIX file attributes as extended attributes under | Reuben Thomas | 2008-01-29 | 3 | -66/+139 |
| | | | | | | user.psion. Fix various warnings. | ||||
* | Make plpfuse daemonize if -f not given. | Reuben Thomas | 2007-12-15 | 1 | -5/+7 |
| | |||||
* | Fix up option-parsing code to cope with -p. Add a note about how it's | Reuben Thomas | 2007-12-15 | 1 | -16/+17 |
| | | | | | | all kludged. Remove trace of old -u option. | ||||
* | Add plpfuse.h to headers. | Reuben Thomas | 2007-12-15 | 1 | -1/+1 |
| | | | | | | Add "release" target to Makefile.am. Updates to .po files. | ||||
* | Sort out command-line arguments, so that both FUSE and plpfuse get to | Reuben Thomas | 2007-12-15 | 2 | -48/+58 |
| | | | | | | parse them. Force FUSE to run single-threaded. | ||||
* | Move last header plp_inttypes.h out of include and into lib. | Reuben Thomas | 2007-12-14 | 1 | -2/+0 |
| | | | | | Remove RCS Ids from Makefile.am's so that checking in a Makefile.am doesn't cause automake to be run. | ||||
* | Replace plpnfsd with plpfuse. | Reuben Thomas | 2007-12-13 | 6 | -0/+1050 |
Other minor simplifications to the build system. |