VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @6285   17 years vboxsync (C) 2008
(edit) @6173   17 years vboxsync Add rudimentary VHD support
(edit) @6156   17 years vboxsync implemented the ACPI sleep button
(edit) @6106   17 years vboxsync VBoxManage: Removed VBoxXML dependency.
(edit) @6103   17 years vboxsync VBoxManage: Temporarily disabled the settings update function (that is …
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5896   17 years vboxsync Show the install and uninstall commands only on Windows as no other …
(edit) @5895   17 years vboxsync Implement commands to load and unload the driver
(edit) @5789   17 years vboxsync VMINFO_MACHINEREADABLE regression?
(edit) @5788   17 years vboxsync Don't ignore unknown arguments.
(edit) @5771   17 years vboxsync Main, VBoxManage: add setting for webservice authentication library …
(edit) @5713   17 years vboxsync Added an maskedInterface property to the USB filters. It is used to …
(edit) @5615   17 years vboxsync EHCI: added -usbehci VBoxManage option
(edit) @5605   17 years vboxsync BIT => RT_BIT, BIT64 => RT_BIT_64. BIT() is defined in Linux 2.6.24
(edit) @5497   17 years vboxsync fixed 'VBoxManage convertdd stdin <size>' when size is not divisible by 1M
(edit) @5391   17 years vboxsync VBoxManage: Added "adoptstate <vm> <state_file>" to instruct the VM to …
(edit) @5292   17 years vboxsync API change to allow VM to be created with predefined UUID.
(edit) @5280   17 years vboxsync don't show 100% on failure but clearly indicate that something failed.
(edit) @5253   17 years vboxsync Added a -reset option to the vmstatistics command.
(edit) @5204   17 years vboxsync Added a vmstatistics command.
(edit) @5201   17 years vboxsync Fixed 'controlvm floppyattach'. The new code mirrors dvdattach. The …
(edit) @5172   17 years vboxsync Added modifyvm -biospxedebug on|off option.
(edit) @5150   17 years vboxsync implemented LogHistoryCount system property (Main+VBoxManage)
(edit) @5146   17 years vboxsync move the SVN revision stuff into separate files to omit recompilation …
(edit) @5130   17 years vboxsync compile fix
(edit) @5129   17 years vboxsync Added 'nicspeed' argument to 'vboxmanage modifyvm'. Also display …
(edit) @5107   17 years vboxsync getenv => RTEnvGet
(edit) @4797   17 years vboxsync Make the vrdp address output in VBoxManage showvminfo easier to read. …
(edit) @4779   17 years vboxsync First part of really machine readable output of VBoxManage. Tailored …
(edit) @4685   17 years vboxsync Sample number added for guest statistics
(edit) @4683   17 years vboxsync warnings
(edit) @4660   17 years vboxsync Cleanup
(edit) @4659   17 years vboxsync Allow static and runtime changes of memory balloon and stat interval …
(edit) @4658   17 years vboxsync Layout
(edit) @4657   17 years vboxsync Update
(edit) @4656   17 years vboxsync Display memory balloon and statistics interval settings
(edit) @4652   17 years vboxsync correction
(edit) @4651   17 years vboxsync cleanup
(edit) @4650   17 years vboxsync Update
(edit) @4649   17 years vboxsync showvminfo -statistics
(edit) @4372   17 years vboxsync Finally corrected the RTFileRead, RTFileReadAt, RTFileWrite and …
(edit) @4370   17 years vboxsync ULONG = ul if any prefix should be use.
(edit) @4324   17 years vboxsync Main: Improved serial port API (mostly spelling); FE/Qt: Improved …
(edit) @4288   17 years vboxsync vboxmanage: make -uartmode command line help logically correct.
(edit) @4286   17 years vboxsync vboxmanage: typo in command line help.
(edit) @4276   17 years vboxsync allow to set uart mode disconnected
(edit) @4274   17 years vboxsync last fix
(edit) @4269   17 years vboxsync implemented Main functionality for serial ports
(edit) @4127   17 years vboxsync Frontends: Don't pass DISPLAY=<NULL> to the VM process when there is …
(edit) @4095   17 years vboxsync VBoxManage: Show VDI size and description even if not accessible …
(edit) @4071   17 years vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @4064   17 years vboxsync Main/Frontends: Pass the value of the DISPLAY variable of the starting …
(edit) @3917   17 years vboxsync small fix
(edit) @3761   17 years vboxsync Main/Frontends: Cleaned up IFramebuffer interface.
(edit) @3730   17 years vboxsync Fix field used to determine svn revision. Implement VirtualBox -v, …
(edit) @3701   17 years vboxsync RT_OS_*, removed superflous logging macros in VBoxBFE
(edit) @3619   17 years vboxsync VBoxManage: When specifying the host DVD drive, also check the real …
(edit) @3576   17 years vboxsync Main: Beautified method/property names in COM interfaces.
(edit) @3496   17 years vboxsync I think this was intended
(edit) @3494   17 years vboxsync added support for serial ports to Main and VBoxManage
(edit) @3387   17 years vboxsync Main: com::GetVBoxUserHomeDirectory() now takes char * instead of …
(edit) @3231   17 years vboxsync Removed obsolete winmm audio option
(edit) @3186   17 years vboxsync Build: Cleaned up Main templates.
(edit) @3154   17 years vboxsync added monitorcount option
(edit) @3117   18 years vboxsync OSE is already stated by the version string
(edit) @3110   18 years vboxsync Added the display index parameter to the SetVideoModeHint (in the …
(edit) @3101   18 years vboxsync Fix VBoxManage convertdd SEGV crash on Linux if no further parameters …
(edit) @3094   18 years vboxsync clearly state if we are running the OSE version
(edit) @3077   18 years vboxsync added -nologo option to suppress the VirtualBox logo string
(edit) @2981   18 years vboxsync InnoTek -> innotek: all the headers and comments.
(edit) @2980   18 years vboxsync InnoTek -> innotek: actual code changes (headers follow).
(edit) @2976   18 years vboxsync Main: - XPCOM: Implemented storing compreg.data and xpti.data in the …
(edit) @2920   18 years vboxsync VBoxManage: 'modifyvm' and 'showvdiinfo' now understand images of any …
(edit) @2918   18 years vboxsync VBoxManage: 'registerimage' can now register images of any supproted …
(edit) @2772   18 years vboxsync Implement option to replace MBR code for raw partition VMDKs.
(edit) @2727   18 years vboxsync New option for creating VMDKs that refer to individual partitions …
(edit) @2704   18 years vboxsync Fix typo.
(edit) @2675   18 years vboxsync Raw disk VMDK image creation stuff.
(edit) @2643   18 years vboxsync Wrong printf format for time offset
(edit) @2602   18 years vboxsync preliminary system time offset implementation
(edit) @2601   18 years vboxsync show last state change timestamp
(edit) @2594   18 years vboxsync Fix syntax diagram typos.
(edit) @2567   18 years vboxsync Main & All Frontends: replaced the IGuestOSType IMachine::OSType …
(edit) @2519   18 years vboxsync added API for VRDP multi connection
(edit) @2478   18 years vboxsync [Mm]akefile -> Makefile.kmk
(edit) @2333   18 years vboxsync gcc-4.2 warnings
(edit) @1916   18 years vboxsync FE/VBoxManage: 'convertdd' accepts the special file stdin now to read …
(edit) @1567   18 years vboxsync darwin doesn't need VMM & REM any longer.
(edit) @1565   18 years vboxsync Split out the bulk of the VDI code from VBoxDD and put it in VBoxDDU …
(edit) @1551   18 years vboxsync Mac OS X audio support (only playback).
(edit) @1489   18 years vboxsync r=bird: added missing ().
(edit) @1475   18 years vboxsync enums are 32-bit according to the C standard
(edit) @1473   18 years vboxsync Main: XPCOM: Initial implementation of auto-startable "out-of-proc" …
(edit) @1431   18 years vboxsync Corrected indenting in VBoxManage
(edit) @1428   18 years vboxsync added convertdd functionality from vditool to VBoxManage (but no …
(edit) @1414   18 years vboxsync Added support for the shared clipboard parameters to VBoxManage
(edit) @1397   18 years vboxsync Use VBOX_VERSION_STRING when possible.
(edit) @1303   18 years vboxsync Fixed configuring the RDP server bind address.
(edit) @1299   18 years vboxsync Implement configuration option in VBoxManage for the interface the RDP …
(edit) @1259   18 years vboxsync show description
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