VirtualBox

source: vbox/trunk/src/VBox/Devices/Storage/VmdkHDDCore.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @17970   16 years vboxsync API/HardDisk, Storage/VBoxHDD, Frontend/VBoxManage: eliminated base …
(edit) @17852   16 years vboxsync Storage/VMDK: write the compressed block size to the marker.
(edit) @17847   16 years vboxsync Storage/VMDK: put decompression buffer allocation in a place where the …
(edit) @17775   16 years vboxsync Storage/VMDK: implement creating/writing (slightly relaxed append …
(edit) @16873   16 years vboxsync Storage/VBoxHDD: eliminate the obsolete "-new" part of the name.
(edit) @16871   16 years vboxsync Storage/VMDK: delete streamOptimized version paranoia. the version 3 …
(edit) @16827   16 years vboxsync Storage/VMDK: implement VMDK 1.1 streamOptimized format. read only at …
(edit) @15565   16 years vboxsync Storage/VMDK: fix querying comment if no comment is set. Must return …
(edit) @15554   16 years vboxsync Storage/Vmdk: fix pointer check when no comment is present.
(edit) @15366   16 years vboxsync Storage: Eradicated the last bits using the old VDI only backend, …
(edit) @14967   16 years vboxsync #3162: Another attempt to introduce compose name and location …
(edit) @14960   16 years vboxsync backed out r40315 as it breaks the tinderboxes
(edit) @14954   16 years vboxsync #3162: Added pfnComposeLocation and pfnComposeName callbacks to …
(edit) @14852   16 years vboxsync #3162: Plugin backends are now loaded upon startup, this should get …
(edit) @14302   16 years vboxsync Storage/VMDK: off by one, causing a crash getting the size of file data.
(edit) @14292   16 years vboxsync Storage/VMDK: fix vmdkGetFileSize, copy/paste bug and incorrect …
(edit) @14281   16 years vboxsync Storage/VMDK: Use AssertPtr whereever applicable
(edit) @13580   16 years vboxsync Ported s2 branch (r37120:38456).
(edit) @13295   16 years vboxsync #3230: Fixed memory leaks in VMDK, tstVD and VBoxHDD-new.
(edit) @13268   16 years vboxsync #3230: First bunch of integrated VMDK backend fixes by xVM Server …
(edit) @12928   16 years vboxsync warnings
(edit) @12892   16 years vboxsync AssertMsgRC
(edit) @12641   16 years vboxsync VmdkHDDCore.cpp: file header.
(edit) @12367   16 years vboxsync Storage/VMDK: disable paranoid size check because there are vmdks out …
(edit) @12353   16 years vboxsync Storage/VMDK: negated condition broke sparse vmdk files
(edit) @12306   16 years vboxsync Storage/VMDK: make it understand the really odd vmdk variant used by …
(edit) @11484   16 years vboxsync Storage/VBoxHDD-new: Add information about configuration settings …
(edit) @11444   16 years vboxsync Storage/VBoxHDD-new: introduced VD interfaces per image and per …
(edit) @11435   16 years vboxsync Storage: big cleanup of the VD interfaces, especially hide the linked …
(edit) @11421   16 years vboxsync Storage/VBoxHDD-new: Added backend info, listing the supported file …
(edit) @11353   16 years vboxsync VBoxHDD-new: add new UUID parameter to image creation, specifying …
(edit) @11287   16 years vboxsync Devices: %Vuuid -> %RTuuid (just preferred, not mandatory (yet))
(edit) @11284   16 years vboxsync Devices: %Vrc -> %Rrc (just preferred, not mandatory (yet))
(edit) @11266   16 years vboxsync Devices: VBOX_SUCCESS/FAILURE -> RT_SUCCESS/FAILURE.
(edit) @11176   16 years vboxsync VBoxHDD-new: VDGetInterface* has a pointer to the interface descriptor …
(edit) @11175   16 years vboxsync Storage: pass the right pointer to VDGetInterface*
(edit) @11039   16 years vboxsync Disk backends: remove dead code.
(edit) @10994   16 years vboxsync typo
(edit) @10715   16 years vboxsync Merge async I/O for VMDK backend from private branch
(edit) @10539   16 years vboxsync Add forgotten assertion
(edit) @10467   16 years vboxsync Provide CAP_FILE flag for backends operating on files.
(edit) @9734   16 years vboxsync Extended the interface with backends to support time stamps and …
(edit) @9528   16 years vboxsync fixes in setparentuuid and read/write to support diff images.
(edit) @9084   17 years vboxsync Fix for 64-bit win builds: char* to const char* conversion.
(edit) @9071   17 years vboxsync New internal command 'renamevmdk' in VBoxManage with corresponding …
(edit) @9047   17 years vboxsync Partially implemented rename vmdk api call.
(edit) @8509   17 years vboxsync Fixed reversed parameter check creating VMDK. Harmless, as it caused …
(edit) @8297   17 years vboxsync Make the vmdk format error checking tighter and fix an annoying gcc …
(edit) @8229   17 years vboxsync Opening a monolithic sparse VMDK was lacking the initialization of the …
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @8015   17 years vboxsync VMDK: Fix a really nasty and indirect bug when creating split sparse …
(edit) @7981   17 years vboxsync VMDK: added missing bit for optimizing away writes with the same data …
(edit) @7896   17 years vboxsync Fix VMDK image debug dump.
(edit) @7846   17 years vboxsync VMDK: when changing key=value pairs, skip over the =.
(edit) @7780   17 years vboxsync Add function to query all available VD backends, together with their …
(edit) @7653   17 years vboxsync Fix senseless code in VMDK comment handling.
(edit) @7580   17 years vboxsync Fix error handling memory leak. And change incorrect macro naming.
(edit) @7576   17 years vboxsync File open cache (important for windows raw partition access), quoting …
(edit) @7157   17 years vboxsync Make 100% sure the sector number won't ever overflow 32 bits.
(edit) @7156   17 years vboxsync Fixed broken build caused by non-standard compliant vcc header files.
(edit) @7155   17 years vboxsync Huge cleanup/error checking/logging improvement of the VMDK code. …
(edit) @7070   17 years vboxsync Fix open flag in raw partition vmdk creation.
(edit) @6987   17 years vboxsync VDI / VMDK: Added RTFILE_O_NOT_CONTENT_INDEXED for disk image creation.
(edit) @6291   17 years vboxsync Big virtual disk changeset containing several modifications * remove …
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5101   17 years vboxsync Introduce a new harddisk object which supports virtual harddisk …
(edit) @4522   17 years vboxsync Add StorageCraft Backup images as HDD format
(edit) @4372   17 years vboxsync Finally corrected the RTFileRead, RTFileReadAt, RTFileWrite and …
(edit) @4071   17 years vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @2981   18 years vboxsync InnoTek -> innotek: all the headers and comments.
(edit) @2829   18 years vboxsync Warnings fix.
(edit) @2758   18 years vboxsync Don't flush the raw disk/partition extents.
(edit) @2742   18 years vboxsync Implement determining image flags on open. Also partial implementation …
(edit) @2718   18 years vboxsync Implemented raw partition access.
(edit) @2661   18 years vboxsync Raw disk access VMDKs can now be generated, too.
(edit) @2650   18 years vboxsync Updated VD image create interface. Implemented closing/deleting of …
(edit) @2589   18 years vboxsync The code calling us assumes that after a full block write the pre- and …
(edit) @2583   18 years vboxsync Fix incorrect error check for VMDK with separate descriptor file.
(edit) @2582   18 years vboxsync Windows doesn't like flushing files opened in read-only mode.
(edit) @2564   18 years vboxsync Many VMDK block splitup fixes and the start of the create image function.
(edit) @2385   18 years vboxsync Fixed copy&paste errors. Use the correct image reference and filename.
(edit) @2381   18 years vboxsync VCC8 is very picky about char* vs const char *
(edit) @2375   18 years vboxsync I'll change RTFile* to use size_t one day. in the mean time we'll have …
(edit) @2361   18 years vboxsync Proper fix this time.
(edit) @2360   18 years vboxsync Shut up gcc.
(edit) @2359   18 years vboxsync Fixed variable initialization.
(add) @2358   18 years vboxsync New VMDK code.
Note: See TracRevisionLog for help on using the revision log.

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