aboutsummaryrefslogtreecommitdiffstats
path: root/block-vmdk.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-28fix off-by-one generating vmdk backing files (Avi Kivity)aliguori1-1/+1
2008-10-26Fix undeclared symbol warnings from sparseblueswir11-1/+1
2008-10-25Replace uses of strncpy (a GNU extension) with Qemu pstrcpyblueswir11-1/+1
2008-09-28Fix warning, based on patches by Zeev Tarantov and Jindrich Makovickablueswir11-4/+5
2008-09-14Fix warnings that would be caused by gcc flag -Wwrite-stringsblueswir11-6/+7
2008-08-21Fix OpenBSD linker warningsblueswir11-8/+9
2008-08-17VMDK: Remove debug messageaurel321-1/+0
2008-05-22Fix block-vmdk.c:vmdk_close() use-after-free, by Ed Maste.ths1-1/+1
2008-03-11Revert fix for CVE-2008-0928. Will be fixed in a different way later.aurel321-1/+1
2008-03-11Fix CVE-2008-0928 - insufficient block device address range checkingaurel321-1/+1
2008-01-14Add a path length check to prevent heap overflow (Eric Milliken).balrog1-0/+2
2007-11-11Split block API from vl.h.pbrook1-1/+1
2007-09-21Avoid compilation warnings on 64 bits hosts.j_mayer1-1/+2
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-6/+6
2007-09-16vmdk compatibility level 6 images, by Soren Hansen.ths1-2/+2
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-18/+18
2007-09-10Fix VMDK 2GB bug, by Filip Navara.ths1-10/+1
2007-07-11Silence compiler warnings.ths1-2/+2
2007-06-18Fix a race condition and non-leaf imagesgrowing in VMDK chains, by Igorths1-32/+117
2007-01-24New multiple snapshot support for VMDK, by Igor Lvovsky.ths1-45/+353
2006-08-01async file I/O APIbellard1-1/+1
2006-06-04Disk cache flush support.pbrook1-0/+7
2005-10-30vmdk endianness fix (Benoit Poulot-Cazajous)bellard1-2/+2
2005-07-02VMDK disk image creation (Filip Navara)bellard1-1/+104
2005-04-26VMDK4 write support - fixed packing of VMDK4Header (Filip Navara)bellard1-17/+74
2004-09-18fixed block close() method prototypebellard1-1/+1
2004-08-25vmdk 3 fixesbellard1-3/+4
2004-08-0364 bit file I/O by defaultbellard1-1/+1
2004-08-01new disk image layerbellard1-0/+278