summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* syntax: Remove definitions of O_CLOEXEC, except in examples (thanks Jim Meyer...Richard W.M. Jones2012-09-191-4/+0
* syntax: Use STREQ/STRNEQ in place of strcmp.Richard W.M. Jones2012-09-191-1/+1
* syntax: Remove include <signal.h> in file that doesn't use it.Richard W.M. Jones2012-09-191-1/+0
* syntax: Remove gnulib "ignore-value.h" in files that don't use it.Richard W.M. Jones2012-09-195-6/+0
* syntax: Remove gnulib c-ctype.h in files that don't use it.Richard W.M. Jones2012-09-194-4/+0
* lib: Rearrange headers.Richard W.M. Jones2012-09-192-10/+8
* lib: Remove unused headers <arpa/inet.h> and <netinet/in.h>Richard W.M. Jones2012-09-192-4/+0
* syntax: Remove HAVE_*_H tests which are always true.Richard W.M. Jones2012-09-193-42/+7
* lib: These optargs structures are not modified, hence const.Richard W.M. Jones2012-09-191-3/+3
* docs: Fix documentation of syntax-check target, add extra-tests.Richard W.M. Jones2012-09-191-2/+7
* src/dbdump.c: Shouldn't depend on HAVE_HIVEX (thanks Tao Zhou).Richard W.M. Jones2012-09-181-2/+2
* lib: Remove AUGEAS_CFLAGS, AUGEAS_LIBS.Richard W.M. Jones2012-08-301-2/+2
* podwrapper: Add --license parameter, which is required.Richard W.M. Jones2012-08-301-0/+1
* man pages: Ensure consistent copyright/author sections, remove licenseRichard W.M. Jones2012-08-301-48/+0
* docs: Document null disks.Richard W.M. Jones2012-08-301-0/+61
* launch: Move code to add a drive to the list to separate add_drive utility fu...Richard W.M. Jones2012-08-301-28/+32
* launch: Add utility function guestfs___lazy_make_tmpdir.Richard W.M. Jones2012-08-302-8/+21
* lib: Add 'g->unique' to handle, for making unique IDs.Richard W.M. Jones2012-08-301-0/+6
* inspect: Clarify comment about uniqueness of cache.Richard W.M. Jones2012-08-301-1/+3
* close: Check if g->tmpdir is non-NULL before removing tmpdir.Richard W.M. Jones2012-08-301-1/+2
* Document problems copying long filenames from NTFS to Linux filesystems (RHBZ...Richard W.M. Jones2012-08-051-0/+22
* Mac OS X: Use u_int64_t/uint64_t instead of unsigned hyper in .x fileMasami HIRATA2012-08-051-2/+11
* Mac OS X: #define UNIX_PATH_MAX 104Masami HIRATA2012-08-051-0/+4
* Mac OS X: Added check of #include <endian.h>Masami HIRATA2012-08-057-0/+21
* lib: Initialize libvirt and libxml2 once when the library loads.Richard W.M. Jones2012-08-052-11/+36
* fuse:remove the unused macro when fuse is not availableWanlong Gao2012-08-051-1/+1
* lib: Use safe_asprintf when constructing attach_method.Richard W.M. Jones2012-08-052-6/+2
* build: Rename most C files that contain underscore with dash.Richard W.M. Jones2012-08-057-10/+10
* build: Rename src/virt.c to src/libvirtdomain.cRichard W.M. Jones2012-08-052-1/+1
* build: Arrange libguestfs_la_SOURCES in order.Richard W.M. Jones2012-08-051-1/+1
* docs: Use L<...> for links.Richard W.M. Jones2012-08-051-1/+1
* docs: febootstrap is in section 8 of the manual, not section 1.Richard W.M. Jones2012-08-051-1/+1
* build: Change calls to podwrapper.sh to use $(PODWRAPPER).Richard W.M. Jones2012-08-051-1/+1
* Revert "launch: Correction in comment."Richard W.M. Jones2012-07-091-2/+4
* launch: Correction in comment.Richard W.M. Jones2012-07-071-4/+2
* qemu: Use sgabios by default (thanks Dan Berrange).Richard W.M. Jones2012-07-061-0/+9
* New API: guestfs_shutdown: Cleanly shutdown the backend.Richard W.M. Jones2012-07-063-60/+98
* close: Warn if qemu exits unsuccessfully.Richard W.M. Jones2012-07-061-1/+19
* close: Rearrange the order in which the handle is closed and freed.Richard W.M. Jones2012-07-061-33/+31
* Add notes about how qemu cache=none works internally.Richard W.M. Jones2012-07-061-1/+12
* Rename qemu option cache=off to cache=none.Richard W.M. Jones2012-07-062-10/+10
* inspect: Check partition exists when doing fstab mapping.Richard W.M. Jones2012-07-061-8/+26
* inspect: Guess device name from /dev/disk/by-id/*-partN path (RHBZ#627675).Richard W.M. Jones2012-07-061-0/+74
* New API: guestfs_nr_devicesRichard W.M. Jones2012-07-061-1/+1
* inspect: Refactor resolve_fstab_device code into multiple functions.Richard W.M. Jones2012-07-061-68/+103
* launch: Avoid double-close when qemu exits early.Richard W.M. Jones2012-06-281-2/+6
* launch: Ensure errno from test_qemu_cmd is captured and printed.Richard W.M. Jones2012-06-281-5/+3
* launch: Set g->sock = -1 to avoid double-close.Richard W.M. Jones2012-06-281-0/+1
* launch: Log errors from close syscall.Richard W.M. Jones2012-06-281-1/+6
* lib: Remove obsolete NETWORK, ROUTER definitions in header file.Richard W.M. Jones2012-06-281-21/+0