VirtualBox

source: vbox/trunk/src/VBox/Main/src-client

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @88343   4 years vboxsync Intel IOMMU: bugref:9967 Main: Fix typo which always disabled AMD IOMMU.
(edit) @88333   4 years vboxsync Intel IOMMU: bugref:9967 ACPI, BusAssignmentManager and ConsoleImpl2 …
(edit) @88300   4 years vboxsync Audio: We don't return IPRT status codes, but VBox status codes. duh. …
(edit) @88269   4 years vboxsync Audio: Made sure PDMAUDIOPCMPROPS is initialized using a helper …
(edit) @88255   4 years vboxsync DrvAudio,DrvAudioVRDE: Refactoring drvAudioStreamPlay (no actual …
(edit) @88253   4 years vboxsync DrvAudio,++: Started going over and tidying up the StreamPlay …
(edit) @88217   4 years vboxsync Main/ConsoleImpl2: Log VBoxInternal/ overrides too. bugref:9890
(edit) @88216   4 years vboxsync DrvAudio,ConsoleImpl2: Constructor cleanup, moved the input/output …
(edit) @88211   4 years vboxsync Main/ConsoleImpl2: Call VMR3SetError when catching ConfigError so we …
(edit) @88209   4 years vboxsync Main/ConsoleImpl2: Cleaned up i_configAudioDriver(). bugref:9890
(edit) @88091   4 years vboxsync ConsoleImpl2: Add missing newline in a log message. bugref:9966.
(edit) @88030   4 years vboxsync Audio: doxygen fix. bugref:9890
(edit) @88028   4 years vboxsync Audio: Moving some of the DrvAudio.h stuff into PDM - …
(edit) @88023   4 years vboxsync Audio: Preparing to move some of the DrvAudio.h stuff into PDM. bugref:9890
(edit) @88022   4 years vboxsync Audio: Preparing to move some of the DrvAudio.h stuff into PDM. bugref:9890
(edit) @88016   4 years vboxsync Audio: DrvAudioHlpPCMPropsAreValid -> DrvAudioHlpPcmPropsAreValid; …
(edit) @88002   4 years vboxsync Audio: Swapped parameters for DrvAudioHlpNanoToFrames, …
(edit) @87995   4 years vboxsync Audio: Switched DrvAudioHlpFramesToBytes parameters. bugref:9890
(edit) @87904   4 years vboxsync DevVGA,DisplayImpl.cpp,pdmifs.h: Don't require EMT for …
(edit) @87759   4 years vboxsync Audio/HDA: Lots more code in the hope to resolve issue …
(edit) @87436   4 years vboxsync Audio/HDA+AC97: Made the device emulation's internal [in|out]put FIFO …
(edit) @87395   4 years vboxsync Fix doxy complaint. bugref:9892
(edit) @87391   4 years vboxsync Allocate PDMLED console LED structs in a sensible manner for each …
(edit) @87374   4 years vboxsync Audio/Main: Made the HDA emulation's position adjustment configurable …
(edit) @87367   4 years vboxsync Audio/Main: Made the device emulation's timer rate configurable via …
(edit) @87242   4 years vboxsync AMD IOMMU: bugref:9654 Main/API: Adjusted BusAssignmentManager and …
(edit) @87179   4 years vboxsync Audio: Added input / output stream PCM properties to CFGM driver chain …
(edit) @86733   4 years vboxsync AMD IOMMU: bugref:9654 BusAssignmentManager: Use PCI slot 0.0.0 for …
(edit) @86506   4 years vboxsync Main/VBoxC: Fix Medium::parent reference leaks in …
(edit) @86284   4 years vboxsync AMD IOMMU: bugref:9654 ConsoleImpl2 change for r140559.
(edit) @86115   4 years vboxsync VMM/NEM: Implement Mesa vmwgfx #GP(0) workaround existing for SVM and …
(edit) @85864   4 years vboxsync Consolidated all the different Bitmap (BMP) file format headers / …
(edit) @85858   4 years vboxsync Consolidated all the different Bitmap (BMP) file format headers / …
(edit) @85856   4 years vboxsync Consolidated all the different Bitmap (BMP) file format headers / …
(edit) @85830   4 years vboxsync AMD IOMMU: bugref:9654 Main/API: Enable and configure an IOMMU device …
(edit) @85803   4 years vboxsync Main: bugref:9618 Populate CFGM for virtualized VMSAVE/VMLOAD (only …
(edit) @85746   4 years vboxsync DnD: Renaming -- DND_FORMATS_SEPARATOR -> DND_FORMATS_SEPARATOR_STR …
(edit) @85745   4 years vboxsync DnD: Renaming -- prefix all HGCM function number defines with …
(edit) @85744   4 years vboxsync DnD/Main: Renaming (GuestDnDResponse -> GuestDnDState).
(edit) @85743   4 years vboxsync DnD/Main: Don't mix rc and HRESULT in GuestDnD[Source|Target]::init() …
(edit) @85742   4 years vboxsync DnD/Main: Removed IDnDBase::protocolVersion getter (affects …
(edit) @85741   4 years vboxsync Reverted r139888 to change commit message.
(edit) @85740   4 years vboxsync DnD/Main: Got rid of protocol-guessing via Guest Additions version and …
(edit) @85739   4 years vboxsync DnD/Main: Got rid of protocol-guessing via Guest Additions version and …
(edit) @85681   4 years vboxsync DnD: Lots of documentation.
(edit) @85650   4 years vboxsync IPRT/http,VBoxManage,CloudGateway: Corrections to the proxy …
(edit) @85564   4 years vboxsync DnD/Main: Cleaned up error path handling a bit.
(edit) @85561   4 years vboxsync DnD/Main: Extended @todo.
(edit) @85560   4 years vboxsync DnD/Main: Extended GuestDnD::toFormatList() to be able to specify an …
(edit) @85559   4 years vboxsync DnD/Main: Return boolean as return value for …
(edit) @85558   4 years vboxsync DnD/Main: Return list as return value for GuestDnDBase::i_getFormats().
(edit) @85557   4 years vboxsync DnD: Defined DND_DEFAULT_CHUNK_SIZE and use it where appropriate.
(edit) @85554   4 years vboxsync DnD/Main: Renamed GuestDnDMsg::setNextXXX() -> GuestDnDMsg::appendXXX().
(edit) @85553   4 years vboxsync DnD/Main: Docs.
(edit) @85537   4 years vboxsync DnD/Main: More fixes and cleanups.
(edit) @85489   4 years vboxsync Main: bugref:9784: Moved the call to CoInitializeSecurity into …
(edit) @85451   5 years vboxsync DnD/Main: Release and re-acquire write locks before/after creating …
(edit) @85436   5 years vboxsync DnD/Main: More guest -> host fixes.
(edit) @85429   5 years vboxsync DnD: Added DnDTransferObjectInit() / DnDTransferObjectInitEx().
(edit) @85423   5 years vboxsync DnD/Main: More fixes.
(edit) @85402   5 years vboxsync DnD/Main: Renaming; use size_t where appropriate.
(edit) @85371   5 years vboxsync DnD: Revamped code to simplify / untangle of internal data handling: - …
(edit) @85368   5 years vboxsync Devices/Graphics,Main,include: Experimental graphics output. bugref:9695
(edit) @85359   5 years vboxsync OCI: (bugref:9469) Enable cloud network feature in OSE, LogRel …
(edit) @85357   5 years vboxsync OCI: (bugref:9469) descriptive error message on trying to run …
(edit) @85309   5 years vboxsync Main: Try harder using the Utf8Str versions of the event stuff where …
(edit) @85307   5 years vboxsync Main/comimpl.xsl,++: Try use the Utf8Str versions of the event stuff …
(edit) @85301   5 years vboxsync Main: CreateXxxxEvent -> ::CreateXxxxEvent. bugref:9790
(edit) @85300   5 years vboxsync Main/comimpl.xsl,++: fireXxxxEvent -> ::FireXxxxEvent. bugref:9790
(edit) @85286   5 years vboxsync Main: Refactored the generated event code implementation as Clang 11 …
(edit) @85121   5 years vboxsync iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as …
(edit) @85020   5 years vboxsync DnD/Main: Renamed internal send/receive data task classes to unify naming.
(edit) @85019   5 years vboxsync DnD/Main: Don't use RT_BZERO on non-POD types.
(edit) @85018   5 years vboxsync DnD/Main: Renaming internal send/receive data contexts to emphasize …
(edit) @85015   5 years vboxsync Main/Display: comment typo
(edit) @85011   5 years vboxsync Main/BusAssignmentManager: Prepend global variables with "g_".
(edit) @85007   5 years vboxsync AMD IOMMU: bugref:9654 PDM, Main: Changes for southbridge I/O APIC and …
(edit) @85002   5 years vboxsync DnD: More work on path conversion / validation.
(edit) @84998   5 years vboxsync DnD: Greatly simplified usage / API of the DnDURIObject class.
(edit) @84975   5 years vboxsync Guest Control/GuestSessionImplTasks: Logging nits.
(edit) @84872   5 years vboxsync Guest Control/Main: Try to fix crashes. bugref:9320
(edit) @84865   5 years vboxsync Guest Control/Main: Try to fix crashes. bugref:9320
(edit) @84864   5 years vboxsync Guest Control/Main: Various fixes for copyFromGuest tasks. bugref:9320
(edit) @84857   5 years vboxsync Guest Control/Main: Added another GuestBase::getErrorAsString() …
(edit) @84843   5 years vboxsync Guest Control/Main: Resolved another todo: Limit the default size a …
(edit) @84814   5 years vboxsync Guest Control: Also implemented a "force" flag for the reboot/shutdown …
(edit) @84745   5 years vboxsync Guest Control/Main: Handling throw()ing VBox rc for …
(edit) @84744   5 years vboxsync Guest Control/Main: Refined API error logging. bugref:9320
(edit) @84740   5 years vboxsync Main,include: provide a new method for the graphics device to pass …
(edit) @84650   5 years vboxsync Guest Control/Main: Big guest error information revamp, to show more …
(edit) @84649   5 years vboxsync Guest Control/Main: Big guest error information revamp, to show more …
(edit) @84648   5 years vboxsync Guest Control/Main: Big guest error information revamp, to show more …
(edit) @84618   5 years vboxsync OCI: (bugref:9469) cloud network integration code moved from Machine …
(edit) @84585   5 years vboxsync Main + FE/VBoxManage: Fixes / better logging for reboot / shutdown support.
(edit) @84564   5 years vboxsync Main: Comments / logging renaming (guest additions -> Guest Additions).
(edit) @84555   5 years vboxsync Guest Control/Main: Implemented host side support for gracefully …
(edit) @84554   5 years vboxsync Guest Control/Main: Implemented host side support for gracefully …
(edit) @84551   5 years vboxsync Guest Control/Main: Automatic GA updating nit. bugref:9320
(edit) @84508   5 years vboxsync Main: Shut up gcc 10 complaints about sloppy HGCMSvcGetXxxx usage. …
(edit) @84343   5 years vboxsync Main: Adjusted AutoCaller.rc() to AutoCaller.isOk() in two places as …
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