Age | Commit message (Expand) | Author | Files | Lines |
2007-09-17 | find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the... | ths | 1 | -11/+11 |
2007-09-16 | find -type f | xargs sed -i 's/[\t ]$//g' # on most files | ths | 1 | -48/+48 |
2007-07-31 | Parallels disk image support, by Alex Beregszaszi. | ths | 1 | -0/+1 |
2007-02-11 | Use PATH_MAX for name lengths, by Sergey Vlasov. | ths | 1 | -2/+2 |
2007-01-26 | Define ENOMEDIUM to match ENODEV if it isn't available. | ths | 1 | -4/+0 |
2007-01-18 | Darwin build fix, by Pierre d'Herbemont. | ths | 1 | -0/+4 |
2007-01-07 | path_is_absolute() fix for win32 | bellard | 1 | -0/+5 |
2007-01-07 | win32 block device fixes (initial patch by kazu) | bellard | 1 | -11/+28 |
2006-12-22 | Escape filname printout properly, by Anthony Liguori and Julian Seward. | ths | 1 | -3/+6 |
2006-08-24 | fixed handling of relative filenames with -snapshot | bellard | 1 | -1/+2 |
2006-08-23 | win32 compilation fixes | bellard | 1 | -4/+11 |
2006-08-23 | fixed error handling | bellard | 1 | -1/+3 |
2006-08-19 | better support of host drives | bellard | 1 | -59/+159 |
2006-08-07 | fixed aio emulation | bellard | 1 | -8/+7 |
2006-08-07 | Dynamically allocate AIO Completion Blocks. | pbrook | 1 | -130/+107 |
2006-08-06 | qcow2 is now used for '-snapshot' - keep BlockDriverState.total_sectors | bellard | 1 | -7/+5 |
2006-08-05 | multiple snapshot support | bellard | 1 | -8/+136 |
2006-08-01 | async file I/O API | bellard | 1 | -316/+569 |
2006-06-26 | Windows sparse file support (Frediano Ziglio) | bellard | 1 | -0/+46 |
2006-06-04 | Disk cache flush support. | pbrook | 1 | -0/+15 |
2006-04-25 | Solaris port (Ben Taylor) | bellard | 1 | -1/+19 |
2005-12-18 | qcow_make_empty() support (Johannes Schindelin) | bellard | 1 | -3/+13 |
2005-11-26 | update boot sector when using -kernel (Magnus Damm) | bellard | 1 | -0/+3 |
2005-10-30 | OS X: support for the built in CD-ROM drive (Mike Kronenberg) | bellard | 1 | -1/+107 |
2005-04-28 | probing fixes | bellard | 1 | -19/+23 |
2005-04-27 | Virtual PC read-only disk image support (Alex Beregszaszi) | bellard | 1 | -0/+1 |
2005-04-27 | BSD fix | bellard | 1 | -5/+6 |
2005-04-26 | BSD cdrom device access fix | bellard | 1 | -3/+39 |
2005-04-26 | raw CDROM access for windows (Filip Navara) | bellard | 1 | -0/+6 |
2005-04-26 | Bochs disk image support (Alex Beregszaszi) | bellard | 1 | -0/+1 |
2004-12-12 | .dmg disk image format support (Johannes Schindelin) | bellard | 1 | -0/+1 |
2004-11-16 | better BIOS ATA translation support | bellard | 1 | -0/+10 |
2004-09-29 | cloop driver (Johannes Schindelin) | bellard | 1 | -0/+1 |
2004-09-18 | fixed block close() method prototype | bellard | 1 | -1/+1 |
2004-08-03 | 64 bit file I/O by default | bellard | 1 | -5/+13 |
2004-08-01 | new disk image layer | bellard | 1 | -261/+340 |
2004-07-14 | completion support | bellard | 1 | -0/+9 |
2004-06-19 | buffer overflow fix | bellard | 1 | -1/+1 |
2004-05-08 | 64 bit fix | bellard | 1 | -1/+1 |
2004-03-31 | win32 port (initial patch by kazu) | bellard | 1 | -27/+27 |
2004-03-14 | remoable device support | bellard | 1 | -16/+173 |
2004-02-26 | added cow.h | bellard | 1 | -0/+2 |
2004-02-16 | force boot sector feature | bellard | 1 | -1/+19 |
2003-07-06 | added user mode Linux Copy On Write disk image support - added -snapshot supp... | bellard | 1 | -25/+235 |
2003-06-30 | allow read only images | bellard | 1 | -3/+12 |
2003-06-30 | IDE emulation | bellard | 1 | -0/+107 |