|
|
@85742
|
4 years |
vboxsync |
DnD/Main: Removed IDnDBase::protocolVersion getter (affects …
|
|
|
@85741
|
4 years |
vboxsync |
Reverted r139888 to change commit message.
|
|
|
@85740
|
4 years |
vboxsync |
DnD/Main: Got rid of protocol-guessing via Guest Additions version and …
|
|
|
@85739
|
4 years |
vboxsync |
DnD/Main: Got rid of protocol-guessing via Guest Additions version and …
|
|
|
@85737
|
4 years |
vboxsync |
Main/HostUpdateImpl.cpp: Only enable the core code when we build with …
|
|
|
@85735
|
4 years |
vboxsync |
Main/HostUpdateImpl.cpp: Make sure the RTHTTP instance is always …
|
|
|
@85730
|
4 years |
vboxsync |
Main/HostUpdateImpl.cpp: Removed the getUpdate() method as it is not …
|
|
|
@85729
|
4 years |
vboxsync |
Main/HostUpdateImpl.cpp: Remove a bunch of misleading /*static*/ …
|
|
|
@85728
|
4 years |
vboxsync |
Main/HostUpdateImpl.cpp: platformInfo should return Utf8Str and the …
|
|
|
@85683
|
4 years |
vboxsync |
Main,FE,doc/VBoxManage+Host+SystemProperties+manual: bugref:7983: Move …
|
|
|
@85583
|
4 years |
vboxsync |
DnD/Main: Also update the announced meta data in GuestDnDMetaData::add().
|
|
|
@85574
|
4 years |
vboxsync |
Main: Added ISystemProperties::getCPUProfiles.
|
|
|
@85560
|
4 years |
vboxsync |
DnD/Main: Extended GuestDnD::toFormatList() to be able to specify an …
|
|
|
@85559
|
4 years |
vboxsync |
DnD/Main: Return boolean as return value for …
|
|
|
@85558
|
4 years |
vboxsync |
DnD/Main: Return list as return value for GuestDnDBase::i_getFormats().
|
|
|
@85557
|
4 years |
vboxsync |
DnD: Defined DND_DEFAULT_CHUNK_SIZE and use it where appropriate.
|
|
|
@85554
|
4 years |
vboxsync |
DnD/Main: Renamed GuestDnDMsg::setNextXXX() -> GuestDnDMsg::appendXXX().
|
|
|
@85553
|
4 years |
vboxsync |
DnD/Main: Docs.
|
|
|
@85549
|
4 years |
vboxsync |
DnD/Main: Use PAGE_SIZE for meta data block alignment.
|
|
|
@85537
|
4 years |
vboxsync |
DnD/Main: More fixes and cleanups.
|
|
|
@85436
|
4 years |
vboxsync |
DnD/Main: More guest -> host fixes.
|
|
|
@85423
|
4 years |
vboxsync |
DnD/Main: More fixes.
|
|
|
@85402
|
4 years |
vboxsync |
DnD/Main: Renaming; use size_t where appropriate.
|
|
|
@85376
|
4 years |
vboxsync |
DnD: Build fix.
|
|
|
@85373
|
4 years |
vboxsync |
DnD: Fixed crashes on VM shutdown.
|
|
|
@85371
|
4 years |
vboxsync |
DnD: Revamped code to simplify / untangle of internal data handling:
- …
|
|
|
@85360
|
4 years |
vboxsync |
OCI: (bugref:9469) Two more missing files exported to OSE with …
|
|
|
@85359
|
4 years |
vboxsync |
OCI: (bugref:9469) Enable cloud network feature in OSE, LogRel …
|
|
|
@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
|
|
|