aboutsummaryrefslogtreecommitdiffstats
path: root/block-vmdk.c
AgeCommit message (Expand)AuthorFilesLines
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