summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Replace 'int' with 'size_t' passim.Richard W.M. Jones2012-03-131-1/+1
* Fix strict-overflow bugs and reenable this warning.Richard W.M. Jones2012-03-121-3/+3
* inspect: Move variable decl to top of function.Richard W.M. Jones2012-03-121-1/+3
* inspect: Use 1/0 instead of true/false, and fix a bug in UUID parsing.Richard W.M. Jones2012-03-121-9/+13
* lib: Remove some unused variables.Richard W.M. Jones2012-03-124-7/+1
* lib: Use size_t instead of int for array iterator.Richard W.M. Jones2012-03-121-1/+1
* inspect: Use uint64_t for maximum file size in bytes.Richard W.M. Jones2012-03-122-3/+3
* lib: Use size_t for allocation size in safe realloc function.Richard W.M. Jones2012-03-122-2/+2
* Coalesce printable characters in debug and trace messages (RHBZ#802109).Richard W.M. Jones2012-03-111-8/+17
* Document error message from resize2fs (RHBZ#755729, RHBZ#801640).Richard W.M. Jones2012-03-091-0/+26
* Close all file descriptors and remove all signal handlers in the recovery pro...Richard W.M. Jones2012-03-091-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
* Update API support.Richard W.M. Jones2012-03-0723-0/+10581
* inspection: Add detection of FreeDOS install CDs (RHBZ#786188).Richard W.M. Jones2012-03-072-2/+13
* inspection: Add detection of FreeDOS (RHBZ#786215).Richard W.M. Jones2012-03-076-0/+24
* Comment change.Richard W.M. Jones2012-03-071-1/+1
* Hide stderr of bmptopng.Richard W.M. Jones2012-03-071-2/+3
* build: Make netpbm and icoutils into proper optional dependencies.Richard W.M. Jones2012-03-071-5/+30
* Add support for Buildroot and Cirros distributions.Richard W.M. Jones2012-03-075-0/+84
* Whitespace change.Richard W.M. Jones2012-03-071-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
* New API: set-label, for setting a label on any filesystem.Richard W.M. Jones2012-02-271-1/+1
* New APIs: ntfsclone-in, ntfsclone-out.Richard W.M. Jones2012-02-271-1/+1
* New API: ntfsfix for fixing problems on NTFS.Richard W.M. Jones2012-02-271-1/+1
* set-smp: limit the number of cpus below 255Wanlong Gao2012-02-251-1/+4
* appliance: Make appliance building thread-safe (RHBZ#790721).Richard W.M. Jones2012-02-151-1/+12
* NEW API: add a new api wipefsWanlong Gao2012-02-101-1/+1
* docs: Note that JRuby should use the Java bindings.Richard W.M. Jones2012-02-091-0/+2
* New API: llz: This runs ls -laZ and is useful for showing SELinux contexts.Richard W.M. Jones2012-02-091-1/+1
* 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