Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change name of extended attribute for consistency. | Reuben Thomas | 2008-04-06 | 1 | -1/+1 |
| | |||||
* | Update translations, and allow some marked as "fuzzy". | Reuben Thomas | 2008-04-06 | 2 | -22/+10 |
| | |||||
* | Update copyright year. | Reuben Thomas | 2008-03-28 | 1 | -1/+1 |
| | |||||
* | Bump version to 1.0.2. | Reuben Thomas | 2008-03-28 | 3 | -207/+211 |
| | |||||
* | Make plpftp killsave try harder to kill programs. | Reuben Thomas | 2008-03-28 | 1 | -30/+31 |
| | | | | | Fix a long-standing bug in plpftp runrestore for running badly-behaved programs. | ||||
* | Only make plpfuse.8 if plpfuse is being built. | Reuben Thomas | 2008-03-22 | 1 | -1/+4 |
| | |||||
* | Don't try to build plpfuse if we lack libattr or FUSE. | Reuben Thomas | 2008-03-22 | 2 | -12/+13 |
| | |||||
* | Clarify and mention prerequisites. | Reuben Thomas | 2008-03-22 | 1 | -27/+46 |
| | |||||
* | Cosmetic improvements | Reuben Thomas | 2008-03-22 | 1 | -1/+2 |
| | |||||
* | Clarify history and add a little more. | Reuben Thomas | 2008-03-22 | 1 | -25/+29 |
| | |||||
* | Update .po files | Reuben Thomas | 2008-03-13 | 2 | -202/+202 |
| | |||||
* | Improve the English. | Reuben Thomas | 2008-03-13 | 1 | -9/+10 |
| | |||||
* | 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 typo | Reuben Thomas | 2008-03-13 | 1 | -1/+1 |
| | |||||
* | Bump version to 1.0.0 | Reuben Thomas | 2008-03-13 | 1 | -1/+1 |
| | |||||
* | Remove unneeded FIXME and fix some English. | Reuben Thomas | 2008-03-13 | 1 | -3/+3 |
| | |||||
* | Remove FIXME which doesn't justify itself in code which hasn't been | Reuben Thomas | 2008-03-13 | 1 | -1/+1 |
| | | | | touched for a lustrum. | ||||
* | Refactor the bodies of getln and slurp into a single routine, get_upto. | Reuben Thomas | 2008-03-13 | 1 | -26/+11 |
| | |||||
* | Change /mnt/psion to /mnt/epoc. | Reuben Thomas | 2008-02-16 | 3 | -48/+43 |
| | | | | | | Change "Psion" to "EPOC" and similar in psidump. Remove useless cross-reference section from psidump.1. | ||||
* | Remove unnecessary patterns and deleted files. | Reuben Thomas | 2008-02-16 | 1 | -2/+0 |
| | |||||
* | Rename "psion" to "plptools" and remove deleted files. | Reuben Thomas | 2008-02-16 | 1 | -3/+1 |
| | |||||
* | Add remove-potcdate.sed | Reuben Thomas | 2008-02-16 | 1 | -0/+1 |
| | |||||
* | Bump version to 0.21. | Reuben Thomas | 2008-02-16 | 5 | -359/+12 |
| | | | | | | | | | | Remove SuSE init script and plptools.spec, as they're way out of date. Keep generic init script so we have *something* to show; rename it to "plptools". Remove unused PSIONHOSTNAME define from config.h. Change some occurrences of "Psion" to "EPOC" in configure.ac. | ||||
* | Remove generated file | Reuben Thomas | 2008-02-16 | 1 | -11/+0 |
| | |||||
* | Add config.status.lineno | Reuben Thomas | 2008-02-16 | 1 | -0/+1 |
| | |||||
* | Cosmetic improvement to filename of release notes | Reuben Thomas | 2008-02-05 | 2 | -2/+2 |
| | |||||
* | Remove syntactically wrong comment | Reuben Thomas | 2008-02-05 | 1 | -1/+1 |
| | |||||
* | PO changes | Reuben Thomas | 2008-02-05 | 2 | -2/+44 |
| | |||||
* | Document use of woger | Reuben Thomas | 2008-02-05 | 1 | -0/+3 |
| | |||||
* | Use woger | Reuben Thomas | 2008-02-05 | 1 | -17/+3 |
| | |||||
* | 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. | ||||
* | Fix a crash during shut down (typo in thread initialisation). | Reuben Thomas | 2008-02-05 | 1 | -2/+8 |
| | |||||
* | 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 |
| |