VirtualBox

source: vbox/trunk/src/VBox/Main

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @81393   5 years vboxsync Main/MachineImplMoveVM: many cleanups including removal of unused code
(edit) @81369   5 years vboxsync *: doxygen fixes
(edit) @81362   5 years vboxsync scm fix.
(edit) @81361   5 years vboxsync bugref:8345. replace wrong usage Utf8Str::contains() by RTPathStartsWith().
(edit) @81355   5 years vboxsync Main/PCIRawDev: adjust
(edit) @81354   5 years vboxsync Main/PCIRawDev: small header file cleanup
(edit) @81345   5 years vboxsync Shared Clipboard/Transfers: Apply file transfers mode on VM start in Main.
(edit) @81305   5 years vboxsync Main/HostImpl: Updated CPU features with nested VT-x conditions. …
(edit) @81299   5 years vboxsync Main/Machine+BIOSSettings: simplify NVRAM handling, do everything in …
(edit) @81286   5 years vboxsync Shared Clipboard/Transfers: Added …
(edit) @81246   5 years vboxsync Main: keyboard HID usage ID is 16-bit.
(edit) @81222   5 years vboxsync Main/BIOSSettings: fix NVRAM file querying
(edit) @81190   5 years vboxsync OCI: OCILaunchForm - allow selection of VCN and Subnet compartments.
(edit) @81141   5 years vboxsync IPRT/system: RTSYSFWPROP -> RTSYSFWBOOL.
(edit) @81137   5 years vboxsync IPRT/RTSystem*Firmware: Simplified the interface and made it follow …
(edit) @81131   5 years vboxsync Main/glue: Log the host's firmware type (and Secure Boot state, if …
(edit) @81119   5 years vboxsync bugref:9527. Added global weak reference of VirtualBox into ExtPack.
(edit) @81103   5 years vboxsync scm fix.
(edit) @81087   5 years vboxsync Main/Machine+BIOSSettings: bare bones NVRAM logic, many parts missing …
(edit) @81084   5 years vboxsync bugref:9555. Added ability to create an instance from a boot volume.
(edit) @80875   5 years vboxsync Main/GuestSessionImpl.cpp: Removed most of the AutoCaller instances …
(edit) @80873   5 years vboxsync Main/GuestSessionImpl.cpp: Keep returning E_INVALIDARG for …
(edit) @80872   5 years vboxsync Devices/Graphics,Main,include: remove obsolete Chromium code. bugref:9529
(edit) @80870   5 years vboxsync VBoxProxyStub: avoid more assertions if a non-admin tries updating the …
(edit) @80869   5 years vboxsync Main/apiwrap-server.xsl: spell out why the error object is explicitly …
(edit) @80862   5 years vboxsync Shared Clipboard/URI: File renaming: *-uri* -> *-transfers*.
(edit) @80853   5 years vboxsync Main/HostNetworkInterfaceImpl: Use BstrFmt.
(edit) @80851   5 years vboxsync Main/glue: Implement BstrFmt and BstrFmtVA using the printfV method …
(edit) @80850   5 years vboxsync Main/glue: Moved the implementation of cleanup and copyFrom out of the …
(edit) @80849   5 years vboxsync Shared Clipboard/URI: Renamed VBOX_WITH_SHARED_CLIPBOARD_URI_LIST -> …
(edit) @80847   5 years vboxsync Shared Clipboard/URI: More renaming to make code base more uniform.
(edit) @80845   5 years vboxsync Shared Clipboard/URI: More code for transfer channel handling.
(edit) @80838   5 years vboxsync Main/glue: Added an erase method identical to the one in RTCString.
(edit) @80836   5 years vboxsync Main/glue: Added all the append methods that RTCString have and then some.
(edit) @80835   5 years vboxsync Main/glue: Added bstr testcase and fixed printf bugs. Introduced jolt, …
(edit) @80833   5 years vboxsync GuestSessionTask::fileCopyToGuest: More review comments. bugref:9320
(edit) @80828   5 years vboxsync Main/Guest*: Create enviornment blocks with …
(edit) @80826   5 years vboxsync Main: bugref:9341: Fixed doxygen issues
(edit) @80824   5 years vboxsync Main: bugref:9341: The "environment" parameter in the …
(edit) @80797   5 years vboxsync Main/Host: adapt condition for nested virtualization, including VT-x …
(edit) @80793   5 years vboxsync Bstr: Added printf, printfNoThrow, printfV and printfVNoThrow methods …
(edit) @80790   5 years vboxsync Main/glue/xpcom/helpers.cpp: Fixed and re-enabled the …
(edit) @80788   5 years vboxsync Main/ClientToken.cpp,ClientTokenHolder.cpp: Fixed the SDDL tweak that …
(edit) @80787   5 years vboxsync Main/MachineImpl.cpp: strSessionName can be empty if we failed to …
(edit) @80781   5 years vboxsync VirtualBox.xidl: Updated the IVirtualBox::APIRevision documentation.
(edit) @80754   5 years vboxsync Main/IVirtualBox::APIVersion: On second though, always include the …
(edit) @80753   5 years vboxsync Main/IVirtualBox::APIVersion: The pre-release trunk build cutoff is …
(edit) @80752   5 years vboxsync Main/Machine: Workaround for windows VM hang when 2D accel is enabled …
(edit) @80737   5 years vboxsync Main/ConsoleImpl: Build fix if VBOX_WITH_RECORDING is not defined.
(edit) @80734   5 years vboxsync Main/SystemProperties: For now allow only disks on virtio-scsi storage …
(edit) @80730   5 years vboxsync Main/MediumImpl: Build fix if VBOX_WITH_EXTPACK= is not defined.
(edit) @80729   5 years vboxsync Main/ConsoleImpl2: Build fix if VBOX_WITH_VMSVGA is not defined.
(edit) @80725   5 years vboxsync Main/DisplayImpl: Build fix if VBOX_WITH_VIDEOHWACCEL is not defined.
(edit) @80676   5 years vboxsync OCI: Rename overly generic *and* restrictive CloudParavirtualized to …
(edit) @80670   5 years vboxsync Main/Guest: Don't start the statistics collection thread until needed. …
(edit) @80668   5 years vboxsync Main/Performance: We don't measure diskspace is millibytes (mB), it …
(edit) @80662   5 years vboxsync Shared Clipboard: Renaming (SHAREDCLIPBOARD -> SHCL and VBOXCLIPBOARD …
(edit) @80654   5 years vboxsync Main/GuestImpl: Start the Guest::i_staticUpdateStats in paused mode so …
(edit) @80623   5 years vboxsync Shared Clipboard: Removed old protocol handling cruft on the host side …
(edit) @80614   5 years vboxsync Main/MachineLaunchVMCommonWorker: Simplified darwin specific code for …
(edit) @80613   5 years vboxsync Main/MachineLaunchVMCommonWorker: Simplified darwin specific code for …
(edit) @80612   5 years vboxsync Main/MachineLaunchVMCommonWorker: Simplified darwin specific code for …
(edit) @80611   5 years vboxsync Main/MachineLaunchVMCommonWorker: Darwin regression fix. bugref:9341
(edit) @80603   5 years vboxsync OVF: fixed the bug with SCSI controller object.
(edit) @80586   5 years vboxsync Runtime: Windows build fix for r133105
(edit) @80585   5 years vboxsync Runtime: Some renaming to stay consistent (*Get* always returns what …
(edit) @80573   5 years vboxsync Main: bugref:9341: Fixed some scm errors
(edit) @80569   5 years vboxsync Main: bugref:9341: Added VM autostart during boot support for windows host
(edit) @80559   5 years vboxsync Shared Clipboard: Build fix (forgot a file).
(edit) @80546   5 years vboxsync DisplayImpl: debug build fix
(edit) @80426   5 years vboxsync OCI: add CloudPrivateIP and CloudParavirtualized to VSD type enum.
(edit) @80398   5 years vboxsync Main: Get rid of VBOX_WITH_CROGL and replace with more generic …
(edit) @80396   5 years vboxsync Devices/DevVGA, Main: Get rid of obsolete code enclosed by …
(edit) @80377   5 years vboxsync Main/ConsoleVRDPServer.cpp: Remove dependency on old chromium based 3D …
(edit) @80376   5 years vboxsync Main/ConsoleVRDPServer.cpp: Remove dependency on old chromium based 3D …
(edit) @80375   5 years vboxsync Main/ConsoleVRDPServer.cpp: Remove dependency on old chromium based 3D …
(edit) @80373   5 years vboxsync com/array.h: handling empty base elements better (hopefully will …
(edit) @80370   5 years vboxsync 3D/Chromium: Move OpenGLTest to the helper apps directory under Main …
(edit) @80368   5 years vboxsync 3D/Chromium: Move OpenGLTest to the helper apps directory under Main …
(edit) @80365   5 years vboxsync 3D/Chromium: Move OpenGLTest to the helper apps directory under Main …
(edit) @80360   5 years vboxsync HostServices/SharedOpenGL: Remove most of the chromium related HGCM …
(edit) @80303   5 years vboxsync Main/DisplayImpl.cpp: Skip including vm.h as it is no longer used. …
(edit) @80248   5 years vboxsync Main/ConsoleImpl2.cpp: Warn about the removal of the chromium based 3D …
(edit) @80210   5 years vboxsync OVF: The bug with an empty medium fixed.
(edit) @80156   5 years vboxsync DBGFInfo: Added a getopt error reporter helper.
(edit) @80114   5 years vboxsync Main/IMachineDebugger: Added method for getting the CPU load (as seen …
(edit) @80074   5 years vboxsync VMM,Main,++: Retired the unfinished FTM component.
(edit) @80023   5 years vboxsync Main: Kicking out raw-mode. bugref:9517
(edit) @80012   5 years vboxsync OCI: tr() should only be applied to the format string.
(edit) @80008   5 years vboxsync VMM: Kicking out raw-mode (work in progress). bugref:9517
(edit) @80006   5 years vboxsync Main/MediumIOImpl.cpp: Need a string reference to the data stream COM …
(edit) @79985   5 years vboxsync OCI: tr() should only be applied to the format string.
(edit) @79968   5 years vboxsync Main/Medium::i_setLocation: Fixed leak in the error path where the …
(edit) @79965   5 years vboxsync Storage: Added a desired format parameter to VDGetFormat() so Main can …
(edit) @79961   5 years vboxsync Main/MediumImpl.cpp: Suffix strings that skips over the dot are called …
(edit) @79956   5 years vboxsync bugref:8345. small typo.
(edit) @79955   5 years vboxsync bugref:8345. Second part of refining and cleaning up the code.
(edit) @79954   5 years vboxsync bugref:8344. Fixed a bug with an uppercase letter suffix in the image …
(edit) @79931   5 years vboxsync Main/Unattended: Recognize vista isos. bugref:9151
(edit) @79928   5 years vboxsync See #9440 Comment #36
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