VirtualBox

source: vbox/trunk/src/VBox/Storage

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @68787   7 年 vboxsync Storage/VDI+VHD+VMDK: Preserve the error code (instead of ignoring) …
(edit) @68520   8 年 vboxsync Storage/testcase: Fix typo
(edit) @67874   8 年 vboxsync Storage/CUE: Fixed VINF_SUCCESS when the file is too big, should …
(edit) @67761   8 年 vboxsync VISO.cpp: Massage the probe returns.
(edit) @67744   8 年 vboxsync Storage/VMDK: Missing check (regression from 110625)
(edit) @67603   8 年 vboxsync VISO: Another LogRel.
(edit) @67599   8 年 vboxsync Storage/VISO.cpp: Validate encoding; Avoid duplicating the file when …
(edit) @67465   8 年 vboxsync Storage/VISO: Don't bother constructing the image for info queries. …
(edit) @67464   8 年 vboxsync VD.cpp: VDGetFormat: Here be dragons. Killed the one named VERR_EOF, …
(edit) @67463   8 年 vboxsync VDBackendsInline.h: Stub function names aren't zero-terminated string …
(edit) @67455   8 年 vboxsync Storage: Hacked up a virtual image format around the IPRT ISO maker …
(edit) @67349   8 年 vboxsync vbox-img: Added 'createiso' command.
(edit) @67207   8 年 vboxsync Storage/VDVfs.cpp: Faked up a working query function. Some adjustments.
(edit) @67182   8 年 vboxsync VDIfVfs2.cpp: Assert in stubs.
(edit) @66693   8 年 vboxsync vbox-img: Added createfloppy command for testing the FAT12 formatting code.
(edit) @66666   8 年 vboxsync Storage/tstVDIo: Plugged another small memory leak
(edit) @66665   8 年 vboxsync Storage/VD: Don't access any members of the I/O context after calling …
(edit) @66664   8 年 vboxsync Storage/testcase/*.vd: Add a few forgottin close() calls to delete all …
(edit) @66663   8 年 vboxsync Storage/tstVDIo: Cleanup leftovers when the test script forgets to …
(edit) @66528   8 年 vboxsync tstVDIo: Fix checking the location for Windows hosts
(edit) @66505   8 年 vboxsync Storage/VDI,VMDK: Allocate the correct amount of memory when probing
(edit) @66498   8 年 vboxsync make doxygen happy
(edit) @66494   8 年 vboxsync Storage: Get rid of duplicated code in the backends for unsupported …
(edit) @66493   8 年 vboxsync build fix
(edit) @66492   8 年 vboxsync Storage/RAW: Replace the stubs for unsupported features with the new …
(edit) @66491   8 年 vboxsync Storage/VD: Macros to make adding stubs for features not supported by …
(edit) @66489   8 年 vboxsync Storage/RAW: Init sector size based on the type before actually …
(edit) @66488   8 年 vboxsync Storage/VD: Convert all backends to use the region list callbacks, …
(edit) @66487   8 年 vboxsync Storage/VD: Convert all backends to use the region list callbacks, …
(edit) @66486   8 年 vboxsync Storage/VD: Convert all backends to use the region list callbacks, …
(edit) @66380   8 年 vboxsync Storage/VD: build fix
(edit) @66378   8 年 vboxsync Storage/VD: Some cleanup (part 1), move the code related to plugin and …
(edit) @66263   8 年 vboxsync Storage/tstVDIo: Rename VDIOREQ to TSTVDIOREQ, VDIOREQ will be reused …
(edit) @66251   8 年 vboxsync tstVDIo: build fix
(edit) @66250   8 年 vboxsync Storage,DrvVD,Main,VBoxManage: Rename VBOXHDD to VDISK, the VBoxHDD …
(edit) @66249   8 年 vboxsync Storage/vbox-img: Add option to create sparse files
(edit) @66248   8 年 vboxsync Storage/VD: Get rid of VBOXHDD prefixes, the library was renamed from …
(edit) @66213   8 年 vboxsync Missing file
(edit) @66212   8 年 vboxsync Storage/DMG: Fix opening a non DMG image file which is too small to …
(edit) @66211   8 年 vboxsync vdmedia.h,++: Rename VDTYPE_DVD to VDTYPE_OPTICAL_DISC
(edit) @66209   8 年 vboxsync VD: Return success if the backend doesn't support region lists and one …
(edit) @66197   8 年 vboxsync Storage/CUE: Fixes, convert endianness for audio tracks to big endian
(edit) @66144   8 年 vboxsync Storage/CUE: build fixes (documentation)
(edit) @66143   8 年 vboxsync Storage/CUE: build fixes (unused function)
(edit) @66142   8 年 vboxsync Storage/CUE: build fixes
(edit) @66141   8 年 vboxsync Storage/CUE: Build fixes
(edit) @66140   8 年 vboxsync Storage: Add backend to handle CUE/BIN images (not yet working as the …
(edit) @66125   8 年 vboxsync bugref:8019: Undefined behaviour sanitiser: add a build option …
(edit) @66110   8 年 vboxsync Storage/VD: Implement infrastructure for region lists to be able to …
(edit) @65919   8 年 vboxsync gcc 7: fall thru
(edit) @65812   8 年 vboxsync vbox-img: fixed 2 tiny memory leaks
(edit) @65644   8 年 vboxsync gcc 7: Storage: fall thru
(edit) @65638   8 年 vboxsync tstVDIo: Missing break
(edit) @64832   8 年 vboxsync Storage/QED: Apply the fix as done to QCOW as they share the same …
(edit) @64829   8 年 vboxsync Storage/QCOW: Remember an L2 table if it was just created so it can be …
(edit) @64784   8 年 vboxsync Storage/VDI: Silently repair images with a non sector aligned disk …
(edit) @64766   8 年 vboxsync src/VBox: Make the use of the iterator for …
(edit) @64765   8 年 vboxsync Storage/VD: (bugref:8685) Fixed VBoxSVC crash on removing extpack …
(edit) @64712   8 年 vboxsync Storage/VD: Add a message explaining why the size is invalid
(edit) @64711   8 年 vboxsync VD: Check that the size is aligned to a 512 byte sector boundary
(edit) @64693   8 年 vboxsync Storage/VDI: Check that the new size is within the supported range
(edit) @64532   8 年 vboxsync more typos
(edit) @64504   8 年 vboxsync VDI: Only change the offset of the data blocks if the current start …
(edit) @64277   8 年 vboxsync doxygen fix
(edit) @64272   8 年 vboxsync Storage: Doxygen fixes
(edit) @63976   8 年 vboxsync Replaced the VBoxOpenSslExtPack SDK with a …
(edit) @63905   8 年 vboxsync Storage/VD: Add proper versioning of the backend structures instead of …
(edit) @63887   8 年 vboxsync Storage/VDI: Fix creating fixed size images after cleanup
(edit) @63880   8 年 vboxsync Storage/iSCSI: Cleanup, get rid goto ... last part
(edit) @63840   8 年 vboxsync VMDK: fix
(edit) @63830   8 年 vboxsync Storage/VD: Cleanup, get rid of goto …
(edit) @63829   8 年 vboxsync Storage/iSCSI: Cleanup (part 2, split up iscsiOpenImage into several …
(edit) @63827   8 年 vboxsync Storage/iSCSI: Cleanup (part 1, the easy stuff)
(edit) @63826   8 年 vboxsync Storage/VMDK: Cleanup (part 5, get rid of goto in vmdkRename and split …
(edit) @63825   8 年 vboxsync Storage/VMDK: Cleanup (part 4, get rid of goto in vmdkOpenImage)
(edit) @63811   8 年 vboxsync Storage: Cleanup, let vdIfIoIntFileSetAllocationSize take a progress …
(edit) @63809   8 年 vboxsync Storage/VDI: Cleanup, get rid of goto …
(edit) @63805   8 年 vboxsync Storage/VMDK: Cleanup, get rid of goto ... (part 3)
(edit) @63802   9 年 vboxsync Storage/VD: Rename pfnCheckIfValid to pfnProbe as it is shorter and …
(edit) @63801   9 年 vboxsync Storage/VMDK: Cleanup, get rid of goto... (part 1, build fix)
(edit) @63800   9 年 vboxsync Storage/VMDK: Cleanup (part 2, get rid of unused code for ESX type …
(edit) @63799   9 年 vboxsync Storage/VMDK: Cleanup, get rid of goto... (part 1, build fix)
(edit) @63798   9 年 vboxsync Storage/VMDK: Cleanup, get rid of goto... (part 1)
(edit) @63794   9 年 vboxsync Storage/VHD: Cleanup, get rid of goto…
(edit) @63793   9 年 vboxsync Storage/QCOW: Cleanup, get rid of goto…
(edit) @63792   9 年 vboxsync Storage/QED: Cleanup, get rid of goto…
(edit) @63789   9 年 vboxsync Storage/QED: Revert accidental change in r110609
(edit) @63788   9 年 vboxsync Storage: Remove unused/obsolete VDFormats directory (can be …
(edit) @63786   9 年 vboxsync Storage/DMG: Cleanup, get rid of goto …
(edit) @63785   9 年 vboxsync Storage/VD: Doxygen after VBOXHDDBACKEND -> VDIMAGEBACKEND
(edit) @63784   9 年 vboxsync Storage/Raw: Cleanup, get rid of goto …
(edit) @63783   9 年 vboxsync Storage/Parallels: Doxygen after VBOXHDDBACKEND -> VDIMAGEBACKEND
(edit) @63781   9 年 vboxsync Storage/VD: Rename VBOXHDDBACKEND to VDIMAGEBACKEND to follow the …
(edit) @63780   9 年 vboxsync Storage/Parallels: Cleanup, get rid of goto …
(edit) @63741   9 年 vboxsync Storage/QED,QCOW: Always write the complete L1 and L2 table when …
(edit) @63733   9 年 vboxsync VD: Reject creating base image variants which are not supported by the …
(edit) @63644   9 年 vboxsync VMDK: Fix possible endless loop when reading when processing the grain …
(edit) @63636   9 年 vboxsync Storage/QED: Check that the filename size for the backing file is in …
(edit) @63635   9 年 vboxsync Storage/QCOW,Parallels: Fix a few possible crashes possible when …
(edit) @63567   9 年 vboxsync scm: cleaning up todos
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette