Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Stop libattr and libfuse being linked against by programs other than | Reuben Thomas | 2008-01-30 | 2 | -9/+7 | |
| | | | | | | | | 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. | |||||
* | -v should be -d. | Reuben Thomas | 2008-01-29 | 1 | -4/+4 | |
| | ||||||
* | Document the attributes mapping. | Reuben Thomas | 2008-01-29 | 1 | -6/+15 | |
| | | | | Fix some English in the first paragraph. | |||||
* | Fix some warnings. | Reuben Thomas | 2008-01-29 | 1 | -7/+1 | |
| | ||||||
* | Add support for libattr. | Reuben Thomas | 2008-01-29 | 1 | -1/+6 | |
| | | | | Add extra warnings to C compilation. | |||||
* | Reimplement non-UNIX file attributes as extended attributes under | Reuben Thomas | 2008-01-29 | 3 | -66/+139 | |
| | | | | | | user.psion. Fix various warnings. | |||||
* | Bump version to 0.20. | Reuben Thomas | 2008-01-06 | 1 | -12/+12 | |
| | | | | | | | | | | Put correct required version of FUSE in comment. Fix a comment's English. Simplify libfuse test. Add test for libattr. | |||||
* | Give hope of a fix. | Reuben Thomas | 2007-12-26 | 1 | -1/+1 | |
| | ||||||
* | Add a note about file name encoding. | Reuben Thomas | 2007-12-26 | 1 | -0/+9 | |
| | ||||||
* | Remove "and" from SEE ALSO lists, as seems to be normal. | Reuben Thomas | 2007-12-26 | 4 | -6/+7 | |
| | | | | Improve formatting of AUTHOR sections by adding line breaks between sentences. | |||||
* | Add fusermount to cross-refs. | Reuben Thomas | 2007-12-26 | 1 | -1/+1 | |
| | ||||||
* | Clarify. | Reuben Thomas | 2007-12-16 | 1 | -5/+5 | |
| | ||||||
* | Add make release files | Reuben Thomas | 2007-12-16 | 1 | -1/+2 | |
| | ||||||
* | Add stamp-po | Reuben Thomas | 2007-12-16 | 1 | -0/+1 | |
| | ||||||
* | Remove generated file | Reuben Thomas | 2007-12-16 | 1 | -1/+0 | |
| | ||||||
* | Remove redundant .cvsignore. | Reuben Thomas | 2007-12-16 | 1 | -5/+0 | |
| | ||||||
* | Remove plpnfsd man page. | Reuben Thomas | 2007-12-15 | 1 | -114/+0 | |
| | ||||||
* | Add untested plpfuse support to startup scripts. | Reuben Thomas | 2007-12-15 | 4 | -22/+45 | |
| | ||||||
* | Add .cvsignore file with Makefile. | Reuben Thomas | 2007-12-15 | 1 | -0/+1 | |
| | ||||||
* | 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. | |||||
* | Remove generated file | Reuben Thomas | 2007-12-15 | 1 | -562/+0 | |
| | ||||||
* | Fixes to make "make distcheck" work, including some reordering of | Reuben Thomas | 2007-12-15 | 7 | -240/+240 | |
| | | | | #includes to make supplied gettext work. | |||||
* | Remove still-born EXPERIMENTAL code. | Reuben Thomas | 2007-12-15 | 1 | -13/+0 | |
| | ||||||
* | Fix path to libplp.la for VPATH builds, and remove $(LIBNEWT) mention. | Reuben Thomas | 2007-12-15 | 1 | -1/+1 | |
| | ||||||
* | Add plpfuse.h to headers. | Reuben Thomas | 2007-12-15 | 4 | -9/+30 | |
| | | | | | | Add "release" target to Makefile.am. Updates to .po files. | |||||
* | Updated .po files. | Reuben Thomas | 2007-12-15 | 2 | -93/+105 | |
| | ||||||
* | Add plp_inttypes.h to headers list | Reuben Thomas | 2007-12-15 | 1 | -1/+2 | |
| | ||||||
* | 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. | |||||
* | Remove plpnfsd's main.cc and add plpfuse's. | Reuben Thomas | 2007-12-14 | 1 | -1/+1 | |
| | ||||||
* | Remove mentions of plpnfsd | Reuben Thomas | 2007-12-14 | 1 | -10/+1 | |
| | ||||||
* | Remove mention of plpnfsd | Reuben Thomas | 2007-12-14 | 1 | -1/+0 | |
| | ||||||
* | Remove include/*.h* from dist files | Reuben Thomas | 2007-12-14 | 1 | -1/+1 | |
| | ||||||
* | Move last header plp_inttypes.h out of include and into lib. | Reuben Thomas | 2007-12-14 | 10 | -19/+5 | |
| | | | | | Remove RCS Ids from Makefile.am's so that checking in a Makefile.am doesn't cause automake to be run. | |||||
* | Add Makefile.in | Reuben Thomas | 2007-12-13 | 1 | -0/+1 | |
| | ||||||
* | Add plpfuse man page | Reuben Thomas | 2007-12-13 | 1 | -0/+61 | |
| | ||||||
* | Replace plpnfsd with plpfuse. | Reuben Thomas | 2007-12-13 | 38 | -5627/+1030 | |
| | | | | Other minor simplifications to the build system. | |||||
* | Don't need to remove Makefile.in in maintainer-clean-local. | Reuben Thomas | 2007-12-13 | 2 | -4/+2 | |
| | ||||||
* | Fix English in comment. | Reuben Thomas | 2007-12-13 | 1 | -1/+1 | |
| | ||||||
* | Fix setting readable flag. | Reuben Thomas | 2007-12-13 | 1 | -2/+2 | |
| | ||||||
* | Fix argument order when calling fsetattr | Reuben Thomas | 2007-12-13 | 1 | -1/+1 | |
| | ||||||
* | Fix confusing comment. | Reuben Thomas | 2007-12-10 | 1 | -1/+1 | |
| | ||||||
* | Remove no-longer-needed FIXME. | Reuben Thomas | 2007-12-10 | 1 | -1/+0 | |
| | ||||||
* | Zero dentries when allocating them | Reuben Thomas | 2007-12-10 | 1 | -2/+2 | |
| | ||||||
* | Fix name of commented flag. | Reuben Thomas | 2007-12-10 | 1 | -1/+1 | |
| | ||||||
* | Don't try to stop mounting on a non-empty mount point. | Reuben Thomas | 2007-12-10 | 1 | -16/+0 | |
| | ||||||
* | Zero dentry when allocating it. | Reuben Thomas | 2007-12-10 | 1 | -6/+3 | |
| | | | | | | Write errors to stderr, not stdout. Remove defunct code for defunct flag -D. |