| Commit message (Expand) | Author | Age | Files | Lines |
* | Add /etc/libguestfs-tools.conf configuration file. | Richard W.M. Jones | 2011-03-31 | 3 | -1/+23 |
* | fuse: Document -w flag in --help output. | Richard W.M. Jones | 2011-03-30 | 1 | -0/+1 |
* | fuse: Fix getxattr, listxattr calls and add a regression test (RHBZ#691389). | Richard W.M. Jones | 2011-03-28 | 3 | -20/+82 |
* | fish: fuse: Add -m dev:mnt:opts to allow mount options to be specified. | Richard W.M. Jones | 2011-03-28 | 1 | -1/+13 |
* | fish: Add guestfish --live, guestmount --live options. | Richard W.M. Jones | 2011-02-03 | 2 | -0/+10 |
* | fuse: Add more tracing for calls into guestmount functions. | Richard W.M. Jones | 2010-12-19 | 2 | -1/+60 |
* | fuse: Set UID and GID when performing FUSE tests. | Richard W.M. Jones | 2010-12-07 | 1 | -1/+3 |
* | fuse: Disable test which doesn't run reliably on Debian. | Richard W.M. Jones | 2010-12-07 | 1 | -11/+12 |
* | fuse: Fix emulation of open call. | Richard W.M. Jones | 2010-12-07 | 1 | -42/+5 |
* | fuse: Fix segfault in guestmount --verbose. | Richard W.M. Jones | 2010-12-07 | 1 | -1/+1 |
* | Remove ability to build static distribution. | Richard W.M. Jones | 2010-12-06 | 1 | -6/+0 |
* | build: Centralize all POD manipulation in 'podwrapper.sh' script. | Richard W.M. Jones | 2010-11-24 | 1 | -18/+11 |
* | fuse: Add note in test about how to debug guestmount. | Richard W.M. Jones | 2010-11-24 | 1 | -0/+2 |
* | New tool: virt-filesystems | Richard W.M. Jones | 2010-11-23 | 1 | -2/+2 |
* | static: Use correct libraries for static binaries. | Richard W.M. Jones | 2010-11-13 | 1 | -1/+1 |
* | fish: Use core add-domain API to implement '-d' option. | Richard Jones | 2010-11-11 | 1 | -2/+1 |
* | fish: Add --rw option (does nothing yet). | Richard W.M. Jones | 2010-11-08 | 2 | -1/+13 |
* | fish: '-i' option automatically handles whole-disk encryption. | Richard W.M. Jones | 2010-11-05 | 3 | -2/+24 |
* | fuse: Use guestfs_last_errno instead of errno-reversal-hack. | Richard W.M. Jones | 2010-11-03 | 1 | -31/+1 |
* | binary: Link guestmount static binary with -lm. | Richard W.M. Jones | 2010-11-02 | 1 | -1/+1 |
* | Unify guestfish and guestmount options processing (RHBZ#642932). | Richard W.M. Jones | 2010-10-27 | 3 | -135/+105 |
* | Enable autosync by default. | Richard W.M. Jones | 2010-10-27 | 1 | -1/+0 |
* | fuse: Add --format option to docs (RHBZ#642934,CVE-2010-3851). | Richard W.M. Jones | 2010-10-23 | 1 | -0/+15 |
* | fuse: Specify format of disks (RHBZ#642934,CVE-2010-3851). | Richard W.M. Jones | 2010-10-22 | 1 | -4/+23 |
* | build: Don't add version extra string to the version number. | Richard Jones | 2010-08-27 | 1 | -2/+6 |
* | Include statically linked binaries in the binary distribution. | Richard Jones | 2010-08-25 | 1 | -0/+6 |
* | fuse: Implement write syscall (RHBZ#592883). | Richard Jones | 2010-05-20 | 2 | -1/+22 |
* | New API: write for creating files with fixed content (RHBZ#501889). | Richard Jones | 2010-05-20 | 1 | -2/+2 |
* | Fix build error in fuse/guestmount.c. | Matthew Booth | 2010-04-14 | 1 | -0/+1 |
* | fuse: Fix typo in test. | Richard Jones | 2010-03-01 | 1 | -1/+1 |
* | Remove some unused variables. | Richard Jones | 2010-02-15 | 1 | -1/+1 |
* | Use mount-options instead of mount to avoid implicit -o sync. | Richard Jones | 2010-02-10 | 1 | -4/+7 |
* | Set locale in C programs so l10n works (RHBZ#559962). | Richard Jones | 2010-01-29 | 2 | -0/+5 |
* | New tool: virt-list-filesystems | Richard Jones | 2009-11-24 | 1 | -0/+5 |
* | maint: use EXIT_SUCCESS and EXIT_FAILURE, not 0 and 1 in "usage", too | Jim Meyering | 2009-11-20 | 1 | -2/+2 |
* | maint: use EXIT_SUCCESS and EXIT_FAILURE, not 0 and 1 to exit | Jim Meyering | 2009-11-20 | 2 | -15/+15 |
* | build: Fix inter-directory dependencies | Matthew Booth | 2009-11-19 | 1 | -0/+2 |
* | syntax-check: expand TABs in generator.ml | Jim Meyering | 2009-11-19 | 1 | -2/+2 |
* | fuse/RHEL: Don't require UTIME_{NOW,OMIT} to be defined. | Richard Jones | 2009-11-18 | 1 | -0/+8 |
* | fuse: Add test-fuse.sh to EXTRA_DIST. | Richard Jones | 2009-11-18 | 1 | -1/+1 |
* | generator: Fix API of functions that return RBufferOut | Richard Jones | 2009-11-18 | 1 | -7/+1 |
* | fuse: Add tests for guestmount. | Richard Jones | 2009-11-17 | 2 | -0/+226 |
* | fuse: Fix read for empty files. | Richard Jones | 2009-11-17 | 1 | -1/+7 |
* | fuse: Fix cache invalidation in rename operation. | Richard Jones | 2009-11-17 | 1 | -0/+1 |
* | fuse: Fix hard link creation. | Richard Jones | 2009-11-17 | 1 | -1/+2 |
* | fuse: Fix symlink creation (RHBZ#538069). | Richard Jones | 2009-11-17 | 1 | -1/+1 |
* | Don't export STREQ and friends in <guestfs.h> | Richard Jones | 2009-11-10 | 5 | -25/+61 |
* | avoid "syntax-check" failure: hide cast of argument to free | Jim Meyering | 2009-11-10 | 1 | -2/+4 |
* | use STREQ, not strcmp: part 1 | Jim Meyering | 2009-11-09 | 2 | -9/+9 |
* | indent with spaces, not TABs | Jim Meyering | 2009-11-09 | 1 | -1/+1 |