|
|
@12774
|
16 years |
vboxsync |
Dereferencing null pointers considered harmful.
|
|
|
@12771
|
16 years |
vboxsync |
Device/Storage: VDCopy needs to be able to write to the output file.
|
|
|
@12639
|
16 years |
vboxsync |
Storeage: misc file headers.
|
|
|
@12423
|
16 years |
vboxsync |
IPRT/SUP: Renamed RTLdrOpenAppSharedLib to RTLdrOpenAppPriv. Hardend …
|
|
|
@12368
|
16 years |
vboxsync |
Storage/VBoxHDD-new: mark VDBackendInfo as in need of cleanup. Comment …
|
|
|
@12365
|
16 years |
vboxsync |
VBoxHDD-new: rainy day @todo.
|
|
|
@12343
|
16 years |
vboxsync |
VBoxHDD-new: Use RTDirReadEx to get type of the entry and use …
|
|
|
@12329
|
16 years |
vboxsync |
additional checks
|
|
|
@12328
|
16 years |
vboxsync |
fixed VDBackendInfo() for plugins
|
|
|
@12143
|
16 years |
vboxsync |
disk: ixed a bunch of NULL pointer accesses
|
|
|
@12116
|
16 years |
vboxsync |
export VHD format to OSE
|
|
|
@11781
|
16 years |
vboxsync |
VBoxHDD-new: Prepend library path to plugin name to fix plugin …
|
|
|
@11484
|
16 years |
vboxsync |
Storage/VBoxHDD-new: Add information about configuration settings …
|
|
|
@11444
|
16 years |
vboxsync |
Storage/VBoxHDD-new: introduced VD interfaces per image and per …
|
|
|
@11435
|
16 years |
vboxsync |
Storage: big cleanup of the VD interfaces, especially hide the linked …
|
|
|
@11421
|
16 years |
vboxsync |
Storage/VBoxHDD-new: Added backend info, listing the supported file …
|
|
|
@11353
|
16 years |
vboxsync |
VBoxHDD-new: add new UUID parameter to image creation, specifying …
|
|
|
@11287
|
16 years |
vboxsync |
Devices: %Vuuid -> %RTuuid (just preferred, not mandatory (yet))
|
|
|
@11284
|
16 years |
vboxsync |
Devices: %Vrc -> %Rrc (just preferred, not mandatory (yet))
|
|
|
@11266
|
16 years |
vboxsync |
Devices: VBOX_SUCCESS/FAILURE -> RT_SUCCESS/FAILURE.
|
|
|
@11176
|
16 years |
vboxsync |
VBoxHDD-new: VDGetInterface* has a pointer to the interface descriptor …
|
|
|
@10715
|
16 years |
vboxsync |
Merge async I/O for VMDK backend from private branch
|
|
|
@10540
|
16 years |
vboxsync |
First very rough cut at the conversion of iSCSI to a VBoxHDD-new …
|
|
|
@9734
|
17 years |
vboxsync |
Extended the interface with backends to support time stamps and …
|
|
|
@9599
|
17 years |
vboxsync |
Change the meaninf of VD_OPEN_FLAGS_INFO. The previous definition …
|
|
|
@9566
|
17 years |
vboxsync |
Fix condition once more.
|
|
|
@9565
|
17 years |
vboxsync |
Fix incorrect check verifying disk type. Also make the API for getting …
|
|
|
@9560
|
17 years |
vboxsync |
Straighten handling of image types in the generic code. Also cleanup …
|
|
|
@9528
|
17 years |
vboxsync |
fixes in setparentuuid and read/write to support diff images.
|
|
|
@9262
|
17 years |
vboxsync |
VDMerge testcase with pseudo random writes.
|
|
|
@8594
|
17 years |
vboxsync |
AssertPtrBreakVoid -> AssertPtrBreak.
|
|
|
@8569
|
17 years |
vboxsync |
AssertBreak -> AssertBreakStmt.
|
|
|
@8565
|
17 years |
vboxsync |
AssertMsgBreak -> AssertMsgBreakStmt.
|
|
|
@8155
|
17 years |
vboxsync |
The Big Sun Rebranding Header Change
|
|
|
@7967
|
17 years |
vboxsync |
VBoxHDD-new: Fix incorrect error handling (causing a crash) and an …
|
|
|
@7900
|
17 years |
vboxsync |
Fix generic image merging code (make the appropriate images writable …
|
|
|
@7824
|
17 years |
vboxsync |
Fix assertion
|
|
|
@7780
|
17 years |
vboxsync |
Add function to query all available VD backends, together with their …
|
|
|
@7690
|
17 years |
vboxsync |
Integrate contributed code to implement VDCopy function in VBoxHDD-new.
|
|
|
@7281
|
17 years |
vboxsync |
Accept PCHS=0/0/0 when creating images. Will be fixed when the image …
|
|
|
@7277
|
17 years |
vboxsync |
Make the backend type a per-image property and get away from the per …
|
|
|
@7199
|
17 years |
vboxsync |
Fixed assorted nasty bugs introduced by the previous big cleanup. And …
|
|
|
@7161
|
17 years |
vboxsync |
typo
|
|
|
@7160
|
17 years |
vboxsync |
Hook up the new VDI backend to VBoxHDD-new.
|
|
|
@7155
|
17 years |
vboxsync |
Huge cleanup/error checking/logging improvement of the VMDK code. …
|
|
|
@6960
|
17 years |
vboxsync |
Fixed too aggressive checking of LCHS geometry values. Triggered an …
|
|
|
@6864
|
17 years |
vboxsync |
VBoxHDD-new: The size argument of RTDirRead must be initialized if not …
|
|
|
@6735
|
17 years |
vboxsync |
Move RTLdrClose inside the if so that it is only called if RTLdrLoad …
|
|
|
@6374
|
17 years |
vboxsync |
Squash a few evil TAB characters which have crept in.
|
|
|
@6330
|
17 years |
vboxsync |
OSE
|
|
|
@6328
|
17 years |
vboxsync |
Fix incorrect assertion for HDD prefix.
|
|
|
@6326
|
17 years |
vboxsync |
Better size_t formatting fix.
|
|
|
@6325
|
17 years |
vboxsync |
Fix a couple of wrong assertions and treat size_t variables correctly …
|
|
|
@6314
|
17 years |
vboxsync |
Fix segmentation fault because of a NULL pointer
|
|
|
@6295
|
17 years |
vboxsync |
typos
|
|
|
@6292
|
17 years |
vboxsync |
Editing the type without ajdusting the curly brackets work with MS …
|
|
|
@6291
|
17 years |
vboxsync |
Big virtual disk changeset containing several modifications
* remove …
|
|
|
@6204
|
17 years |
vboxsync |
for now, the VHD backend is not OSE (yet)
|
|
|
@6203
|
17 years |
vboxsync |
Remove a forgoten RTMemFree. Trieying to free the static bakcend …
|
|
|
@6195
|
17 years |
vboxsync |
Cleanup the plugin handler. The load function returns an static …
|
|
|
@6173
|
17 years |
vboxsync |
Add rudimentary VHD support
|
|
|
@5999
|
17 years |
vboxsync |
The Giant CDDL Dual-License Header Change.
|
|
|
@5605
|
17 years |
vboxsync |
BIT => RT_BIT, BIT64 => RT_BIT_64. BIT() is defined in Linux 2.6.24
|
|
|
@5157
|
17 years |
vboxsync |
Fix VBoxSVC crash
|
|
|
@5101
|
17 years |
vboxsync |
Introduce a new harddisk object which supports virtual harddisk …
|
|
|
@4798
|
17 years |
vboxsync |
fixed annoying debug assertion.
|
|
|
@4640
|
17 years |
vboxsync |
warning
|
|
|
@4522
|
17 years |
vboxsync |
Add StorageCraft Backup images as HDD format
|
|
|
@4071
|
17 years |
vboxsync |
Biggest check-in ever. New source code headers for all (C) innotek files.
|
|
|
@2981
|
18 years |
vboxsync |
InnoTek -> innotek: all the headers and comments.
|
|
|
@2833
|
18 years |
vboxsync |
New open flag for just getting the image information, suppressing …
|
|
|
@2742
|
18 years |
vboxsync |
Implement determining image flags on open. Also partial implementation …
|
|
|
@2728
|
18 years |
vboxsync |
Allow (but punish with an assertion) creation of a HDD container …
|
|
|
@2718
|
18 years |
vboxsync |
Implemented raw partition access.
|
|
|
@2650
|
18 years |
vboxsync |
Updated VD image create interface. Implemented closing/deleting of …
|
|
|
@2595
|
18 years |
vboxsync |
Fixed horrible memory leak when writing to a so far unused block.
|
|
|
@2590
|
18 years |
vboxsync |
Optimize writes to a so far unallocated blocks in the VMDK which don't …
|
|
|
@2564
|
18 years |
vboxsync |
Many VMDK block splitup fixes and the start of the create image
function.
|
|
|
@2379
|
18 years |
vboxsync |
export to OSE
|