aboutsummaryrefslogtreecommitdiff
path: root/block-vmdk.c
AgeCommit message (Expand)Author
2009-02-05block: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori
2008-10-28fix off-by-one generating vmdk backing files (Avi Kivity)aliguori
2008-10-26Fix undeclared symbol warnings from sparseblueswir1
2008-10-25Replace uses of strncpy (a GNU extension) with Qemu pstrcpyblueswir1
2008-09-28Fix warning, based on patches by Zeev Tarantov and Jindrich Makovickablueswir1
2008-09-14Fix warnings that would be caused by gcc flag -Wwrite-stringsblueswir1
2008-08-21Fix OpenBSD linker warningsblueswir1
2008-08-17VMDK: Remove debug messageaurel32
2008-05-22Fix block-vmdk.c:vmdk_close() use-after-free, by Ed Maste.ths
2008-03-11Revert fix for CVE-2008-0928. Will be fixed in a different way later.aurel32
2008-03-11Fix CVE-2008-0928 - insufficient block device address range checkingaurel32
2008-01-14Add a path length check to prevent heap overflow (Eric Milliken).balrog
2007-11-11Split block API from vl.h.pbrook
2007-09-21Avoid compilation warnings on 64 bits hosts.j_mayer
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths
2007-09-16vmdk compatibility level 6 images, by Soren Hansen.ths
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2007-09-10Fix VMDK 2GB bug, by Filip Navara.ths
2007-07-11Silence compiler warnings.ths
2007-06-18Fix a race condition and non-leaf imagesgrowing in VMDK chains, by Igorths
2007-01-24New multiple snapshot support for VMDK, by Igor Lvovsky.ths
2006-08-01async file I/O APIbellard
2006-06-04Disk cache flush support.pbrook
2005-10-30vmdk endianness fix (Benoit Poulot-Cazajous)bellard
2005-07-02VMDK disk image creation (Filip Navara)bellard
2005-04-26VMDK4 write support - fixed packing of VMDK4Header (Filip Navara)bellard
2004-09-18fixed block close() method prototypebellard
2004-08-25vmdk 3 fixesbellard
2004-08-0364 bit file I/O by defaultbellard
2004-08-01new disk image layerbellard