VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13964   16 years vboxsync Added new accelerate3d option.
(edit) @13956   16 years vboxsync Main, FE/Qt: Added support for safe arrays of enums.
(edit) @13950   16 years vboxsync Main: Removed redundant suffixes from DataType, DataFlags and …
(edit) @13908   16 years vboxsync Fixed include order, a bunch of GCC 3.3 warnings, OS/2 build.
(edit) @13855   16 years vboxsync VBoxManage/Makefile: Use $(if-expr ) instead of $(int-* ) here to make …
(edit) @13851   16 years vboxsync Main: fix win burns
(edit) @13850   16 years vboxsync Main: fix win burns
(edit) @13849   16 years vboxsync prevent kmk warning
(edit) @13848   16 years vboxsync Main: fix win burns
(edit) @13844   16 years vboxsync Main: Added a describeProperty method for querying config …
(edit) @13842   16 years vboxsync It's RTuuid not Ruuid.
(edit) @13838   16 years vboxsync Some more %V* -> %R* changes while at it.
(edit) @13837   16 years vboxsync s/%Vr\([acfs]\)/%Rr\1/g - since I'm upsetting everyone anyway, better …
(edit) @13835   16 years vboxsync s/VBOX_SUCCESS/RT_SUCCESS/g s/VBOX_FAILURE/RT_FAILURE/g - VBOX_SUCCESS …
(edit) @13692   16 years vboxsync cosmetical fix
(edit) @13587   16 years vboxsync Frontends/VBoxManage: fix the non-machinereadable VRDP stats too.
(edit) @13580   16 years vboxsync Ported s2 branch (r37120:38456).
(edit) @13550   16 years vboxsync Frontends/VBoxManage: fix division by zero in machine readable showvminfo.
(edit) @13294   16 years vboxsync FE/VBoxManage: clean up an error handler
(edit) @13221   16 years vboxsync Enabled VPID (VT-x tagged TLB); default off - Added machine & machine …
(edit) @13082   16 years vboxsync PerfAPI: Backward compatibility broken. setup, enable, disable and …
(edit) @12776   16 years vboxsync fixed Linux builds
(edit) @12775   16 years vboxsync Added simple 'convertdisk' command.
(edit) @12668   16 years vboxsync PerfAPI: Added setupMetricsEx(), enableMetricsEx() and …
(edit) @12607   16 years vboxsync nit picking.
(edit) @12605   16 years vboxsync PerfAPI: VBoxManage ignoring ctrl-c issue fixed.
(edit) @12599   16 years vboxsync r=bird: VBoxManage: Variables modified by asynchronous callbacks …
(edit) @12596   16 years vboxsync Fix for non-windows builds.
(edit) @12594   16 years vboxsync PerfAPI: Fixed lingering VBoxSVC after interrupting VBoxManage with …
(edit) @12448   16 years vboxsync Typo (bug #2215).
(edit) @12258   16 years vboxsync Frontends/Makefiles: Converted VirtualBox 3 & 4 into sub-makefiles, …
(edit) @12202   16 years vboxsync VBoxManage: fixed handling of `VBoxManage snapshot machine_uuid …
(edit) @12170   16 years vboxsync Makefiles: VBOX_KBUILD_HACKING -> VBOX_SINGLE_MAKEFILE
(edit) @12126   16 years vboxsync Drop existing RDP connection and allow the new client to connect, …
(edit) @12057   16 years vboxsync VBoxManage: fix for uninitialized defaults for setup params
(edit) @12055   16 years vboxsync wording
(edit) @12053   16 years vboxsync VBoxManage metrics minor fixes + doc updates
(edit) @12051   16 years vboxsync VBoxManage metrics re-worked
(edit) @12025   16 years vboxsync Windows build fix
(edit) @12024   16 years vboxsync 'VBoxManage metrics collect' command
(edit) @11822   16 years vboxsync IPRT: RTR3Init cleanup.
(edit) @11820   16 years vboxsync made Qt4 the default GUI; VBOX_VRDP => VBOX_WITH_VRDP; VBOX_HGCM => …
(edit) @11765   16 years vboxsync VBoxManage: cosmetics
(edit) @11703   16 years vboxsync Documentation: implement VBOX_ONLY_DOCS
(edit) @11583   16 years vboxsync PerfAPI: New attribute PerformanceMetric::description
(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) @11402   16 years vboxsync Changed "VBoxManage metrics" help to be a bit more in the same style …
(edit) @11384   16 years vboxsync VBoxManage metrics command (second attempt)
(edit) @11379   16 years vboxsync Rolled back r34628 changes.
(edit) @11378   16 years vboxsync PerfAPI: VBoxManage metrics command implementation. Removed an …
(edit) @11353   16 years vboxsync VBoxHDD-new: add new UUID parameter to image creation, specifying …
(edit) @11345   16 years vboxsync workaround for buggy gcc-4.3 compilers, for example included in openSUSE11
(edit) @11260   16 years vboxsync FE/VBoxManage: add number of online CPUs to "list hostinfo"
(edit) @11139   16 years vboxsync FE/VBoxManage: fix incorrect error msg.
(edit) @11138   16 years vboxsync FE/VBoxManage: use proper return value for converttoraw command.
(edit) @11136   16 years vboxsync Raw disk: Accept fixed and removable media, but still no floppy drives.
(edit) @11131   16 years vboxsync Improve error handling/diagnostics for raw disk vmdk creation.
(edit) @11113   16 years vboxsync FE/VBoxManage: open an existing session if the VM is running
(edit) @11110   16 years vboxsync FE/VBoxManage: fix guest property enumeration
(edit) @11105   16 years vboxsync FE/VBoxManage, Additions/VBoxControl: guestproperty set with flags but …
(edit) @11097   16 years vboxsync FE/VBoxManage: handle guestproperty set with no value correctly
(edit) @11088   16 years vboxsync FE/VBoxManage: we need a mutable machine session to get and enumerate …
(edit) @11079   16 years vboxsync FE/VBoxManage: we need a mutable machine session to set properties
(edit) @11066   16 years vboxsync VBoxManage: Implement converting arbitrary image formats supported by …
(edit) @11042   16 years vboxsync FE/VBoxManage: added guest property enumeration
(edit) @11033   16 years vboxsync FE/VBoxManage: fix the burns from r33921
(edit) @11031   16 years vboxsync FE/VBoxManage: moved the guest properties parts to a new file
(edit) @10896   16 years vboxsync Main & VBoxManage: Made HostNetworkInterface, IHost::networkInterfaces …
(edit) @10826   16 years vboxsync Frontends/VBoxManage: switched VBoxManage to use the new guest …
(edit) @10797   16 years vboxsync Guest properties: initial commit of new interface
(edit) @10715   16 years vboxsync Merge async I/O for VMDK backend from private branch
(edit) @10693   16 years vboxsync Added setting for nested paging (default on).
(edit) @10427   16 years vboxsync This needs to be adjusted as well of course..
(edit) @10412   16 years vboxsync Implement new VBoxManage list hostinfo command.
(edit) @10396   16 years vboxsync New VBoxManage modifyvm switch for selecting PIIX3/4 IDE controller.
(edit) @10220   16 years vboxsync Frontends/VBoxManage: reverted r32673, which was wrong, and added …
(edit) @10178   16 years vboxsync r=bird: Why convert argv?
(edit) @10147   16 years vboxsync Frontends/VBoxManage: make the guest property functions utf8-safe
(edit) @10058   16 years vboxsync VBOX_KBUILD_HACKING.
(edit) @10002   16 years vboxsync Make dynamic image default for VBoxManage convertdd, and just …
(edit) @10000   16 years vboxsync Pure naming change for the guest property store stuff. Functionality …
(edit) @9975   16 years vboxsync Fix incorrect 63 sector minimum logical partition start offset. Also …
(edit) @9891   16 years vboxsync Print error msg containing the detected raw disk size if it's not …
(edit) @9884   16 years vboxsync Frontends/VBoxManage: add a VBoxManage interface to the guest/host …
(edit) @9856   16 years vboxsync Make Solaris raw disks (the unbuffered ones which are char devices) …
(edit) @9551   16 years vboxsync Fix for spaces in shared folder names.
(edit) @9493   17 years vboxsync warnings
(edit) @9103   17 years vboxsync Remove obsolete OSE conditionals.
(edit) @9090   17 years vboxsync VBoxManage: OSE fix
(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) @8995   17 years vboxsync 64-bit build fix for VBoxInternalManage.cpp
(edit) @8982   17 years vboxsync Documentation correction.
(edit) @8969   17 years vboxsync Disk size ioctl fix for createrawvmdk.
(edit) @8835   17 years vboxsync Implement getting the block device size on Solaris in creating raw …
(edit) @8812   17 years vboxsync Build fix for OSX.
(edit) @8811   17 years vboxsync Improve raw vmdk disk size detection on Linux, implement disk size …
(edit) @8760   17 years vboxsync PATH_KBUILD -> KBUILD_PATH.
(edit) @8691   17 years vboxsync warning
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