summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Version 1.8.7.1.8.7Richard W.M. Jones2011-05-1816-18/+24
* inspect: Look for %systemroot%/system32 for Windows heuristic.Richard W.M. Jones2011-05-181-3/+3
* list-applications: If software hive is missing, this is an error.Richard W.M. Jones2011-05-181-5/+5
* zero: Disable file test because of bug in file command.Richard W.M. Jones2011-05-181-3/+2
* Version 1.8.6.1.8.6Richard W.M. Jones2011-04-1817-52/+36
* python: Release Python GIL while running libguestfs calls.Richard W.M. Jones2011-04-181-0/+19
* fish: Fix typo in guestfish man page (--format option).Richard W.M. Jones2011-04-181-1/+1
* inspector: Handle write failures when creating example-*.xml.Richard W.M. Jones2011-04-181-4/+12
* inspector: Include <hostname> in output.Richard W.M. Jones2011-04-186-0/+13
* Version 1.8.5.1.8.5Richard W.M. Jones2011-04-1117-949/+1226
* Compile rpcgen-generated files with -fno-strict-aliasingMatthew Booth2011-04-113-17/+13
* Rename resolve_windows_path_silently to case_sensitive_path_silently.Richard W.M. Jones2011-04-111-9/+9
* edit: Move 'exit 0' to end of file.Richard W.M. Jones2011-04-111-2/+4
* edit: Let $root == $roots[0].Richard W.M. Jones2011-04-111-1/+2
* cat, edit: Reference guestfish equivalent commands in the manual pages.Richard W.M. Jones2011-04-112-6/+72
* python: Convert any iterable argument to a list (RHBZ#693324).Richard W.M. Jones2011-04-111-1/+13
* daemon: When running commands, restart select if we receive a signal.Richard W.M. Jones2011-04-111-0/+4
* daemon: Reset SIGPIPE to default before running subprocesses.Richard W.M. Jones2011-04-111-0/+1
* Add prototype for timeval_diff.Richard W.M. Jones2011-04-111-1/+2
* docs: Progress messages don't necessarily reach 100% in the error case.Richard W.M. Jones2011-04-111-1/+2
* examples: Use WARN_CFLAGS, WERROR_CFLAGS macros instead of -WallRichard W.M. Jones2011-04-111-5/+11
* examples: size_t-correctness change in inspect_vm.cRichard W.M. Jones2011-04-111-2/+2
* contrib: Fix URLs in README file.Richard W.M. Jones2011-04-111-3/+5
* rescue: Add -w|--rw option.Richard W.M. Jones2011-04-112-0/+13
* fuse: Document -w flag in --help output.Richard W.M. Jones2011-04-111-0/+1
* Exclude po-docs directory completely if po4a not available.Richard W.M. Jones2011-04-113-19/+5
* tests: Don't fail when compiled without support for NTFS.Richard W.M. Jones2011-04-112-12/+58
* Version 1.8.4.1.8.4Richard W.M. Jones2011-03-2916-804/+823
* perl: Canonicalize /dev/vd* paths in old inspection code (RHBZ#691724).Richard W.M. Jones2011-03-291-0/+3
* README: Note that getfacl, getfattr are optional dependencies.Richard W.M. Jones2011-03-291-0/+2
* fuse: Fix getxattr, listxattr calls and add a regression test (RHBZ#691389).Richard W.M. Jones2011-03-294-17/+67
* RHEL 5: Use mke4fs on RHEL 5 as replacement for mke2fs.Richard W.M. Jones2011-03-293-3/+10
* mkfs: Force mke2fs to create a filesystem even on raw IDE device (RHBZ#690819).Richard W.M. Jones2011-03-293-3/+57
* Rename $tmpdir/sock to $tmpdir/guestfsd.sock.Richard W.M. Jones2011-03-292-6/+6
* fish: Add better quick help to --help output.Richard W.M. Jones2011-03-291-10/+10
* fish: Add -w|--rw option to --help output.Richard W.M. Jones2011-03-291-1/+2
* inspect: Don't fail for Windows guests with multiple disks (RHBZ#674130).Richard W.M. Jones2011-03-292-2/+15
* inspect: Simplify Windows root heuristic code.Richard W.M. Jones2011-03-291-12/+38
* Version 1.8.3.1.8.3Richard W.M. Jones2011-03-2118-242/+246
* guestfs(3): 'kernel' -> 'supermin appliance'.Richard W.M. Jones2011-03-211-4/+4
* guestfs(3): Indent line to keep code together.Richard W.M. Jones2011-03-211-1/+1
* fish: Add all stamp-*.pod files to CLEANFILES.Richard W.M. Jones2011-03-211-1/+6
* proto: Fix both-ends-cancel case.Richard W.M. Jones2011-03-219-13/+53
* proto: Fix FileIn ops that abort during the chunk upload stage.Richard W.M. Jones2011-03-2112-48/+79
* proto: Don't drop outgoing message when daemon cancels (RHBZ#576879).Richard Jones2011-03-211-2/+13
* regressions: Enable both tests for bug 576879 (not fixed).Richard W.M. Jones2011-03-211-2/+2
* haskell: Small fixes for ghc 7.Richard W.M. Jones2011-03-212-2/+2
* regressions: Rename the file we are uploading too.Richard W.M. Jones2011-03-211-1/+1
* regressions: Split the test rhbz576879.sh into two halves.Richard W.M. Jones2011-03-213-20/+36
* check the pid is > 0 before calling waitpid()Angus Salkeld2011-03-211-1/+1