VirtualBox

source: vbox/trunk/src/VBox/Devices/Storage/VBoxHDD-new.cpp

Revision Log Mode:


Legend:

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