summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* inspection: Temporary logo for Windows 8.HEADmasterRichard W.M. Jones2012-11-301-0/+50
* inspection, virt-sysprep: Use /etc/hostname on F18+, RHEL7+ (RHBZ#881953, RHB...Richard W.M. Jones2012-11-301-7/+8
* inspection: Don't probe partitions when we've probed the whole device (RHBZ#7...Richard W.M. Jones2012-11-291-0/+31
* inspection: Read libosinfo database in order to inspect OS install CD/DVD/ISO...Richard W.M. Jones2012-11-295-10/+714
* lib: Indent CFLAGS in Makefile.am.Richard W.M. Jones2012-11-291-6/+6
* inspection: Move variable decls to top of function.Richard W.M. Jones2012-11-291-3/+5
* inspection: Implement "openbsd" type and distro.Richard W.M. Jones2012-11-292-0/+4
* lib: lpj: Refactor code.Richard W.M. Jones2012-11-261-27/+45
* lib: lpj: Only return first match in read_all function.Richard W.M. Jones2012-11-261-1/+2
* lib: Get lpj= from /var/log/boot.msg (thanks Olaf Hering).Richard W.M. Jones2012-11-251-1/+15
* launch: appliance: Handle non-\0 terminated buffer correctly.Richard W.M. Jones2012-11-241-1/+1
* appliance: Pass lpj=... on the appliance command line (thanks Marcelo Tosatti).Richard W.M. Jones2012-11-246-4/+171
* launch: libvirt: Refactor parameter passing to construct_libvirt_xml* functions.Richard W.M. Jones2012-11-241-100/+118
* launch: Refactor duplicate code which constructs the appliance command line.Richard W.M. Jones2012-11-234-67/+62
* lib: Fix memory leak and simplify command code.Richard W.M. Jones2012-11-236-38/+16
* New APIs: Implement Linux filesystem capabilities.Richard W.M. Jones2012-11-221-1/+1
* New APIs: Implement POSIX ACLs.Richard W.M. Jones2012-11-221-1/+1
* Update API support.1.19.62Richard W.M. Jones2012-11-203-0/+1881
* Add Lua bindings.Richard W.M. Jones2012-11-171-0/+7
* tests: Add 'make check-slow' rule to recursively run slow/long-running tests.Richard W.M. Jones2012-11-131-0/+4
* tests: Replace 'make extra-tests' with individual tests.Richard W.M. Jones2012-11-131-8/+53
* Various fixes to API support script.Richard W.M. Jones2012-11-1211-49/+5373
* lib: Split up huge src/guestfs.c into logical compilation units.Richard W.M. Jones2012-11-128-540/+669
* lib: Fix memory leak in tmpdir/cachedir code (found by valgrind).Richard W.M. Jones2012-11-101-0/+3
* lib: Modify library code to use guestfs_{push,pop}_error_handler.Richard W.M. Jones2012-11-095-34/+33
* lib: Add new C API calls: guestfs_push_error_handler,Richard W.M. Jones2012-11-093-11/+89
* lib: Break long line in definition of guestfs_set_error_handler.Richard W.M. Jones2012-11-091-1/+2
* lib: Rework temporary and cache directory code.Richard W.M. Jones2012-11-099-117/+208
* lib: When parsing environment, handle LIBGUESTFS_TRACE first.Richard W.M. Jones2012-11-091-4/+4
* lib: debian support for package arch inspectionJohn Eckersberg2012-11-051-3/+8
* generator: Split up huge src/actions.c into separate files.Richard W.M. Jones2012-11-021-2/+14
* generator: actions: Move variant functions to a separate file.Richard W.M. Jones2012-11-021-0/+2
* generator: actions: Move 3 helper functions to a separate file.Richard W.M. Jones2012-11-023-0/+120
* New API: mklost_and_foundRichard W.M. Jones2012-11-021-1/+1
* lib: Add inspect_list_applications2 method (RHBZ#859949)John Eckersberg2012-11-012-44/+100
* build: Source 'localenv' in top-level Makefile.Richard W.M. Jones2012-10-301-0/+35
* generator: Move struct-freeing functions to a separate source file.Richard W.M. Jones2012-10-301-0/+2
* lib: update inspect_list_applications to return all installed RPMs (RHBZ#8598...John Eckersberg2012-10-291-46/+71
* 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
* launch: libvirt: Fix <cpu> element.Richard W.M. Jones2012-10-251-1/+6
* 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
* inspect: Use command mini-library to parse the output of db_dump command.Richard W.M. Jones2012-10-181-78/+103
* inspect: Change icon code to use command mini-lib instead of system(3).Richard W.M. Jones2012-10-181-46/+73
* launch: libvirt: Use command mini-library to run qemu-img create command.Richard W.M. Jones2012-10-181-87/+17
* launch: appliance: Use command mini-library to parse output of qemu -help etc.Richard W.M. Jones2012-10-181-64/+48
* appliance: Use command mini-library to run febootstrap-supermin-helper (RHBZ#...Richard W.M. Jones2012-10-181-157/+70
* lib: Change guestfs___remove_tmpdir function to use command mini-library.Richard W.M. Jones2012-10-185-32/+23