aboutsummaryrefslogtreecommitdiffstats
path: root/plpfuse/main.cc
Commit message (Collapse)AuthorAgeFilesLines
* Fix a potential overrun in options parsing (thanks, Mayhem); fixes Debian ↵Reuben Thomas2013-12-161-2/+4
| | | | bug #716591
* Return sensible error codes from plpfuse, and fix one or two functionsReuben Thomas2008-03-131-59/+134
| | | | that were setting errno (which is apparently wrong for FUSE).
* Make plpfuse daemonize if -f not given.Reuben Thomas2007-12-151-5/+7
|
* Fix up option-parsing code to cope with -p. Add a note about how it'sReuben Thomas2007-12-151-16/+17
| | | | | | all kludged. Remove trace of old -u option.
* Sort out command-line arguments, so that both FUSE and plpfuse get toReuben Thomas2007-12-151-43/+55
| | | | | | parse them. Force FUSE to run single-threaded.
* Replace plpnfsd with plpfuse.Reuben Thomas2007-12-131-0/+380
Other minor simplifications to the build system.