|
|
@57064
|
9 年 |
vboxsync |
Frontends/VBoxManage+Storage/VMDK: introduce support for creating raw …
|
|
|
@57007
|
9 年 |
vboxsync |
Storage: Error formatting fixes.
|
|
|
@57004
|
9 年 |
vboxsync |
iprt,*: Marked all format strings in the C part of IPRT and fixed the …
|
|
|
@56999
|
9 年 |
vboxsync |
Storage: More formatting fixes.
|
|
|
@56993
|
9 年 |
vboxsync |
Storage: Log & Assertion formatting fixes.
|
|
|
@56862
|
9 年 |
vboxsync |
Storage/QCOW: Missing break, found by Fortify
|
|
|
@56754
|
9 年 |
vboxsync |
Storage: More minor memory leak fixes in testcases, unused code or …
|
|
|
@56748
|
9 年 |
vboxsync |
Storage/VD: Fix three possible memory leaks (unlikely to hit) in case …
|
|
|
@56573
|
9 年 |
vboxsync |
Storage/tstVDIo: Avoid division by 0
|
|
|
@56529
|
9 年 |
vboxsync |
tstVDIo: Change the implementation to calculate the throughput in …
|
|
|
@56379
|
9 年 |
vboxsync |
Storage/VMDK: small "just in case" code adjustments, shouldn't be …
|
|
|
@56370
|
9 年 |
vboxsync |
Storage/iSCSI: Remove nonsense
|
|
|
@56369
|
9 年 |
vboxsync |
Storage/VCI: Fix dead code (not that is actively used at the moment)
|
|
|
@56301
|
9 年 |
vboxsync |
*.kmk: Updated (C) year.
|
|
|
@55974
|
10 年 |
vboxsync |
vbox-img: Add resize command to increase the size of a disk image
|
|
|
@55828
|
10 年 |
vboxsync |
typos
|
|
|
@55784
|
10 年 |
vboxsync |
Restored lost ProductVersion.
|
|
|
@55782
|
10 年 |
vboxsync |
Added an empty macro as a place holder for any additional strings we …
|
|
|
@55781
|
10 年 |
vboxsync |
Clean up RC files, adding more version.h defines for common values.
|
|
|
@55772
|
10 年 |
vboxsync |
Two more RC defines.
|
|
|
@55771
|
10 年 |
vboxsync |
Use defines in the RC files and make those defines compatible with …
|
|
|
@55271
|
10 年 |
vboxsync |
Storage: Calculate progress based on the real file size instead of …
|
|
|
@55083
|
10 年 |
vboxsync |
tstVDIo: Hopefully fix errors on testboxes regarding to deep sub test …
|
|
|
@54835
|
10 年 |
vboxsync |
Encryption: Add a way to retrieve the encryption settings without …
|
|
|
@54752
|
10 年 |
vboxsync |
Log cosmetics.
|
|
|
@54743
|
10 年 |
vboxsync |
VD: Don't set an error when creating the filter failed, appropriate …
|
|
|
@54624
|
10 年 |
vboxsync |
Storage/VD: Add API to prepare a chain of images for use with filters
|
|
|
@54591
|
10 年 |
vboxsync |
Add support to supply passwords for disk encryption while the VM is running
|
|
|
@54574
|
10 年 |
vboxsync |
Storage/vditool: copyright
|
|
|
@54430
|
10 年 |
vboxsync |
Storage/VD: make use of the image type (hdd/dvd/floppy) for sanity …
|
|
|
@54405
|
10 年 |
vboxsync |
gah
|
|
|
@54404
|
10 年 |
vboxsync |
Disable for now to fix extpack builds
|
|
|
@54403
|
10 年 |
vboxsync |
Storage/VDFilterrypt,Main: Move key store implementation to the crypto …
|
|
|
@54397
|
10 年 |
vboxsync |
Storage/RAW: fix raw image creation, previous code rounded up to full …
|
|
|
@54340
|
10 年 |
vboxsync |
Storage/VD: Allow different filter chains for reads and writes …
|
|
|
@54138
|
10 年 |
vboxsync |
iSCSI: Fix code which is only triggered when using the iSCSI over …
|
|
|
@54117
|
10 年 |
vboxsync |
don't check for VALID_PTR after RTMem*Alloc(), that's overkill
|
|
|
@53844
|
10 年 |
vboxsync |
fixed resource files
|
|
|
@53841
|
10 年 |
vboxsync |
not yet
|
|
|
@53840
|
10 年 |
vboxsync |
addded more Windows resource files
|
|
|
@53829
|
10 年 |
vboxsync |
Storage/Debug: warnings and Makefile fix
|
|
|
@53806
|
10 年 |
vboxsync |
added more missing Windows resource files
|
|
|
@53624
|
10 年 |
vboxsync |
scm automatic cleanups.
|
|
|
@53539
|
10 年 |
vboxsync |
Storage/iSCSI: Fail when a connection attempt takes too long to pause …
|
|
|
@53337
|
10 年 |
vboxsync |
Storage/VD: Fix broken resume after the VM was suspended due to a full …
|
|
|
@52879
|
10 年 |
vboxsync |
Storage/tstVDCopy: Fix testcase
|
|
|
@52710
|
10 年 |
vboxsync |
tstVDIo: Implement dumptofile action to dump memory backed files to disk
|
|
|
@52695
|
10 年 |
vboxsync |
Storage/VHD: Fix resize corruption if the image has more than 4GB of …
|
|
|
@52640
|
10 年 |
vboxsync |
tstVDIo: Fix bug in resize test handler
|
|
|
@52585
|
10 年 |
vboxsync |
Storage/VD + Main/ExtPackManager+VirtualBox+SystemProperties: handle …
|
|
|
@52496
|
10 年 |
vboxsync |
tstVDIo: s/#ifdef foo == bar/#if foo == bar/
|
|
|
@52468
|
10 年 |
vboxsync |
Storage/VHD: Fix use of uninitialized variable in error case
|
|
|
@52415
|
10 年 |
vboxsync |
Storage/tstVDIo: fixed a typo and use RT_STR_TUPLE()
|
|
|
@52407
|
10 年 |
vboxsync |
tstVDIo: Disable builtin tests on 32bit hosts, the address space is …
|
|
|
@52379
|
10 年 |
vboxsync |
Storage/tstVDIo: make it build on Windows, excluding the I/O log …
|
|
|
@52378
|
10 年 |
vboxsync |
Storage/tstVDIo: Don't run builtin tests if there is not enough free …
|
|
|
@52371
|
10 年 |
vboxsync |
Storage/tstVDIo: Plug leaks, modifications and start turning it into a …
|
|
|
@52359
|
10 年 |
vboxsync |
Unused variable
|
|
|
@52358
|
10 年 |
vboxsync |
Storage/VD,VHD: Fix crash with certain VHD images with only partial …
|
|
|
@52277
|
10 年 |
vboxsync |
VHD: Remove ASMBitTest and ASMBitTestAndSet because they were used …
|
|
|
@52268
|
10 年 |
vboxsync |
VD: Fix read corruption under rare circumstances if a read happens …
|
|
|
@52111
|
10 年 |
vboxsync |
Storage/testcases: Include the tests scripts into tstVDIo for …
|
|
|
@51886
|
10 年 |
vboxsync |
VD: Add API to query information about a filter
|
|
|
@51759
|
10 年 |
vboxsync |
spaces
|
|
|
@51758
|
10 年 |
vboxsync |
Fix extpack building hopefully
|
|
|
@51756
|
10 年 |
vboxsync |
Storage/VD: Fix crash
|
|
|
@51755
|
10 年 |
vboxsync |
VDPluginCrypt: Move into extension pack
|
|
|
@51754
|
10 年 |
vboxsync |
Main,DrvVD,VD: Implement support for VD plugins from extension packs
|
|
|
@51751
|
10 年 |
vboxsync |
Storage/VD: Add methods to load a plugin from a given path/file. …
|
|
|
@51750
|
10 年 |
vboxsync |
Storage: Fix concurrency issue with filters configured which can …
|
|
|
@51680
|
10 年 |
vboxsync |
Storage/QED: Fix compilation on SPARC
|
|
|
@51626
|
10 年 |
vboxsync |
QCOW: Initialize the L2 cache always, fixes a crash if opening the …
|
|
|
@51625
|
10 年 |
vboxsync |
QED: Initialize the L2 cache always, fixes a crash if opening the …
|
|
|
@51623
|
10 年 |
vboxsync |
Storage: Fix possible data corruption or read errors if a request …
|
|
|
@51533
|
10 年 |
vboxsync |
introduced VBOX_WITH_PLUGIN_CRYPT
|
|
|
@51430
|
10 年 |
vboxsync |
Storage: Disable building the disk encryption filter again
|
|
|
@51429
|
10 年 |
vboxsync |
Storage: Enable disk encryption filter again
|
|
|
@51306
|
11 年 |
vboxsync |
Cosmetic change.
|
|
|
@51286
|
11 年 |
vboxsync |
Storage/vbox-img: add command to tweak the LCHS geometry of images
|
|
|
@51106
|
11 年 |
vboxsync |
Disable building again, openssl is wasn't updated yet
|
|
|
@51105
|
11 年 |
vboxsync |
Missing files for previous commit
|
|
|
@51104
|
11 年 |
vboxsync |
Storage: Build the crypt filter plugin on non Windows platforms for …
|
|
|
@51102
|
11 年 |
vboxsync |
Storage/FilterCrypt: Remove hardcoded data unit size of 512 bytes and …
|
|
|
@51091
|
11 年 |
vboxsync |
Storage/VHD: Don't clear parent locator entries if there is no parent …
|
|
|
@51073
|
11 年 |
vboxsync |
VD: Fixes for filter support
|
|
|
@50991
|
11 年 |
vboxsync |
Storage: Add support for filter plugins
|
|
|
@50988
|
11 年 |
vboxsync |
Storage/VD: Cleanup VD plugin handling. One shared object can now …
|
|
|
@50852
|
11 年 |
vboxsync |
Storage/VD: Zero free blocks in the parent read callback used for …
|
|
|
@50851
|
11 年 |
vboxsync |
Storage/VHD: Fix wrong assertion in compaction callback
|
|
|
@50531
|
11 年 |
vboxsync |
Add VHDX logging group while we are at it
|
|
|
@50526
|
11 年 |
vboxsync |
Storage/VHDX: Finally commit and enable CRC-32c checksum validation …
|
|
|
@50304
|
11 年 |
vboxsync |
iSCSI: Add option to dump malformed response packets
|
|
|
@50052
|
11 年 |
vboxsync |
Storage/testcase/vbox-img: liblzma not required anymore since we don't …
|
|
|
@49944
|
11 年 |
vboxsync |
Storage,VHD: Fix I/O if VD_OPEN_FLAGS_HONOR_SAME is used
|
|
|
@49880
|
11 年 |
vboxsync |
Storage/VD: Fix bug which causes that data is read twice. Because …
|
|
|
@49781
|
11 年 |
vboxsync |
iSCSI: Fix release logging (missed one thing)
|
|
|
@49780
|
11 年 |
vboxsync |
iSCSI: Fix release logging
|
|
|
@49388
|
11 年 |
vboxsync |
Storage: Small fix to previous change
|
|
|
@49387
|
11 年 |
vboxsync |
Storage/VD: Remove disk full hack and use the proper way to return the …
|
|
|
@49314
|
11 年 |
vboxsync |
Storage: Modify hack to fix hanging VMs when the dis is full during …
|
|
|