Age | Commit message (Expand) | Author |
2014-04-30 | curl: Fix hang reading from slow connections | Matthew Booth |
2014-04-30 | curl: Ensure all informationals are checked for completion | Matthew Booth |
2014-04-30 | curl: Eliminate unnecessary use of curl_multi_socket_all | Matthew Booth |
2014-04-30 | curl: Remove unnecessary explicit calls to internal event handler | Matthew Booth |
2014-04-30 | curl: Remove erroneous sleep waiting for curl completion | Matthew Booth |
2014-04-30 | curl: Fix return from curl_read_cb with invalid state | Matthew Booth |
2014-04-30 | curl: Remove unnecessary use of goto | Matthew Booth |
2014-04-30 | curl: Fix long line | Matthew Booth |
2014-04-30 | block/vdi: Error out immediately in vdi_create() | Max Reitz |
2014-04-30 | block/bochs: Fix error handling for seek_to_sector() | Max Reitz |
2014-04-30 | qcow2: Check min_size in qcow2_grow_l1_table() | Max Reitz |
2014-04-30 | qcow2: Catch bdrv_getlength() error | Max Reitz |
2014-04-30 | block: Use correct width in format strings | Max Reitz |
2014-04-30 | qcow2: Avoid overflow in alloc_clusters_noref() | Max Reitz |
2014-04-30 | block: Use error_abort in bdrv_image_info_specific_dump() | Max Reitz |
2014-04-30 | block: Unlink temporary files in raw-posix/win32 | Kevin Wolf |
2014-04-29 | qcow2: Fix discard | Max Reitz |
2014-04-29 | mirror: Check for bdrv_get_info result | Fam Zheng |
2014-04-29 | mirror: Fix resource leak when bdrv_getlength fails | Fam Zheng |
2014-04-28 | mirror: Use DIV_ROUND_UP | Fam Zheng |
2014-04-28 | Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging | Peter Maydell |
2014-04-25 | iscsi: Don't use error_is_set() to suppress additional errors | Markus Armbruster |
2014-04-25 | nbd: Use return values instead of error_is_set(errp) | Markus Armbruster |
2014-04-25 | Use error_is_set() only when necessary (again) | Markus Armbruster |
2014-04-25 | qerror.h: Remove QERR defines that are only used once | Cole Robinson |
2014-04-23 | block/cloop: use PRIu32 format specifier for uint32_t | Stefan Hajnoczi |
2014-04-22 | vmdk: Fix "%x" to PRIx32 in format strings for cid | Fam Zheng |
2014-04-22 | block: Add errp to bdrv_new() | Kevin Wolf |
2014-04-22 | convert fprintf() calls to error_setg() in block/qed.c:bdrv_qed_create() | Aakriti Gupta |
2014-04-22 | curl: Replaced old error handling with error reporting API. | Maria Kustova |
2014-04-22 | block: Handle error of bdrv_getlength in bdrv_create_dirty_bitmap | Fam Zheng |
2014-04-22 | vmdk: Fix %d and %lld to PRI* in format strings | Fam Zheng |
2014-04-11 | iscsi: Remember to set ret for iscsi_open in error case | Fam Zheng |
2014-04-11 | bochs: Fix catalog size check | Kevin Wolf |
2014-04-11 | bochs: Fix memory leak in bochs_open() error path | Kevin Wolf |
2014-04-04 | qcow2: Put cache reference in error case | Kevin Wolf |
2014-04-04 | qcow2: Flush metadata during read-only reopen | Kevin Wolf |
2014-04-04 | iscsi: Don't set error if already set in iscsi_do_inquiry | Fam Zheng |
2014-04-03 | Merge remote-tracking branch 'remotes/bonzini/scsi-next' into staging | Peter Maydell |
2014-04-03 | iscsi: always query max WRITE SAME length | Paolo Bonzini |
2014-04-03 | iscsi: ignore flushes on scsi-generic devices | Paolo Bonzini |
2014-04-03 | iscsi: recognize "invalid field" ASCQ from WRITE SAME command | Paolo Bonzini |
2014-04-01 | qcow2: link all L2 meta updates in preallocate() | Stefan Hajnoczi |
2014-04-01 | parallels: Sanity check for s->tracks (CVE-2014-0142) | Kevin Wolf |
2014-04-01 | parallels: Fix catalog size integer overflow (CVE-2014-0143) | Kevin Wolf |
2014-04-01 | qcow2: Limit snapshot table size | Kevin Wolf |
2014-04-01 | qcow2: Check maximum L1 size in qcow2_snapshot_load_tmp() (CVE-2014-0143) | Kevin Wolf |
2014-04-01 | qcow2: Fix L1 allocation size in qcow2_snapshot_load_tmp() (CVE-2014-0145) | Kevin Wolf |
2014-04-01 | qcow2: Fix NULL dereference in qcow2_open() error path (CVE-2014-0146) | Kevin Wolf |
2014-04-01 | qcow2: Fix copy_sectors() with VM state | Kevin Wolf |