VirtualBox

source: vbox/trunk/src/VBox/Main

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1720   18 years vboxsync fix/workaround for #1873
(edit) @1714   18 years vboxsync GCC warning.
(edit) @1713   18 years vboxsync GCC warning.
(edit) @1711   18 years vboxsync HGCM cleanup.
(edit) @1686   18 years vboxsync warning
(edit) @1685   18 years vboxsync warning
(edit) @1683   18 years vboxsync Remove unused variables.
(edit) @1682   18 years vboxsync A try to fix the Linux build.
(edit) @1681   18 years vboxsync Implemented HGCM save/load state
(edit) @1641   18 years vboxsync warnings.
(edit) @1596   18 years vboxsync removed debugging aid
(edit) @1577   18 years vboxsync Do not access already completed message in HGCM.
(edit) @1565   18 years vboxsync Split out the bulk of the VDI code from VBoxDD and put it in VBoxDDU …
(edit) @1553   18 years vboxsync Main: More meaningful assertions.
(edit) @1551   18 years vboxsync Mac OS X audio support (only playback).
(edit) @1498   18 years vboxsync hrm.
(edit) @1496   18 years vboxsync Fixed VBoxC install bustage from previous change and added some …
(edit) @1493   18 years vboxsync Made VBoxSVCM link on darwin and put the component/ files directly …
(edit) @1491   18 years vboxsync Flush the config file before closing it to try prevent data loss on …
(edit) @1490   18 years vboxsync Flush the config file before closing it to try prevent data loss on …
(edit) @1474   18 years vboxsync build fix
(edit) @1471   18 years vboxsync Main: XPCOM: Initial implementation of auto-startable "out-of-proc" …
(edit) @1441   18 years vboxsync Updated the new command line syntax
(edit) @1439   18 years vboxsync Worked around a problem with Windows splitting process arguments by spaces
(edit) @1432   18 years vboxsync Made Main start new VMs using the command line "-startvm <VM name> <UUID>"
(edit) @1400   18 years vboxsync warning
(edit) @1399   18 years vboxsync warning
(edit) @1398   18 years vboxsync warning
(edit) @1397   18 years vboxsync Use VBOX_VERSION_STRING when possible.
(edit) @1386   18 years vboxsync Compile fix.
(edit) @1385   18 years vboxsync Implemented hgcmReset. Removed more obsolete code.
(edit) @1349   18 years vboxsync Ported VRDP to darwin. Also modified the VBOXMAINEXE/VBOXMAIN …
(edit) @1344   18 years vboxsync Disabled obsolete code in HGCM, added logging.
(edit) @1302   18 years vboxsync Fixed default for RDP server bind address.
(edit) @1301   18 years vboxsync Disabled obsolete code in HGCM
(edit) @1276   18 years vboxsync Main: Fixed: A saved state file for a newly created machine was …
(edit) @1218   18 years vboxsync Implemented binding the RDP server to a specific interface.
(edit) @1217   18 years vboxsync Cleaned up EOL style.
(edit) @1170   18 years vboxsync Main: Removed useless attempt.
(edit) @1169   18 years vboxsync Main: Attempted to let the RunAs dialog bring itself to foreground.
(edit) @1168   18 years vboxsync Main: Fixed: The Snapshot ID was not reset on a normal hard disk …
(edit) @1167   18 years vboxsync the webservice stuff isn't ready yet
(edit) @1142   18 years vboxsync First step towards a webservices API.
(edit) @1139   18 years vboxsync Fixed a typo.
(edit) @1135   18 years vboxsync Main: Win32: Don't show the RunAs dialog during network interface …
(edit) @1128   18 years vboxsync Main/CFGLDR: Fixed: Don't delete DOM objects with |delete| but always …
(edit) @1080   18 years vboxsync - Support for save and restore added for shared folders. - Object type …
(edit) @1077   18 years vboxsync Main: Added new IMachine attributes: description, sessionType and …
(edit) @1071   18 years vboxsync fix Vista crash if sound is enabled; made audio LogRel consistent; …
(edit) @1041   18 years vboxsync make sure output directory exists
(edit) @1015   18 years vboxsync Storage/Main/GUI: Implemented preliminary support of VMDK images …
(edit) @994   18 years vboxsync NO_COMPILER_H -> VBOX_WITHOUT_LINUX_COMPILER_H
(edit) @977   18 years vboxsync Main: Fixed: Unable to create a shared folder pointing to the root (/) …
(edit) @975   18 years vboxsync enable Vista privilege elevation
(edit) @972   18 years vboxsync Vista requires at least 512MB RAM.
(edit) @961   18 years vboxsync do not talk about 'remote sessions', it's confusing
(edit) @960   18 years vboxsync Darwin hacking.
(edit) @953   18 years vboxsync Main: Prototyped IVMDKImage.
(edit) @923   18 years vboxsync Made VBox compile on Linux systems without /usr/include/linux/compiler.h
(edit) @922   18 years vboxsync allow up to 128MB VRAM
(edit) @911   18 years vboxsync Main: Fixed an assertion hit when opening the VDM dialog from the …
(edit) @910   18 years vboxsync Compile fix
(edit) @909   18 years vboxsync Put load/save state code in the wrong handler.
(edit) @906   18 years vboxsync Save and load state notifications for HGCM host services added.
(edit) @903   18 years vboxsync Main: Fixed a stupud bug.
(edit) @902   18 years vboxsync Main: Restored r18598 + fixes (don't call OnStateChange on new …
(edit) @887   18 years vboxsync Backed out rev. 18598
(edit) @886   18 years vboxsync Main: Implemented sending essential notifications (such as the current …
(edit) @833   18 years vboxsync Main: Minor message correction.
(edit) @826   18 years vboxsync adapted copyright statement
(edit) @815   18 years vboxsync Main: - Return E_NOTIMPL for global USB filters and all other stuff …
(edit) @807   18 years vboxsync fixed error output
(edit) @783   18 years vboxsync Fixed deadlock in RegisterExternalFramebuffer
(edit) @782   18 years vboxsync Hack to prevent a deadlock between powerdown and EMT.
(edit) @781   18 years vboxsync Fixed deadlock in SetupInternalFramebuffer
(edit) @779   18 years vboxsync FE/Qt: Fixed the "Failed to access USB controller" message box: Added …
(edit) @776   18 years vboxsync warning
(edit) @774   18 years vboxsync A new console callback must be informed about the current state.
(edit) @749   18 years vboxsync Main: Fixed: Don't try to delete the image file of a differencing VDI …
(edit) @709   18 years vboxsync Updated logrels related to VRDPAUTH
(edit) @705   18 years vboxsync be less verbose
(edit) @685   18 years vboxsync _WIN32_WINNT=0x0510
(edit) @678   18 years vboxsync WIN32 -> WIN.
(edit) @636   18 years vboxsync oops.
(edit) @632   18 years vboxsync adjust the dates.
(edit) @630   18 years vboxsync assert type size assumptions.
(edit) @628   18 years vboxsync Implement log flag usecrlf, which translates LF line ending to CR/LF. …
(edit) @607   18 years vboxsync adjusted dates
(edit) @606   18 years vboxsync Initial darwin port. (Not tested on linux yet.)
(edit) @514   18 years vboxsync Main: Fixed the assertion unexpectedly popping up when creating a …
(edit) @470   18 years vboxsync Main/Frontends: Changed all interface attributes and method parameters …
(edit) @469   18 years vboxsync Main/XIDL: Added support for the @mod attribute (with 'ptr' the only …
(edit) @447   18 years vboxsync Support 'VBoxInternal/Value' overlays.
(edit) @444   18 years vboxsync Exposed the TMVirtualSet/GetWarpDrive API in the IMachineDebugger …
(edit) @441   18 years vboxsync FE/Qt: Disabled VRDP UI when IMachine::VRDPServer is not available …
(edit) @437   18 years vboxsync Main: Fixed compiler warnings.
(edit) @436   18 years vboxsync Main: Added USBDevice to the DeviceType enum to provide USB device …
(edit) @431   18 years vboxsync Log the video mode hint only when it is actually delivered to the guest.
(edit) @422   18 years vboxsync Assertion details.
(edit) @412   18 years vboxsync Reset the update event in proper place (similar to r17824, r17825).
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