VirtualBox

source: vbox/trunk/src/VBox/Storage

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @60033   9 年 vboxsync Storage/VMDK: typo (thanks PVS)
(edit) @60032   9 年 vboxsync Storage/VD: comment
(edit) @60027   9 年 vboxsync Storage/VD: Remove unnecessary condition (thanks PVS)
(edit) @59823   9 年 vboxsync Storage/vdkeystoremgr: build fixes
(edit) @59822   9 年 vboxsync Storage/vdkeystoremgr: build fixes
(edit) @59820   9 年 vboxsync Storage: Utility to create keystores from a given DEK, password and …
(edit) @59661   9 年 vboxsync missing ( )
(edit) @59610   9 年 vboxsync VDIfVfs2.cpp: Assertion fixes.
(edit) @59609   9 年 vboxsync VMDK.cpp: Corrected incorrect free. Drop const on temporary strings …
(edit) @59601   9 年 vboxsync StorageLib: Added VDIfCreateFromVfsStream and VDIfDestroyFromVfsStream …
(edit) @59593   9 年 vboxsync tstVDIo: don't crash on pfnSetAllocationSize()
(edit) @59462   9 年 vboxsync Storage/VD: Use the new RTFileSetAllocationSize() IPRT API
(edit) @59460   9 年 vboxsync Another build fix
(edit) @59458   9 年 vboxsync Build fix
(edit) @59455   9 年 vboxsync Storage/VD: Remove the custom code in each backend which allocates all …
(edit) @59404   9 年 vboxsync Forward-ported r104938, r104943, r104950, r104952, r104953, r104987, …
(edit) @59297   9 年 vboxsync tstVDIo: Another build fix for x86
(edit) @59296   9 年 vboxsync tstVDIo: Build fix
(edit) @59295   9 年 vboxsync Another try
(edit) @59293   9 年 vboxsync Build fix
(edit) @58321   9 年 vboxsync Storage/RAW: Fix too large images when creating raw images with …
(edit) @58258   9 年 vboxsync Storage/RAW: fix conversion to raw (it previously overwrote the …
(edit) @58170   9 年 vboxsync doxygen: fixes.
(edit) @58132   9 年 vboxsync *: Doxygen fixes.
(edit) @57559   9 年 vboxsync Storage/VD: Allow block allocation when writing back the encrypted …
(edit) @57534   9 年 vboxsync Missing file
(edit) @57533   9 年 vboxsync tstVDIo: Fix for the out of memory case
(edit) @57532   9 年 vboxsync Storage/testcase: Remove unused testcases which have a counterpart in …
(edit) @57531   9 年 vboxsync Storage: Remove vditool as it is completely useless by now and was …
(edit) @57530   9 年 vboxsync Storage: Remove vditool as it is completely useless by now and was …
(edit) @57529   9 年 vboxsync Storage/ISCSI: shut up gcc warning
(edit) @57415   9 年 vboxsync More DECLCALLBACK fixes.
(edit) @57399   9 年 vboxsync build fix
(edit) @57390   9 年 vboxsync build fix
(edit) @57388   9 年 vboxsync DECLCALLBACK
(edit) @57385   9 年 vboxsync Storage/VMDK: Fix regression causing RW extents to be opened readonly …
(edit) @57372   9 年 vboxsync scm: fixes in previous cleanup run.
(edit) @57358   9 年 vboxsync *: scm cleanup run.
(edit) @57214   9 年 vboxsync vbox-img: for most errors print both, the cleartext error message as …
(edit) @57213   9 年 vboxsync split VERR_VD_RAW_INVALID_HEADER a bit further to have better error …
(edit) @57064   9 年 vboxsync Frontends/VBoxManage+Storage/VMDK: introduce support for creating raw …
(edit) @57007   9 年 vboxsync Storage: Error formatting fixes.
(edit) @57004   9 年 vboxsync iprt,*: Marked all format strings in the C part of IPRT and fixed the …
(edit) @56999   9 年 vboxsync Storage: More formatting fixes.
(edit) @56993   9 年 vboxsync Storage: Log & Assertion formatting fixes.
(edit) @56862   9 年 vboxsync Storage/QCOW: Missing break, found by Fortify
(edit) @56754   9 年 vboxsync Storage: More minor memory leak fixes in testcases, unused code or …
(edit) @56748   9 年 vboxsync Storage/VD: Fix three possible memory leaks (unlikely to hit) in case …
(edit) @56573   9 年 vboxsync Storage/tstVDIo: Avoid division by 0
(edit) @56529   9 年 vboxsync tstVDIo: Change the implementation to calculate the throughput in …
(edit) @56379   9 年 vboxsync Storage/VMDK: small "just in case" code adjustments, shouldn't be …
(edit) @56370   9 年 vboxsync Storage/iSCSI: Remove nonsense
(edit) @56369   9 年 vboxsync Storage/VCI: Fix dead code (not that is actively used at the moment)
(edit) @56301   9 年 vboxsync *.kmk: Updated (C) year.
(edit) @55974   10 年 vboxsync vbox-img: Add resize command to increase the size of a disk image
(edit) @55828   10 年 vboxsync typos
(edit) @55784   10 年 vboxsync Restored lost ProductVersion.
(edit) @55782   10 年 vboxsync Added an empty macro as a place holder for any additional strings we …
(edit) @55781   10 年 vboxsync Clean up RC files, adding more version.h defines for common values.
(edit) @55772   10 年 vboxsync Two more RC defines.
(edit) @55771   10 年 vboxsync Use defines in the RC files and make those defines compatible with …
(edit) @55271   10 年 vboxsync Storage: Calculate progress based on the real file size instead of …
(edit) @55083   10 年 vboxsync tstVDIo: Hopefully fix errors on testboxes regarding to deep sub test …
(edit) @54835   10 年 vboxsync Encryption: Add a way to retrieve the encryption settings without …
(edit) @54752   10 年 vboxsync Log cosmetics.
(edit) @54743   10 年 vboxsync VD: Don't set an error when creating the filter failed, appropriate …
(edit) @54624   10 年 vboxsync Storage/VD: Add API to prepare a chain of images for use with filters
(edit) @54591   10 年 vboxsync Add support to supply passwords for disk encryption while the VM is running
(edit) @54574   10 年 vboxsync Storage/vditool: copyright
(edit) @54430   10 年 vboxsync Storage/VD: make use of the image type (hdd/dvd/floppy) for sanity …
(edit) @54405   10 年 vboxsync gah
(edit) @54404   10 年 vboxsync Disable for now to fix extpack builds
(edit) @54403   10 年 vboxsync Storage/VDFilterrypt,Main: Move key store implementation to the crypto …
(edit) @54397   10 年 vboxsync Storage/RAW: fix raw image creation, previous code rounded up to full …
(edit) @54340   10 年 vboxsync Storage/VD: Allow different filter chains for reads and writes …
(edit) @54138   10 年 vboxsync iSCSI: Fix code which is only triggered when using the iSCSI over …
(edit) @54117   10 年 vboxsync don't check for VALID_PTR after RTMem*Alloc(), that's overkill
(edit) @53844   10 年 vboxsync fixed resource files
(edit) @53841   10 年 vboxsync not yet
(edit) @53840   10 年 vboxsync addded more Windows resource files
(edit) @53829   10 年 vboxsync Storage/Debug: warnings and Makefile fix
(edit) @53806   10 年 vboxsync added more missing Windows resource files
(edit) @53624   10 年 vboxsync scm automatic cleanups.
(edit) @53539   10 年 vboxsync Storage/iSCSI: Fail when a connection attempt takes too long to pause …
(edit) @53337   10 年 vboxsync Storage/VD: Fix broken resume after the VM was suspended due to a full …
(edit) @52879   10 年 vboxsync Storage/tstVDCopy: Fix testcase
(edit) @52710   10 年 vboxsync tstVDIo: Implement dumptofile action to dump memory backed files to disk
(edit) @52695   10 年 vboxsync Storage/VHD: Fix resize corruption if the image has more than 4GB of …
(edit) @52640   10 年 vboxsync tstVDIo: Fix bug in resize test handler
(edit) @52585   10 年 vboxsync Storage/VD + Main/ExtPackManager+VirtualBox+SystemProperties: handle …
(edit) @52496   10 年 vboxsync tstVDIo: s/#ifdef foo == bar/#if foo == bar/
(edit) @52468   10 年 vboxsync Storage/VHD: Fix use of uninitialized variable in error case
(edit) @52415   10 年 vboxsync Storage/tstVDIo: fixed a typo and use RT_STR_TUPLE()
(edit) @52407   10 年 vboxsync tstVDIo: Disable builtin tests on 32bit hosts, the address space is …
(edit) @52379   10 年 vboxsync Storage/tstVDIo: make it build on Windows, excluding the I/O log …
(edit) @52378   10 年 vboxsync Storage/tstVDIo: Don't run builtin tests if there is not enough free …
(edit) @52371   10 年 vboxsync Storage/tstVDIo: Plug leaks, modifications and start turning it into a …
(edit) @52359   10 年 vboxsync Unused variable
(edit) @52358   10 年 vboxsync Storage/VD,VHD: Fix crash with certain VHD images with only partial …
(edit) @52277   10 年 vboxsync VHD: Remove ASMBitTest and ASMBitTestAndSet because they were used …
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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