VirtualBox

source: vbox/trunk/src/VBox/Frontends/VBoxManage/VBoxManageDisk.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @28888   15 years vboxsync Main/Medium: new stub medium type "Shareable", plus assorted frontend …
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28205   15 years vboxsync Main/VirtualBoxCallback: rename OnSnapshotDiscard to OnSnapshotDeleted …
(edit) @26917   15 years vboxsync Storage/iSCSI: implement automatically setting InitiatorName and ISID …
(edit) @26753   15 years vboxsync Main: Bstr makeover (third attempt) -- make Bstr(NULL) and Bstr() …
(edit) @26603   15 years vboxsync Main: back out r57775
(edit) @26587   15 years vboxsync Main: Bstr makeover (second attempt) -- make Bstr(NULL) and Bstr() …
(edit) @26553   15 years vboxsync Main: backing out r57728 + r57730 which burn on windows
(edit) @26550   15 years vboxsync Main: Bstr makeover -- make Bstr(NULL) and Bstr() behave the same; …
(edit) @26517   15 years vboxsync *: RTGetOpt cleanup related to --help and --version (now standard …
(edit) @26163   15 years vboxsync PDM: s/pUsbReg/pReg/g (2nd try, backed out r57176)
(edit) @25149   15 years vboxsync Main: cleanup: remove all CheckComRC* macros (no functional change)
(edit) @25108   15 years vboxsync Frontends/VBoxManage: the iSCSI backend doesn't support comments
(edit) @24998   15 years vboxsync VBoxManage: fix shadow warnings
(edit) @24884   15 years vboxsync Documentation+Frontends/VBoxManage: update documentation to reflect …
(edit) @24590   15 years vboxsync VBoxManageDisk.cpp: Wrong syntax diagram for convertfromraw if given …
(edit) @24258   15 years vboxsync Main: new method Medium::RefreshState() which refreshes medium state; …
(edit) @24184   15 years vboxsync VBoxManage createhd: append the proper extension to the filename …
(edit) @23973   15 years vboxsync *,RTFileOpen: Fixing RTFileOpen flag misdesign: The deny, access and …
(edit) @23223   15 years vboxsync API: big medium handling change and lots of assorted other cleanups …
(edit) @22173   15 years vboxsync Main: the big XML settings rework. Move XML reading/writing out of …
(edit) @21806   15 years vboxsync Storage/VBoxHDD: resurrect the facility to dump information about disk …
(edit) @21038   15 years vboxsync 2nd part of build fix
(edit) @21037   15 years vboxsync build fix, VC++ is more strict than g++ here
(edit) @21032   15 years vboxsync Frontends/VBoxManage: client code for cloning to existing image, plus …
(edit) @20928   15 years vboxsync API/others: Renamed IConsole::discardSavedState to …
(edit) @20842   15 years vboxsync API and Frontends: change IVirtualBox::openHardDisk to allow modifying …
(edit) @20221   16 years vboxsync VBoxManage: IProgess::GetResultCode() gcc warnings
(edit) @19239   16 years vboxsync Main: support for using VBox from Python on Windows (still certain …
(edit) @19172   16 years vboxsync VBoxHDD/compact: better error handling
(edit) @19037   16 years vboxsync VBoxManage/modifyhd: implement compacting hard disks, printing an …
(edit) @19026   16 years vboxsync VBoxManage/showhdinfo: avoid problems with RTGetOpt
(edit) @18901   16 years vboxsync VBoxManage: fix the relative path name hack, it issued bogus errors …
(edit) @18836   16 years vboxsync VBoxManage/addiscsidisk: beautify the location string a bit when no …
(edit) @18814   16 years vboxsync Frontends/VBoxManage: when opening media try it with the client's idea …
(edit) @18759   16 years vboxsync VBoxManage/disk: todo for moving generic bool value parser to getopt
(edit) @18709   16 years vboxsync VBoxManage: dummy entry in array needed to make MSC happy (empty array …
(edit) @18703   16 years vboxsync VBoxManage: convert all disk-related subcommands to double-dash …
(edit) @18624   16 years vboxsync VBoxManage: don't crash on VBoxManage createhd --help
(edit) @18566   16 years vboxsync Storage/API/VBoxManage/...: add maximum size check to prevent creation …
(edit) @18388   16 years vboxsync API/HardDisk: merge the functionality of cloneTo and flattenTo, and …
(edit) @18177   16 years vboxsync Main: turn read/write param in OpenHardDisk into an enum
(edit) @18162   16 years vboxsync Main: add read/write param to OpenHardDisk to allow for opening disk …
(edit) @18108   16 years vboxsync VBoxManage: clean up various places which use RTGetOpt, fix error …
(edit) @17980   16 years vboxsync Frontend/VBoxManage: fix a bunch of silly bugs creeping into command …
(edit) @17978   16 years vboxsync compile fix
(edit) @17977   16 years vboxsync compile fix
(edit) @17976   16 years vboxsync compile fix
(edit) @17975   16 years vboxsync compile fix
(edit) @17970   16 years vboxsync API/HardDisk, Storage/VBoxHDD, Frontend/VBoxManage: eliminated base …
(edit) @17825   16 years vboxsync API/HardDIsk: introduce parameter for specifying the image variant to …
(edit) @17753   16 years vboxsync Frontends/VBoxManage: when adding iSCSI disks include the LUN in the …
(edit) @17654   16 years vboxsync VBoxManage: Print "normal (base)" for root hard disks and "normal …
(edit) @17402   16 years vboxsync VBoxManage: Added 'modify hd autoreset on|off' to alter the auto reset …
(edit) @16873   16 years vboxsync Storage/VBoxHDD: eliminate the obsolete "-new" part of the name.
(edit) @16867   16 years vboxsync Main: rename IHardDiskImage2 to IHardDiskImage; rename IFloppyImage2 …
(edit) @16853   16 years vboxsync Main: rename IDVDImage2 to IDVDImage
(edit) @16530   16 years vboxsync Main: rework error macros everywhere; make error messages much more …
(edit) @16150   16 years vboxsync Documentation: shrinking images is not implemented. Put in Known Issues.
(edit) @16052   16 years vboxsync FE/VBoxManage: Don't hold COM objects past XPCOM shutdown; pack all …
(edit) @15693   16 years vboxsync VBoxManage converttoraw: forgotten default format
(edit) @15692   16 years vboxsync VBoxManage/convertfromraw: forgotten parameter checking and default …
(edit) @15602   16 years vboxsync VBoxManage: move converthd back to internalcommands, and a few minor …
(edit) @15567   16 years vboxsync Frontends/VBoxManage: fix argv passing bug for clonevd, causing the …
(edit) @15557   16 years vboxsync VBoxManage: Bstr doesn't actually support operator+ (it passed …
(edit) @15556   16 years vboxsync Main, VBoxManage: Implemented IHardDisk2::cloneTo(). Resurrected …
(edit) @15529   16 years vboxsync Storage/VBoxHDD-new: implement UUID handling in VDCreate. Remove very …
(edit) @15516   16 years vboxsync Check for NULL if we mean NULL. Empty strings are valid.
(edit) @15514   16 years vboxsync VBoxManage: get rid of annoying error message when trying to set a …
(copy) @15492   16 years vboxsync VBoxManage: split off various disk handling commands.
copied from trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp
(edit) @15489   16 years vboxsync VBoxManage: document VHD as supported format in the usage output.
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