summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* lib: Break long line in definition of guestfs_set_error_handler.Richard W.M. Jones2012-11-091-1/+2
* examples: Copy-editing instructions printed by the mount-local program.Richard W.M. Jones2012-11-091-3/+3
* header: Define LIBGUESTFS_HAVE_CREATE_FLAGS=1.Richard W.M. Jones2012-11-091-0/+1
* fish: Update documentation for environment variables.Richard W.M. Jones2012-11-091-8/+22
* lib: Rework temporary and cache directory code.Richard W.M. Jones2012-11-0920-130/+358
* lib: When parsing environment, handle LIBGUESTFS_TRACE first.Richard W.M. Jones2012-11-091-4/+4
* Version 1.19.57.1.19.57Richard W.M. Jones2012-11-071-1/+1
* format: Allow virt-format test to be skipped by setting SKIP_TEST_VIRT_FORMAT...Richard W.M. Jones2012-11-061-0/+5
* lib: debian support for package arch inspectionJohn Eckersberg2012-11-051-3/+8
* tests: wipefs: Don't try to wipe mounted filesystem.Richard W.M. Jones2012-11-031-1/+2
* fish: Fix documentation quit | exit -> separate exit & quit headings.Richard W.M. Jones2012-11-021-1/+3
* fish: Clean up prompt documentation.Richard W.M. Jones2012-11-021-2/+2
* fish: Use Unicode LOWER ONE QUARTER BLOCK to represent cursor.Richard W.M. Jones2012-11-021-1/+1
* Version 1.19.56.1.19.56Richard W.M. Jones2012-11-0220-19575/+20588
* generator: Split up huge src/actions.c into separate files.Richard W.M. Jones2012-11-025-8/+42
* generator: actions: Move variant functions to a separate file.Richard W.M. Jones2012-11-025-6/+30
* generator: actions: Move 3 helper functions to a separate file.Richard W.M. Jones2012-11-025-89/+127
* New API: mklost_and_foundRichard W.M. Jones2012-11-024-2/+43
* todo: General updates.Richard W.M. Jones2012-11-021-2/+6
* ROADMAP: Remove some completed items.Richard W.M. Jones2012-11-021-13/+0
* sysprep: Don't fail when trying to remove /var/spool/at/spool (directory).Richard W.M. Jones2012-11-011-1/+3
* inspect: Use new inspect_list_applications2 API callJohn Eckersberg2012-11-012-25/+30
* lib: Add inspect_list_applications2 method (RHBZ#859949)John Eckersberg2012-11-018-44/+233
* message catalogs don't need to be executableHilko Bengen2012-11-011-1/+1
* Version 1.19.55.1.19.55Richard W.M. Jones2012-10-3021-899/+1135
* build: Source 'localenv' in top-level Makefile.Richard W.M. Jones2012-10-302-0/+37
* tests: Allow more tests to be skipped.Richard W.M. Jones2012-10-303-0/+18
* generator: Use an OCaml struct to store the structs.Richard W.M. Jones2012-10-3012-92/+137
* lib: Force visibility default on public actions.Richard W.M. Jones2012-10-301-4/+10
* generator: Move struct-freeing functions to a separate source file.Richard W.M. Jones2012-10-305-27/+47
* sysprep: Move a comment.Richard W.M. Jones2012-10-301-1/+3
* sysprep: remove man pages cacheWanlong Gao2012-10-301-0/+3
* sysprep: remove fontconfig cacheWanlong Gao2012-10-301-0/+3
* lib: update inspect_list_applications to return all installed RPMs (RHBZ#8598...John Eckersberg2012-10-291-46/+71
* build: Remove 'make bindist' rule.Richard W.M. Jones2012-10-291-12/+0
* Version 1.19.54.1.19.54Richard W.M. Jones2012-10-2920-2576/+3188
* guestfs-testing: Use L<> around links.Richard W.M. Jones2012-10-291-2/+2
* fish: Add GUESTFISH_PS1 environment variable to control prompt.Richard W.M. Jones2012-10-292-9/+203
* fish: Make progress bars slightly lighter.Richard W.M. Jones2012-10-271-1/+1
* docs: Review and clarify ERROR HANDLING section of guestfs(3).Richard W.M. Jones2012-10-251-14/+32
* launch: libvirt: Disable CPU host-model.Richard W.M. Jones2012-10-251-0/+8
* gitignore: Ignore config.cache file.Richard W.M. Jones2012-10-251-0/+1
* launch: libvirt: Fix <cpu> element.Richard W.M. Jones2012-10-251-1/+6
* daemon: Mark some functions as attribute((noreturn)).Richard W.M. Jones2012-10-251-2/+2
* fish: Fix test-events.sh because of new debug message.Richard W.M. Jones2012-10-241-1/+1
* resize: Depend explicitly on Unix module.Richard W.M. Jones2012-10-221-1/+1
* Version 1.19.53.1.19.53Richard W.M. Jones2012-10-1920-24874/+27110
* filearch: Use command mini-library to run external cpio command.Richard W.M. Jones2012-10-181-8/+14
* fuse: Use command mini-library to run the fusermount command.Richard W.M. Jones2012-10-181-61/+28
* info: Use command mini-library to run 'qemu-img info' commands.Richard W.M. Jones2012-10-181-133/+91