aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update make release target for new version of woger.Reuben Thomas2008-06-041-1/+1
|
* Bump version to 1.0.4Reuben Thomas2008-06-041-1/+1
|
* Patch to fix FUSE checks from Fooman Galore.Reuben Thomas2008-06-041-1/+2
|
* Updates to .po files.Reuben Thomas2008-04-222-196/+196
|
* Remove some temporary debugging messages.Reuben Thomas2008-04-061-2/+0
|
* Bump version to 1.0.3.Reuben Thomas2008-04-061-1/+1
|
* Make some error messages refer to EPOC rather than PsionReuben Thomas2008-04-062-2/+2
|
* Remove unused code.Reuben Thomas2008-04-061-14/+0
|
* Remove bogus translation attempt and leave a FIXMEReuben Thomas2008-04-061-2/+3
|
* Remove bogus error message translation lookup.Reuben Thomas2008-04-061-2/+2
|
* Change name of extended attribute for consistency.Reuben Thomas2008-04-061-1/+1
|
* Update translations, and allow some marked as "fuzzy".Reuben Thomas2008-04-062-22/+10
|
* Update copyright year.Reuben Thomas2008-03-281-1/+1
|
* Bump version to 1.0.2.Reuben Thomas2008-03-283-207/+211
|
* Make plpftp killsave try harder to kill programs.Reuben Thomas2008-03-281-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 Thomas2008-03-221-1/+4
|
* Don't try to build plpfuse if we lack libattr or FUSE.Reuben Thomas2008-03-222-12/+13
|
* Clarify and mention prerequisites.Reuben Thomas2008-03-221-27/+46
|
* Cosmetic improvementsReuben Thomas2008-03-221-1/+2
|
* Clarify history and add a little more.Reuben Thomas2008-03-221-25/+29
|
* Update .po filesReuben Thomas2008-03-132-202/+202
|
* Improve the English.Reuben Thomas2008-03-131-9/+10
|
* Return sensible error codes from plpfuse, and fix one or two functionsReuben Thomas2008-03-133-170/+208
| | | | that were setting errno (which is apparently wrong for FUSE).
* Fix a typoReuben Thomas2008-03-131-1/+1
|
* Bump version to 1.0.0Reuben Thomas2008-03-131-1/+1
|
* Remove unneeded FIXME and fix some English.Reuben Thomas2008-03-131-3/+3
|
* Remove FIXME which doesn't justify itself in code which hasn't beenReuben Thomas2008-03-131-1/+1
| | | | touched for a lustrum.
* Refactor the bodies of getln and slurp into a single routine, get_upto.Reuben Thomas2008-03-131-26/+11
|
* Change /mnt/psion to /mnt/epoc.Reuben Thomas2008-02-163-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 Thomas2008-02-161-2/+0
|
* Rename "psion" to "plptools" and remove deleted files.Reuben Thomas2008-02-161-3/+1
|
* Add remove-potcdate.sedReuben Thomas2008-02-161-0/+1
|
* Bump version to 0.21.Reuben Thomas2008-02-165-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 fileReuben Thomas2008-02-161-11/+0
|
* Add config.status.linenoReuben Thomas2008-02-161-0/+1
|
* Cosmetic improvement to filename of release notesReuben Thomas2008-02-052-2/+2
|
* Remove syntactically wrong commentReuben Thomas2008-02-051-1/+1
|
* PO changesReuben Thomas2008-02-052-2/+44
|
* Document use of wogerReuben Thomas2008-02-051-0/+3
|
* Use wogerReuben Thomas2008-02-051-17/+3
|
* Fix a bug in xattr conversion to EPOC attributes.Reuben Thomas2008-02-051-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 Thomas2008-02-051-2/+8
|
* Stop libattr and libfuse being linked against by programs other thanReuben Thomas2008-01-302-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 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.
* -v should be -d.Reuben Thomas2008-01-291-4/+4
|
* Document the attributes mapping.Reuben Thomas2008-01-291-6/+15
| | | | Fix some English in the first paragraph.
* Fix some warnings.Reuben Thomas2008-01-291-7/+1
|
* Add support for libattr.Reuben Thomas2008-01-291-1/+6
| | | | Add extra warnings to C compilation.