VirtualBox

source: vbox/trunk/src/VBox/Main/include

Revision Log Mode:


Legend:

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