summaryrefslogtreecommitdiffstats
path: root/fuse
Commit message (Expand)AuthorAgeFilesLines
* fuse: Use guestfs_{push,pop}_error_handler so we can see errors in shutdown.Richard W.M. Jones2012-11-091-7/+9
* fix fuse_opt_add_opt_escaped return typeOlaf Hering2012-09-041-1/+1
* remove ulockmgr from fuse LDFLAGSOlaf Hering2012-08-291-1/+1
* podwrapper: Add --license parameter, which is required.Richard W.M. Jones2012-08-211-0/+1
* man pages: Ensure consistent copyright/author sections, remove licenseRichard W.M. Jones2012-08-211-15/+0
* fuse: guestmount doesn't let you pass '-- [FUSE options]'.Richard W.M. Jones2012-08-031-1/+1
* fish: Rename fish/virt.c to fish/domain.cRichard W.M. Jones2012-07-191-2/+2
* build: Return 77 from skipped tests.Richard W.M. Jones2012-07-192-5/+5
* build: Change calls to podwrapper.sh to use $(PODWRAPPER).Richard W.M. Jones2012-07-161-1/+1
* fuse: Cleaner code and documentation for safe cleanups.Richard W.M. Jones2012-07-102-7/+50
* fuse: Add regression test for RHBZ#838592.Richard W.M. Jones2012-07-092-2/+79
* fuse: Add guestmount --pid-file option (RHBZ#838592).Richard W.M. Jones2012-07-092-2/+52
* fuse: Link to mount-local documentation in guestmount man page.Richard W.M. Jones2012-07-091-1/+5
* fuse: Document race condition possible with fusermount.Richard W.M. Jones2012-07-091-0/+16
* fuse: Document Device or resource busy errors from fusermount.Richard W.M. Jones2012-07-091-0/+17
* New API: guestfs_shutdown: Cleanly shutdown the backend.Richard W.M. Jones2012-07-031-0/+2
* fuse: Use the ./run --test script to run tests.Richard W.M. Jones2012-06-262-8/+2
* tests: Add SKIP_TEST_* variables to allow these tests to be skipped.Richard W.M. Jones2012-06-221-0/+5
* fuse: Skip 'truncate' tests if this command is missing.Richard W.M. Jones2012-06-181-9/+12
* fuse: Add replacement for fuse_opt_add_opt_escaped.Richard W.M. Jones2012-06-181-0/+31
* Remove "convenience header" "gettext.h" and use <libintl.h> instead.Richard W.M. Jones2012-05-012-7/+2
* fuse: Add missing #include to guestmount.cMatthew Booth2012-04-041-0/+1
* New APIs: mount-local, mount-local-run, umount-local (FUSE support in the API).Richard W.M. Jones2012-03-295-1346/+69
* fuse: Fix documentation for call to virt-filesystems.Richard W.M. Jones2012-03-261-1/+1
* Replace 'int' with 'size_t' passim.Richard W.M. Jones2012-03-131-1/+1
* guestmount: use O_ACCMODE instead of hard codingWanlong Gao2012-01-301-1/+1
* guestmount: remove tailing spacesWanlong Gao2012-01-301-2/+2
* Do not run appliance-related checks if not building applianceHilko Bengen2012-01-231-1/+3
* Tempus fugit.Richard W.M. Jones2012-01-184-5/+5
* fuse: Return EXIT_FAILURE if fuse_main fails.Richard W.M. Jones2011-12-091-1/+1
* 32 bit: Fix printf off_t.Richard Jones2011-11-111-2/+2
* Update FSF address.Matthew Booth2011-11-087-7/+7
* fuse: Skip guestmount test if setfacl is not installed.Richard W.M. Jones2011-10-271-0/+5
* guestmount: Fix --live option (RHBZ#744795).Richard W.M. Jones2011-10-262-8/+49
* Skip guestmount and virt-sysprep tests if no /dev/fuse.Richard W.M. Jones2011-10-171-0/+5
* guestmount: Add note to man page about 'fuse' group for Debian.Richard W.M. Jones2011-10-131-0/+9
* man pages: Add a standard EXIT STATUS section to most pages.Richard W.M. Jones2011-08-271-0/+5
* out-of-tree build: fix documentation generationHilko Bengen2011-08-151-1/+1
* build: Set TMPDIR for local testing.Richard W.M. Jones2011-08-081-0/+4
* docs: Separate out combined =item 's in man pages.Richard W.M. Jones2011-07-161-12/+36
* fuse: Add note about allowing other users to see filesystem (RHBZ#705200).Richard W.M. Jones2011-05-171-0/+10
* Enable deprecation warnings on all C programs.Richard W.M. Jones2011-05-171-0/+1
* fish: fuse: Remove redundant -DGUESTFS_DEFAULT_PATH.Richard W.M. Jones2011-05-171-1/+0
* fish: Allow -d UUID (specify libvirt domains by UUID).Richard W.M. Jones2011-05-061-0/+2
* Remove local LIBGUESTFS_PATH detection from guestfish and guestmount.Richard W.M. Jones2011-04-161-13/+0
* Include string.h and libintl.h, as needed.Jim Meyering2011-04-131-0/+1
* Add /etc/libguestfs-tools.conf configuration file.Richard W.M. Jones2011-03-313-1/+23
* fuse: Document -w flag in --help output.Richard W.M. Jones2011-03-301-0/+1
* fuse: Fix getxattr, listxattr calls and add a regression test (RHBZ#691389).Richard W.M. Jones2011-03-283-20/+82
* fish: fuse: Add -m dev:mnt:opts to allow mount options to be specified.Richard W.M. Jones2011-03-281-1/+13