summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* inspect: Fedora/RHEL CDs are multipart if totaldiscs > 1, not > 0.Richard W.M. Jones2012-03-161-1/+1
* inspect: Add comment documenting findings of RHEL 5, 6 install CDs.Richard W.M. Jones2012-03-161-0/+58
* inspect: Ignore missing HKLM\SYSTEM\MountedDevices (RHBZ#803664).Richard W.M. Jones2012-03-161-4/+6
* Fix strict-overflow bugs and reenable this warning.Richard W.M. Jones2012-03-131-3/+3
* inspect: Move variable decl to top of function.Richard W.M. Jones2012-03-131-1/+3
* lib: Remove some unused variables.Richard W.M. Jones2012-03-134-7/+1
* lib: Use size_t for allocation size in safe realloc function.Richard W.M. Jones2012-03-132-2/+2
* Close all file descriptors and remove all signal handlers in the recovery pro...Richard W.M. Jones2012-03-131-0/+25
* inspect_apps: Avoid double-close on error path (found by Coverity) (RHBZ#8012...Richard W.M. Jones2012-03-081-0/+1
* dbdump: Avoid double-close on error path (found by Coverity).Richard W.M. Jones2012-03-081-0/+1
* daemon: proto: Close fd along error paths (found by Coverity).Richard W.M. Jones2012-03-081-0/+3
* proto: Close file along error and cancel paths (found by Coverity).Richard W.M. Jones2012-03-081-1/+5
* Check return values from calloc (found by Coverity).Richard W.M. Jones2012-03-081-25/+29
* Dead code: 'lvs' cannot be true here (found by Coverity).Richard W.M. Jones2012-03-081-1/+1
* Ignore return values from some functions in guestfs_close (Coverity warning).Richard W.M. Jones2012-03-081-2/+3
* Comment change.Richard W.M. Jones2012-03-081-1/+1
* Hide stderr of bmptopng.Richard W.M. Jones2012-03-081-2/+3
* build: Make netpbm and icoutils into proper optional dependencies.Richard W.M. Jones2012-03-081-4/+18
* Whitespace change.Richard W.M. Jones2012-03-081-1/+1
* Add a 'fixed' style of appliance.Richard W.M. Jones2012-03-031-3/+33
* Rebrand 'ordinary appliance' as 'old-style appliance'.Richard W.M. Jones2012-03-032-8/+8
* appliance: Make appliance building thread-safe (RHBZ#790721).Richard W.M. Jones2012-03-011-1/+12
* docs: Note that JRuby should use the Java bindings.Richard W.M. Jones2012-02-101-0/+2
* Enable running the daemon under valgrind.Richard W.M. Jones2012-01-242-0/+18
* API support: Fix src/api-support/added file.Richard W.M. Jones2012-01-231-470/+470
* Update API support.Richard W.M. Jones2012-01-2324-474/+11234
* gobject: Document these bindings in guestfs(3).Richard W.M. Jones2012-01-221-0/+7
* Tempus fugit.Richard W.M. Jones2012-01-1814-14/+14
* lib: Use -fvisibilty=hidden by default; only ABI symbols are now visible.Richard W.M. Jones2012-01-181-3/+5
* New tool: virt-format: erase and make blank disks.Richard W.M. Jones2012-01-181-0/+5
* NEW API: add a new api e2fsckWanlong Gao2012-01-131-1/+1
* Allow /dev/null to be added multiple times.Richard W.M. Jones2012-01-101-1/+8
* launch: move the filename checking to a wrapperWanlong Gao2012-01-091-6/+12
* launch: don't add a drive twiceWanlong Gao2012-01-091-2/+12
* launch: add a goto label when add_drive errorWanlong Gao2012-01-091-18/+11
* lib: Try harder to remove temporary directory along error paths (RHBZ#769680).Richard W.M. Jones2011-12-231-1/+11
* lib: Add guestfs___remove_tmpdir helper function.Richard W.M. Jones2011-12-235-46/+35
* Security: Mitigate possible privilege escalation via SG_IO ioctl (CVE-2011-41...Richard W.M. Jones2011-12-221-0/+10
* tests: Split images -> tests/data + tests/guestsRichard W.M. Jones2011-12-221-6/+0
* tests: Rename extratests -> tests/extra.Richard W.M. Jones2011-12-221-5/+0
* tests: Split regressions -> various subdirectories of tests/Richard W.M. Jones2011-12-221-6/+3
* tests: Rename capitests -> tests/c-api.Richard W.M. Jones2011-12-221-5/+1
* tests: Rename caution -> tests/qemu.Richard W.M. Jones2011-12-221-5/+0
* tests: Document new tests/ subdirectory.Richard W.M. Jones2011-12-221-0/+4
* docs: Arrange directory names in alphabetical order.Richard W.M. Jones2011-12-221-4/+4
* Fix rpcgen post-processing for out-of-tree buildsHilko Bengen2011-12-061-1/+1
* NEW API: add blkid command to print the attributes of the deviceWanlong Gao2011-12-031-1/+1
* inspection: Handle MD devices in fstabMatthew Booth2011-12-021-7/+323
* libguestfs: Added gnulib includes from builddir, as suggested by the Gnulib d...Hilko Bengen2011-12-011-1/+1
* protocol: Memory leak: Free temporary buffer along recv_discard path.Richard W.M. Jones2011-11-291-0/+1