aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix off-by-one generating vmdk backing files (Avi Kivity)aliguori2008-10-281-1/+1
* Fix undeclared symbol warnings from sparseblueswir12008-10-261-1/+1
* Replace uses of strncpy (a GNU extension) with Qemu pstrcpyblueswir12008-10-251-1/+1
* Fix warning, based on patches by Zeev Tarantov and Jindrich Makovickablueswir12008-09-281-4/+5
* Fix warnings that would be caused by gcc flag -Wwrite-stringsblueswir12008-09-141-6/+7
* Fix OpenBSD linker warningsblueswir12008-08-211-8/+9
* VMDK: Remove debug messageaurel322008-08-171-1/+0
* Fix block-vmdk.c:vmdk_close() use-after-free, by Ed Maste.ths2008-05-221-1/+1
* Revert fix for CVE-2008-0928. Will be fixed in a different way later.aurel322008-03-111-1/+1
* Fix CVE-2008-0928 - insufficient block device address range checkingaurel322008-03-111-1/+1
* Add a path length check to prevent heap overflow (Eric Milliken).balrog2008-01-141-0/+2
* Split block API from vl.h.pbrook2007-11-111-1/+1
* Avoid compilation warnings on 64 bits hosts.j_mayer2007-09-211-1/+2
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-6/+6
* vmdk compatibility level 6 images, by Soren Hansen.ths2007-09-161-2/+2
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-18/+18
* Fix VMDK 2GB bug, by Filip Navara.ths2007-09-101-10/+1
* Silence compiler warnings.ths2007-07-111-2/+2
* Fix a race condition and non-leaf imagesgrowing in VMDK chains, by Igorths2007-06-181-32/+117
* New multiple snapshot support for VMDK, by Igor Lvovsky.ths2007-01-241-45/+353
* async file I/O APIbellard2006-08-011-1/+1
* Disk cache flush support.pbrook2006-06-041-0/+7
* vmdk endianness fix (Benoit Poulot-Cazajous)bellard2005-10-301-2/+2
* VMDK disk image creation (Filip Navara)bellard2005-07-021-1/+104
* VMDK4 write support - fixed packing of VMDK4Header (Filip Navara)bellard2005-04-261-17/+74
* fixed block close() method prototypebellard2004-09-181-1/+1
* vmdk 3 fixesbellard2004-08-251-3/+4
* 64 bit file I/O by defaultbellard2004-08-031-1/+1
* new disk image layerbellard2004-08-011-0/+278