VirtualBox

source: vbox/trunk/src/VBox/Frontends/VBoxManage

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @18759   16 years vboxsync VBoxManage/disk: todo for moving generic bool value parser to getopt
(edit) @18754   16 years vboxsync Frontends/VBoxManage: redo import command line parsing, using double …
(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) @18623   16 years vboxsync OVF: add support for writing OVF 0.9 instead of 1.0 and make it the …
(edit) @18591   16 years vboxsync E1000: Added support for 82545EM (MT Server)
(edit) @18566   16 years vboxsync Storage/API/VBoxManage/...: add maximum size check to prevent creation …
(edit) @18516   16 years vboxsync VBoxManage: uninitialized variable
(edit) @18491   16 years vboxsync VBoxInternalManage: pointer diff -> unsigned warning (hope gcc likes …
(edit) @18490   16 years vboxsync VBoxManageImport.cpp: format type fix.
(edit) @18489   16 years vboxsync VBoxManageImport.cpp: two size_t
(edit) @18466   16 years vboxsync VBoxManageList.cpp: fixed gcc warning caused by the funny way enums …
(edit) @18406   16 years vboxsync Main: add IProgress::GetTimeRemaining()
(edit) @18403   16 years vboxsync Frontends/VBoxManage: update help to show only the relevant format variants
(edit) @18396   16 years vboxsync VBoxManage: add hidden --detailed-progress option for import to debug …
(edit) @18388   16 years vboxsync API/HardDisk: merge the functionality of cloneTo and flattenTo, and …
(edit) @18337   16 years vboxsync OVF: have vboxmanage show ovf descriptions too
(edit) @18323   16 years vboxsync DHCP server/win: make it work again; NetFlt,Adp/win: IDC init polling
(edit) @18270   16 years vboxsync fix windows burn
(edit) @18227   16 years vboxsync debugging leftover
(edit) @18223   16 years vboxsync OVF: implement EULAs in VBoxManage.
(edit) @18214   16 years vboxsync OVF: added AddDescription; return the created VirtualSystemDescription …
(edit) @18180   16 years vboxsync VBoxManage/modifyhd: eliminate all user-visible references to the …
(edit) @18177   16 years vboxsync Main: turn read/write param in OpenHardDisk into an enum
(edit) @18164   16 years vboxsync VBoxManage/raw partitions: comments
(edit) @18162   16 years vboxsync Main: add read/write param to OpenHardDisk to allow for opening disk …
(edit) @18113   16 years vboxsync don't spam the release log if Guest::GetStatistic() fails
(edit) @18108   16 years vboxsync VBoxManage: clean up various places which use RTGetOpt, fix error …
(edit) @18072   16 years vboxsync VBoxManage: defines consistency for dhcpserver and hostonlyif commands
(edit) @18069   16 years vboxsync VBoxManage: reformat command-line help to fit into 80 characters per line
(edit) @18035   16 years vboxsync Frontend/VBoxManage: help file fix, --variant takes a list of …
(edit) @18023   16 years vboxsync Dhcp->DHCP
(edit) @18017   16 years vboxsync VBoxManageHostOnly: coding style, fix warnings
(edit) @18011   16 years vboxsync VBoxManageDhcp: allow VBoxManage modify -disable / -enable without …
(edit) @17980   16 years vboxsync Frontend/VBoxManage: fix a bunch of silly bugs creeping into command …
(edit) @17979   16 years vboxsync VBoxManage:dhcp help fix
(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) @17945   16 years vboxsync VBoxManage list fix for non-windows platforms.
(edit) @17939   16 years vboxsync VBoxManage: Make it possible to specify the SCSI controller type
(edit) @17894   16 years vboxsync VBoxManage: dhcp settings list fix
(edit) @17892   16 years vboxsync export to OSE
(edit) @17888   16 years vboxsync dhcp settings fixes
(edit) @17886   16 years vboxsync VBoxManage: dhcp settings help + list impl
(edit) @17882   16 years vboxsync VBoxManage: dhcp cfg basics, neither list nor help yet
(edit) @17843   16 years vboxsync VBoxManage hostonly-related fixes.
(edit) @17836   16 years vboxsync API/HardDisk, Storage/VBoxHDD: use image variant, and to implement …
(edit) @17827   16 years vboxsync OVF: move warnings from IVirtualSystem to IAppliance; fix error …
(edit) @17825   16 years vboxsync API/HardDIsk: introduce parameter for specifying the image variant to …
(edit) @17816   16 years vboxsync Fix a long standing bug where incrementing the index counter was lost.
(edit) @17759   16 years vboxsync Main/NetIf: IPv4 properties changed from ULONG to wstring, VBoxManage fixes
(edit) @17755   16 years vboxsync Main, OVF: add output IStorageController to …
(edit) @17753   16 years vboxsync Frontends/VBoxManage: when adding iSCSI disks include the LUN in the …
(edit) @17739   16 years vboxsync Reduce scope of iteration indices. Convert some commented collection …
(edit) @17737   16 years vboxsync Main: rename IVirtualBox::machines2[] to machines[]
(edit) @17713   16 years vboxsync NetIf/win: dhcp enabled property implementation
(edit) @17684   16 years vboxsync #3551: “Main: Replace remaining collections with safe arrays” Replaced …
(edit) @17680   16 years vboxsync VBoxManage hostonlyif help update
(edit) @17679   16 years vboxsync Main/Hostonly: not specify name on Create
(edit) @17669   16 years vboxsync Main: Rework storage controller handling to allow an arbitrary number …
(edit) @17654   16 years vboxsync VBoxManage: Print "normal (base)" for root hard disks and "normal …
(edit) @17613   16 years vboxsync IHostNetworkInterface:: BSTR IPV6NetworkMask -> ULONG …
(edit) @17553   16 years vboxsync #3551: “Main: Replace remaining collections with safe arrays” Replaced …
(edit) @17549   16 years vboxsync VBoxManage: hostonlyif help
(edit) @17488   16 years vboxsync VBoxManageHostonly.cpp: properties.
(edit) @17419   16 years vboxsync VBoxManage interface to hostonly if basis
(edit) @17402   16 years vboxsync VBoxManage: Added 'modify hd autoreset on|off' to alter the auto reset …
(edit) @17394   16 years vboxsync #3551: “Main: Replace remaining collections with safe arrays” Convert …
(edit) @17387   16 years vboxsync Main: net if API fixes
(edit) @17382   16 years vboxsync small OSE fix
(edit) @17361   16 years vboxsync OVF: stop on errors during vboxmanage export
(edit) @17336   16 years vboxsync #3551: “Main: Replace remaining collections with safe arrays” …
(edit) @17333   16 years vboxsync Main: setIpConfig API, notimpl yet
(edit) @17323   16 years vboxsync VBoxManage: additional hostif->bridged, hostonly fixes for windows
(edit) @17322   16 years vboxsync VBoxManage: hostif->bridged, hostonly fixes for windows
(edit) @17311   16 years vboxsync fix vboxmanage list foo
(edit) @17309   16 years vboxsync Main: IHostNetworkInterfaceIpConfig added
(edit) @17291   16 years vboxsync OVF: rename config array items to have them make sense on export as well.
(edit) @17287   16 years vboxsync OVF: more export implementation.
(edit) @17281   16 years vboxsync fix burns
(edit) @17275   16 years vboxsync networking API renaming
(edit) @17260   16 years vboxsync #3551: “Main: Replace remaining collections with safe arrays” Replace …
(edit) @17255   16 years vboxsync #3551: “Main: Replace remaining collections with safe arrays” Replaced …
(edit) @17238   16 years vboxsync 3551: “Main: Replace remaining collections with safe arrays” Converted …
(edit) @17218   16 years vboxsync Revert r43495 because everything locks forever.
(edit) @17200   16 years vboxsync #3551: “Main: Replace remaining collections with safe arrays” Take …
(edit) @17193   16 years vboxsync Revert r43482 which used a linux specific way to iterate over DVD drives.
(edit) @17192   16 years vboxsync #3551: “Main: Replace remaining collections with safe arrays” …
(edit) @17104   16 years vboxsync VBoxManage: split USB into separate file
(edit) @17103   16 years vboxsync VBoxManage: split help into separate file
(edit) @17102   16 years vboxsync VBoxManage: split snapshot into separate file
(edit) @17098   16 years vboxsync VBoxManage: new export command line parsing
(edit) @17091   16 years vboxsync RTGetOpt interface changes.
(edit) @17090   16 years vboxsync VBoxManage: make 'list runningvms' act like 'list vms'
(edit) @17081   16 years vboxsync Manual: document new VBoxManage behavior.
(edit) @17079   16 years vboxsync IPRT: make RTGetOpt accept non-'--' parameters; use RTGetOpt for …
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