|
|
@85309
|
4 years |
vboxsync |
Main: Try harder using the Utf8Str versions of the event stuff where …
|
|
|
@85307
|
4 years |
vboxsync |
Main/comimpl.xsl,++: Try use the Utf8Str versions of the event stuff …
|
|
|
@85306
|
4 years |
vboxsync |
Main/comimpl.xsl,++: Make it possible to pass Utf8Str rather that …
|
|
|
@85304
|
4 years |
vboxsync |
Main: i_onXxxxChange -> i_onXxxxChanged to match the event name. …
|
|
|
@85293
|
4 years |
vboxsync |
Main/comimpl.xsl,EventImpl.h,Makefile.kmk: Some event cleanups. bugref:9790
|
|
|
@85286
|
4 years |
vboxsync |
Main: Refactored the generated event code implementation as Clang 11 …
|
|
|
@85284
|
4 years |
vboxsync |
Main/MediumImpl.cpp: Signed/unsigned conversion issues, a whole bunch …
|
|
|
@85283
|
4 years |
vboxsync |
Main/ApplianceImpl.cpp: Signed/unsigned conversion issues in …
|
|
|
@85264
|
4 years |
vboxsync |
Main/NetIf-generic.cpp: Made NetIfAdpCtl() return failure when the …
|
|
|
@85263
|
4 years |
vboxsync |
Main/Performance.cpp/h: A whole bunch of int/HRESULT mixups. bugref:9790
|
|
|
@85258
|
4 years |
vboxsync |
Main/USBIdDatabase.h: Signed/unsigned conversion issues. bugref:9790
|
|
|
@85251
|
4 years |
vboxsync |
Main/ProgressImpl: Better solution to the LONG aResultCode issue of …
|
|
|
@85242
|
4 years |
vboxsync |
Main/BandwidthGroupImpl: Sign conversion issues. bugref:9790
|
|
|
@85241
|
4 years |
vboxsync |
Main/netif.h: Signedness issue in getDefaultIPv4Address(). bugref:9790
|
|
|
@85240
|
4 years |
vboxsync |
Main/EventImpl.h: Fixed status code mixup in VBoxEventDesc::fire found …
|
|
|
@85236
|
4 years |
vboxsync |
Main/Matching: Removed unused member mDefIgnoreCase from …
|
|
|
@85235
|
4 years |
vboxsync |
Main/DHCPServerImpl: Fixed error code mixup in findLeaseByMAC() and …
|
|
|
@85222
|
4 years |
vboxsync |
Main/ovfreader: Clang 11 complains about a bunch of unused members, so …
|
|
|
@85215
|
4 years |
vboxsync |
Main/GuestOSTypeImpl: Drop unused mMonitorCount. Signed conversion fix …
|
|
|
@85121
|
4 years |
vboxsync |
iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as …
|
|
|
@85020
|
4 years |
vboxsync |
DnD/Main: Renamed internal send/receive data task classes to unify naming.
|
|
|
@85018
|
4 years |
vboxsync |
DnD/Main: Renaming internal send/receive data contexts to emphasize …
|
|
|
@85007
|
4 years |
vboxsync |
AMD IOMMU: bugref:9654 PDM, Main: Changes for southbridge I/O APIC and …
|
|
|
@84857
|
4 years |
vboxsync |
Guest Control/Main: Added another GuestBase::getErrorAsString() …
|
|
|
@84844
|
4 years |
vboxsync |
Guest Control/Main: Resolved another todo: Limit the default size a …
|
|
|
@84745
|
4 years |
vboxsync |
Guest Control/Main: Handling throw()ing VBox rc for …
|
|
|
@84740
|
4 years |
vboxsync |
Main,include: provide a new method for the graphics device to pass …
|
|
|
@84648
|
4 years |
vboxsync |
Guest Control/Main: Big guest error information revamp, to show more …
|
|
|
@84645
|
4 years |
vboxsync |
OCI: (bugref:9469) partial proxy implementation.
|
|
|
@84618
|
5 years |
vboxsync |
OCI: (bugref:9469) cloud network integration code moved from Machine …
|
|
|
@84564
|
5 years |
vboxsync |
Main: Comments / logging renaming (guest additions -> Guest Additions).
|
|
|
@84554
|
5 years |
vboxsync |
Guest Control/Main: Implemented host side support for gracefully …
|
|
|
@84532
|
5 years |
vboxsync |
bugref:9745. Added basic support of virtio-scsi controller into OVF …
|
|
|
@84411
|
5 years |
vboxsync |
*.kmk: VC++ 14.0 adjustments (just follow where 14.1 leads). bugref:8489
|
|
|
@84342
|
5 years |
vboxsync |
Main: VC++ 19.2 adjustments. bugref:8489
|
|
|
@84340
|
5 years |
vboxsync |
Main/Appliance: Implemented verifying PKCS#7/CMS signing certificates. …
|
|
|
@84312
|
5 years |
vboxsync |
Main/ApplianceImport: Read the PKCS7/CMS signature when present. …
|
|
|
@84153
|
5 years |
vboxsync |
Main: Reverted r137602 & r137737 as the API is not actually needed. …
|
|
|
@84141
|
5 years |
vboxsync |
Main/Appliance: There should be no need to store two copies of the …
|
|
|
@84054
|
5 years |
vboxsync |
IPRT,++: Apply bldprog-strtab.h and friends to the IPRT status message …
|
|
|
@84031
|
5 years |
vboxsync |
bugre:9699. Added the function getManifest() into the IAppliance …
|
|
|
@83788
|
5 years |
vboxsync |
Main/SessionImpl.h: Disabled ATL threading attribute with VC++ 14.1+ …
|
|
|
@83556
|
5 years |
vboxsync |
Guest Control/Main: Implemented first file open info validation. …
|
|
|
@83489
|
5 years |
vboxsync |
Guest Control/Main: Fixed IGuestSession::directoryOpen() API to fail …
|
|
|
@83413
|
5 years |
vboxsync |
Guest Control/Main: More constructor initializers, removed unused …
|
|
|
@83336
|
5 years |
vboxsync |
Guest Control/Main + Validation Kit: More bugfixing for the "copy_to" …
|
|
|
@83321
|
5 years |
vboxsync |
Guest Control/Main: Added GuestSession::i_directoryExists().
|
|
|
@83319
|
5 years |
vboxsync |
Guest Control/Main: Added some more class/struct constructor initializers.
|
|
|
@83169
|
5 years |
vboxsync |
OCI: (bugref:9469) cloud network integration multiple targets and …
|
|
|
@83142
|
5 years |
vboxsync |
bugref:9637. Sending monitor positions (offsets) from GAs to svga …
|
|
|
@82968
|
5 years |
vboxsync |
Copyright year updates by scm.
|
|
|
@82502
|
5 years |
vboxsync |
Main/Console: Reverted VRDE clipboard breakage introduced in r131016 …
|
|
|
@82428
|
5 years |
vboxsync |
Main/Recording: Cleanup; greatly reduced the include maze [build fix].
|
|
|
@82427
|
5 years |
vboxsync |
Main/Recording: Cleanup; greatly reduced the include maze [build fix].
|
|
|
@82423
|
5 years |
vboxsync |
Main/Recording: Cleanup; greatly reduced the include maze [build fix].
|
|
|
@82422
|
5 years |
vboxsync |
Main/Recording: Cleanup; greatly reduced the include maze.
|
|
|
@82393
|
5 years |
vboxsync |
Main: add new Windows Server 2019 guest type, and some long forgotten …
|
|
|
@82366
|
5 years |
vboxsync |
bugref:9619. Added firmware support into VSD. OCI import supports BIOS …
|
|
|
@82268
|
5 years |
vboxsync |
Main/SystemProperties: add a method for querying which storage bus is …
|
|
|
@82192
|
5 years |
vboxsync |
Main/RecordingSettings: move monitor count query to place before …
|
|
|
@81971
|
5 years |
vboxsync |
Main/Machine+GraphicsAdapter: previously missed proper removal of …
|
|
|
@81968
|
5 years |
vboxsync |
Main/GraphicsAdapter: forgotten file
|
|
|
@81964
|
5 years |
vboxsync |
Main/GraphicsAdapter: Split off a few attributes from Machine …
|
|
|
@81883
|
5 years |
vboxsync |
Main/DHCPServer+NatNetwork+VirtualBox+Console: Remove old DHCP …
|
|
|
@81740
|
5 years |
vboxsync |
Main/SystemProperties: shorten a few attribute names to get around …
|
|
|
@81739
|
5 years |
vboxsync |
Main/SystemProperties: added a family of attributes (one per relevant …
|
|
|
@81684
|
5 years |
vboxsync |
Main/Host: add IHostUpdate stub interface
Main/idl: eliminate …
|
|
|
@81674
|
5 years |
vboxsync |
Main: Fixes for deprecated implicit copy operators (GCC 9).
|
|
|
@81667
|
5 years |
vboxsync |
Main: Added a portPath attribute to IUSBDevice. This will allow …
|
|
|
@81644
|
5 years |
vboxsync |
Main: Removed unused/obsolete/useless portVersion attribute of IUSBDevice.
|
|
|
@81581
|
5 years |
vboxsync |
Main,FE/VBoxManage: Add an option to present the SMBIOS System UUID …
|
|
|
@81429
|
5 years |
vboxsync |
Main/Console: forgotten change
|
|
|
@81427
|
5 years |
vboxsync |
Build fixes for r134139
|
|
|
@81425
|
5 years |
vboxsync |
Main/Machine+BIOSSettings+Console: Full implementation of NVRAM …
|
|
|
@81422
|
5 years |
vboxsync |
OCI: (bugref:9469) cloud network integration concept (disabled in …
|
|
|
@81415
|
5 years |
vboxsync |
Main/MachineImplMoveVM: simplify updatePathsToStateFiles (which is …
|
|
|
@81394
|
5 years |
vboxsync |
Main/MachineImplMoveVM: Putting all Machine object references in a …
|
|
|
@81393
|
5 years |
vboxsync |
Main/MachineImplMoveVM: many cleanups including removal of unused code
|
|
|
@81369
|
5 years |
vboxsync |
*: doxygen fixes
|
|
|
@81354
|
5 years |
vboxsync |
Main/PCIRawDev: small header file cleanup
|
|
|
@81305
|
5 years |
vboxsync |
Main/HostImpl: Updated CPU features with nested VT-x conditions. …
|
|
|
@81299
|
5 years |
vboxsync |
Main/Machine+BIOSSettings: simplify NVRAM handling, do everything in …
|
|
|
@81286
|
5 years |
vboxsync |
Shared Clipboard/Transfers: Added …
|
|
|
@81087
|
5 years |
vboxsync |
Main/Machine+BIOSSettings: bare bones NVRAM logic, many parts missing …
|
|
|
@80873
|
5 years |
vboxsync |
Main/GuestSessionImpl.cpp: Keep returning E_INVALIDARG for …
|
|
|
@80872
|
5 years |
vboxsync |
Devices/Graphics,Main,include: remove obsolete Chromium code. bugref:9529
|
|
|
@80849
|
5 years |
vboxsync |
Shared Clipboard/URI: Renamed VBOX_WITH_SHARED_CLIPBOARD_URI_LIST -> …
|
|
|
@80828
|
5 years |
vboxsync |
Main/Guest*: Create enviornment blocks with …
|
|
|
@80824
|
5 years |
vboxsync |
Main: bugref:9341: The "environment" parameter in the …
|
|
|
@80668
|
5 years |
vboxsync |
Main/Performance: We don't measure diskspace is millibytes (mB), it …
|
|
|
@80654
|
5 years |
vboxsync |
Main/GuestImpl: Start the Guest::i_staticUpdateStats in paused mode so …
|
|
|
@80569
|
5 years |
vboxsync |
Main: bugref:9341: Added VM autostart during boot support for windows host
|
|
|
@80396
|
5 years |
vboxsync |
Devices/DevVGA, Main: Get rid of obsolete code enclosed by …
|
|
|
@80376
|
5 years |
vboxsync |
Main/ConsoleVRDPServer.cpp: Remove dependency on old chromium based 3D …
|
|
|
@80360
|
5 years |
vboxsync |
HostServices/SharedOpenGL: Remove most of the chromium related HGCM …
|
|
|
@80114
|
5 years |
vboxsync |
Main/IMachineDebugger: Added method for getting the CPU load (as seen …
|
|
|
@80074
|
5 years |
vboxsync |
VMM,Main,++: Retired the unfinished FTM component.
|
|
|
@79955
|
5 years |
vboxsync |
bugref:8345. Second part of refining and cleaning up the code.
|
|
|
@79845
|
5 years |
vboxsync |
Main/DHCPServer,VBoxManage,Dhcpd: Created a new DHCPOption enum that …
|
|
|
@79822
|
5 years |
vboxsync |
Main/DHCPServer: Fixed MAC resolving of MachineMAC configs. bugref:9288
|
|
|