|
|
@92627
|
3 years |
vboxsync |
Main/GuestSessionImpl.h: Added a @todo on mpBaseEnvironment to clarify …
|
|
|
@92154
|
3 years |
vboxsync |
Main/GuestOSType: Add new attribute for indicating that the guest uses …
|
|
|
@92133
|
3 years |
vboxsync |
Main,FE/VBoxManage: Allow changing the localhost reachable flag for …
|
|
|
@92068
|
3 years |
vboxsync |
Main: Removed unnecessary parentheses. bugref:1909
|
|
|
@91743
|
3 years |
vboxsync |
Main/Machine: Release lock while waiting in …
|
|
|
@91725
|
3 years |
vboxsync |
Main/ExtPackManagerImpl.h: The partentheses around ~(size_t)0 should …
|
|
|
@91724
|
3 years |
vboxsync |
Main: bugref:1909: Fixed compilation issues
|
|
|
@91722
|
3 years |
vboxsync |
Main: bugref:1909: Fixed compilation issues
|
|
|
@91720
|
3 years |
vboxsync |
Main: bugref:1909: Fixed compilation issues
|
|
|
@91718
|
3 years |
vboxsync |
Main: bugref:1909: Added initial translation to Russian of API …
|
|
|
@91685
|
3 years |
vboxsync |
Main/UefiVariableStore,FE/VBoxManage: Implement API to delete and …
|
|
|
@91614
|
3 years |
vboxsync |
Main: Initialize the TPM type properly based on the guest OS type and …
|
|
|
@91592
|
3 years |
vboxsync |
Main/NLS: Fixed uninitialized variables in VirtualBoxClient. bugref:1909
|
|
|
@91536
|
3 years |
vboxsync |
Main/NvramStore: Fix saving the tar bundle of the NVRAM state, bugref:10098
|
|
|
@91535
|
3 years |
vboxsync |
Main/{NvramStore,UefiVariableStore}: Always retain/releas the variable …
|
|
|
@91503
|
3 years |
vboxsync |
Main: bugref:1909: Added missed translation marks, removed redundant …
|
|
|
@91502
|
3 years |
vboxsync |
Main/Unattended: Add UEFI support (needed for Windows 11 which this …
|
|
|
@91490
|
3 years |
vboxsync |
Main: Implement enrolling the default VBox platform key, bugref:9580
|
|
|
@91476
|
3 years |
vboxsync |
Main/Machine,UnattendedInstaller: Some unnecessary includes removed.
|
|
|
@91470
|
3 years |
vboxsync |
Main/GuestOSTypeImpl,Global,Machine: New Windows 11 guest OS type, and …
|
|
|
@91457
|
3 years |
vboxsync |
Main,FE/VBoxManage: Implement functionality to list and query UEFI …
|
|
|
@91434
|
3 years |
vboxsync |
Main/NvramStoreImpl: Implement API to initialize the UEFI variable …
|
|
|
@91420
|
3 years |
vboxsync |
Devices: bugref:9932 Even more build fixes for r147096
|
|
|
@91416
|
3 years |
vboxsync |
Devices: bugref:9932 DrvVMNet and host-only network initial implementation
|
|
|
@91407
|
3 years |
vboxsync |
Main: bugref:1909: Fixed scm issues
|
|
|
@91402
|
3 years |
vboxsync |
Main: bugref:1909: Fixed scm issues
|
|
|
@91400
|
3 years |
vboxsync |
Main: bugref:1909: Fixed compilation issues.
|
|
|
@91399
|
3 years |
vboxsync |
Main: Add IUefiVariableStore interface to manage the content of the …
|
|
|
@91398
|
3 years |
vboxsync |
Main: bugref:1909: Fixed preprocessor indentation
|
|
|
@91397
|
3 years |
vboxsync |
Main: bugref:1909: Moved VBoxNls.h into Main/include. Fixed docbook issue.
|
|
|
@91396
|
3 years |
vboxsync |
Main: Add IUefiVariableStore interface to manage the content of the …
|
|
|
@91394
|
3 years |
vboxsync |
Main: bugref:1909: Added ability to use translation inside non-member …
|
|
|
@91393
|
3 years |
vboxsync |
Main/NLS: Use RT_NOEXCEPT more. bugref:1909
|
|
|
@91392
|
3 years |
vboxsync |
Main/NLS: VirtualBoxTranslator::i_translate should not safe the passed …
|
|
|
@91391
|
3 years |
vboxsync |
Main/NLS: More on same. Found bug in i_translate. bugref:1909
|
|
|
@91390
|
3 years |
vboxsync |
Main/NLS: TRCOMPONENT -> PTRCOMPONENT w/ some added type safety. …
|
|
|
@91385
|
3 years |
vboxsync |
Main/Wrapper.h: Better explanation for CheckComArgOutPointerValidThrow …
|
|
|
@91384
|
3 years |
vboxsync |
Main/Wrapper.h: Better explanation for CheckComArgOutPointerValidThrow …
|
|
|
@91373
|
3 years |
vboxsync |
Main: bugref: 1909: Reverted changes about translation in non-member …
|
|
|
@91369
|
3 years |
vboxsync |
Main: bugref:1909: Added ability to use translation inside non-member …
|
|
|
@91346
|
3 years |
vboxsync |
Main/NvramStore: Add the ability to delete a certain state, bugref:10098
|
|
|
@91333
|
3 years |
vboxsync |
Main: Darwin build fix, bugref:10098
|
|
|
@91326
|
3 years |
vboxsync |
Main/NvramStore,FE/VBoxManage: Allow multiple NVRAM states …
|
|
|
@91312
|
3 years |
vboxsync |
Main: bugref:1909: Prepared the API translation engine to using in …
|
|
|
@91213
|
3 years |
vboxsync |
Main,FE/VBoxManage: Add the necessary Main API bits to control the …
|
|
|
@91113
|
3 years |
vboxsync |
HGCM: Don't use underscore prefixed identifiers.
|
|
|
@91112
|
3 years |
vboxsync |
HGCM: Use RTAvlU32 instead of RTAvlUL for the handle management, as …
|
|
|
@90881
|
3 years |
vboxsync |
Main: bugref:1909: Some improvements in translation event handling
|
|
|
@90879
|
3 years |
vboxsync |
Main: bugref:1909: Fixed listener unregistration and race of event …
|
|
|
@90841
|
3 years |
vboxsync |
Main: Doxygen fixes for the Main API localization changes. bugref:1909
|
|
|
@90828
|
3 years |
vboxsync |
Main: bugref:1909: Added API localization
|
|
|
@90691
|
3 years |
vboxsync |
pdmifs: display reporting doxygen (brief + newline + detailed …
|
|
|
@90440
|
3 years |
vboxsync |
Main/VirtualBox: New event for creating/deleting of Progress objects …
|
|
|
@90434
|
3 years |
vboxsync |
Main/ovfreader.h: Forgotten check-in for string-based identifiers. …
|
|
|
@90424
|
3 years |
vboxsync |
Main/Appliance: Allow arbitrary unique resource IDs, not just …
|
|
|
@90187
|
3 years |
vboxsync |
Main/CHECK_CONSOLE_DRV: Add function name to give more of a context.
|
|
|
@89952
|
4 years |
vboxsync |
Main/{VMMDevInterface,ConsoleImpl): Drop passing pointers through CFGM …
|
|
|
@89696
|
4 years |
vboxsync |
Main/MachineDebugger: Implement API for taking a guest sample, bugref:10025
|
|
|
@89580
|
4 years |
vboxsync |
Main: Try fix VRDP-input-always-disabled regression from …
|
|
|
@88885
|
4 years |
vboxsync |
DrvAudioVRDE: Experimenting with alternative ways of signalling that …
|
|
|
@88382
|
4 years |
vboxsync |
Audio: Replaced the PDMIHOSTAUDIO::pfnShutdown implementations in the …
|
|
|
@88253
|
4 years |
vboxsync |
DrvAudio,++: Started going over and tidying up the StreamPlay …
|
|
|
@88209
|
4 years |
vboxsync |
Main/ConsoleImpl2: Cleaned up i_configAudioDriver(). bugref:9890
|
|
|
@87949
|
4 years |
vboxsync |
NAT/Net: Refuse to modify NATNetwork when an instance of it is …
|
|
|
@87391
|
4 years |
vboxsync |
Allocate PDMLED console LED structs in a sensible manner for each …
|
|
|
@87376
|
4 years |
vboxsync |
USB/Darwin: Capture USB devices directly through IOUSBLib, no longer …
|
|
|
@87242
|
4 years |
vboxsync |
AMD IOMMU: bugref:9654 Main/API: Adjusted BusAssignmentManager and …
|
|
|
@87241
|
4 years |
vboxsync |
AMD IOMMU: bugref:9654 Main/API: AMD IOMMU support.
|
|
|
@86908
|
4 years |
vboxsync |
Shared Clipboard/Transfers: Removed clipboard area handling code. …
|
|
|
@86659
|
4 years |
vboxsync |
bugref:9781. Added the placeholder …
|
|
|
@86650
|
4 years |
vboxsync |
Fixed bad commit. Hope this help.
|
|
|
@86648
|
4 years |
vboxsync |
bugref:9781. Added the placeholder …
|
|
|
@86530
|
4 years |
vboxsync |
Main/include: Doxygen
|
|
|
@86509
|
4 years |
vboxsync |
VBoxSVC/Appliance: Fixed IMachine reference leak in …
|
|
|
@86506
|
4 years |
vboxsync |
Main/VBoxC: Fix Medium::parent reference leaks in …
|
|
|
@86501
|
4 years |
vboxsync |
VBoxSVC: Fix Medium leak when encoutering duplicate instances while …
|
|
|
@86331
|
4 years |
vboxsync |
Main: bugref:9224: Changed the way to enumerate disks by scanning …
|
|
|
@86274
|
4 years |
vboxsync |
bugref:9781. New function Unattended::i_getDetectedOSVersion(). New …
|
|
|
@86270
|
4 years |
vboxsync |
bugref:8527. Added the separate classes for RHEL7/8, OL7/8.
|
|
|
@86069
|
4 years |
vboxsync |
OCI: Make ICloudProviderRegisteredEvent a non-waitable notification …
|
|
|
@86058
|
4 years |
vboxsync |
Main/ExtPack: belatedly bump VBOXEXTPACKHLP_VERSION for the event …
|
|
|
@86057
|
4 years |
vboxsync |
OCI: Add ICloudProfileRegisteredEvent and its implementation for OCI. …
|
|
|
@86012
|
4 years |
vboxsync |
OCI: Send events when a cloud provider is registered or is about to be …
|
|
|
@85935
|
4 years |
vboxsync |
Main/HostDriveImpl.h: Missing svn-ps.cmd run. bugref:9224
|
|
|
@85933
|
4 years |
vboxsync |
Main/HostDrivePartitionImpl.h: Missing svn-ps.cmd run and use …
|
|
|
@85929
|
4 years |
vboxsync |
Main: bugref:9224: Main+VBoxManageDisk+doc part
|
|
|
@85769
|
4 years |
vboxsync |
Main: bugref:9618 Added Main/API support for AMD-V Virtualized …
|
|
|
@85746
|
4 years |
vboxsync |
DnD: Renaming -- DND_FORMATS_SEPARATOR -> DND_FORMATS_SEPARATOR_STR …
|
|
|
@85744
|
4 years |
vboxsync |
DnD/Main: Renaming (GuestDnDResponse -> GuestDnDState).
|
|
|
@85743
|
4 years |
vboxsync |
DnD/Main: Don't mix rc and HRESULT in GuestDnD[Source|Target]::init() …
|
|
|
@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 …
|
|
|