|
|
@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
|
|
|
@79800
|
5 years |
vboxsync |
Dhcpd,Main: Working on extending the DHCP server end to cope with new …
|
|
|
@79771
|
5 years |
vboxsync |
Main/DHCP*,VBoxManage: Some adjustments to the DHCP*Config interfaces …
|
|
|
@79761
|
5 years |
vboxsync |
Main/DHCPServer,Dhcpd,VBoxManage: Added --log option to the DHCP …
|
|
|
@79747
|
5 years |
vboxsync |
Main: Redoing the IDHCPServer interface, part II. Implemented groups …
|
|
|
@79742
|
5 years |
vboxsync |
Changes per #5899 / Comment #14
|
|
|
@79735
|
5 years |
vboxsync |
Main: Redoing the IDHCPServer interface, part I. [scm] bugref:9288
|
|
|
@79732
|
5 years |
vboxsync |
Main: Redoing the IDHCPServer interface, part I. bugref:9288
|
|
|
@79676
|
5 years |
vboxsync |
API: Added IKeyboard::putUsageCode method to send USB HID usage codes …
|
|
|
@79644
|
5 years |
vboxsync |
Main/NetworkServiceRunner: eliminated std::string and replaced the …
|
|
|
@79621
|
5 years |
vboxsync |
Dhcpd,Main/DHCPServerImpl: LeasesFilename should be plural everywhere. …
|
|
|
@79610
|
5 years |
vboxsync |
Main/IDHCPServer: Added a FindLeaseByMAC method that can be used to …
|
|
|
@79296
|
5 years |
vboxsync |
Main,VBoxService,GstCtrlSvc: Added functions for exchanging feature …
|
|
|
@79285
|
5 years |
vboxsync |
Main/GuestFileImpl.cpp: Translate FileAccessMode_AppendOnly and …
|
|
|
@79283
|
5 years |
vboxsync |
Main/GuestProcessImpl: Cleanups. bugref:9320
|
|
|
@79174
|
5 years |
vboxsync |
Shared Clipboard/URI: Update.
|
|
|
@79054
|
5 years |
vboxsync |
Main/AdditionsFacilityImpl: Simplified the data by kicking out the …
|
|
|
@79052
|
5 years |
vboxsync |
Main/AdditionsFacilityImpl: Simplified the data by kicking out the …
|
|
|
@79051
|
5 years |
vboxsync |
Main/AdditionsFacilityImpl: i_getName() shouldn't return a 'Utf8Str' …
|
|
|
@79050
|
5 years |
vboxsync |
Main/GuestImpl: Added OnGuestAdditionsStatusChanged event so the …
|
|
|
@78995
|
5 years |
vboxsync |
PDM, Devices, FE, Main: allow size hints without notification for …
|
|
|
@78968
|
6 years |
vboxsync |
Main/MachienImplMoveVM.cpp: Some more review comments and a couple of …
|
|
|
@78942
|
6 years |
vboxsync |
Shared Clipboard/URI: Update.
|
|
|
@78923
|
6 years |
vboxsync |
bugref:9416. Changed the choosing OS type logic for OCI import. Added …
|
|
|
@78916
|
6 years |
vboxsync |
Main/src-client,Main/include: Unregister HGCM service extensions on …
|
|
|
@78915
|
6 years |
vboxsync |
Main/src-client,Main/include: Unregister HGCM service extensions on …
|
|
|
@78897
|
6 years |
vboxsync |
Shared Clipboard/URI: Update.
|
|
|
@78836
|
6 years |
vboxsync |
bugref:8345. Refining and cleaning up the code.
|
|
|
@78786
|
6 years |
vboxsync |
Main/MediumAttachment: add attribute for querying the associated …
|
|
|
@78784
|
6 years |
vboxsync |
API: add getVideoModeHint.
bugref:9472: API: let the GUI notice video …
|
|
|
@78779
|
6 years |
vboxsync |
Main: Cache the VBoxInternal2/TurnResetIntoPowerOff value so we don't …
|
|
|
@78764
|
6 years |
vboxsync |
Main/GuestSessionTask: Commented out RunAsync as it isn't used by …
|
|
|
@78761
|
6 years |
vboxsync |
Main/Machine::moveTo: Some cleanups and a lot of @todo's. bugref:8345
|
|
|
@78747
|
6 years |
vboxsync |
Main/Appliance::i_readImpl: Fixes for regressions introduced by …
|
|
|
@78683
|
6 years |
vboxsync |
Shared Clipboard/URI: Update.
|
|
|
@78666
|
6 years |
vboxsync |
Main/GuestControl: Better error message from copyToGuest and various …
|
|
|
@78653
|
6 years |
vboxsync |
DnD/GuestDnDPrivate.h: Limit meta data size in …
|
|
|
@78632
|
6 years |
vboxsync |
Forward ported 130474,130475,130477,130479. bugref:9453
|
|
|
@78602
|
6 years |
vboxsync |
bugref:9416. The second part of OCI import - the local part of import …
|
|
|
@78509
|
6 years |
vboxsync |
Main/Machine+StorageController+SystemProperties+Console: Add basic …
|
|
|
@78428
|
6 years |
vboxsync |
bugref:9416. The part of OCI import logic. New functions - …
|
|
|
@78296
|
6 years |
vboxsync |
Main: bugref:8612: Fixed error happened during VM creation with …
|
|
|
@78261
|
6 years |
vboxsync |
Main: bugref:6913: Added OnStorageControllerChanged to IVirtualBox …
|
|
|
@78255
|
6 years |
vboxsync |
bugref:9416. Added new API function …
|
|
|
@78095
|
6 years |
vboxsync |
DnD/Main: Added validation mask for the DND_OBJCTX_STATE_ flags, docs.
|
|
|
@78093
|
6 years |
vboxsync |
DnD/Main: Renamed GuestDnDInst() macro -> GUESTDNDINST().
|
|
|
@78068
|
6 years |
vboxsync |
Recording/Main: Some renaming, comment fixes.
|
|
|
@78038
|
6 years |
vboxsync |
Guest Control/Main: Renaming.
|
|
|
@77910
|
6 years |
vboxsync |
Main: bugref:7929: Added ability to change the priority of the VM process
|
|
|
@77857
|
6 years |
vboxsync |
Main/MediumImpl: Remove the TCP/NET interface implementation and reuse …
|
|
|
@77804
|
6 years |
vboxsync |
NetAdp/Win: (bugref:9409) Store host-only adapter configuration in …
|
|
|
@77588
|
6 years |
vboxsync |
Guest Control/Main: Implemented virtual guest object methods for …
|
|
|
@77587
|
6 years |
vboxsync |
Guest Control/Main: Implemented virtual guest object methods for …
|
|
|
@77582
|
6 years |
vboxsync |
Guest Control/Main: Renamed IGuestSession::i_isReadyExternal() -> …
|
|
|
@77531
|
6 years |
vboxsync |
Guest Control/Main: Fixed directory creation / mode flags for session …
|
|
|
@77495
|
6 years |
vboxsync |
Guest Control/Main: Renamed GuestSessionTask::directoryCreate() -> …
|
|
|
@77451
|
6 years |
vboxsync |
Devices/Graphics, pdm, Main: add out-of-range to host-side pointer …
|
|
|
@77436
|
6 years |
vboxsync |
Main: Eradicate the use of BSTR in regular API code, there were leaks …
|
|
|
@77387
|
6 years |
vboxsync |
GuestControl/Main: Const'ed data to write in i_writeData[At].
|
|
|
@77370
|
6 years |
vboxsync |
Device/Graphics, pdm, Main, Front-ends: infrastructure for host …
|
|
|
@77130
|
6 years |
vboxsync |
pdmifs/DevVGA/DisplayImpl: add screen id to …
|
|
|
@77116
|
6 years |
vboxsync |
Guest Control/Main: Docs.
|
|
|
@77101
|
6 years |
vboxsync |
Main/USBProxyBackend: FreeBSD compile fix
|
|
|
@77079
|
6 years |
vboxsync |
Guest Control/Main: Fixed GuestWaitEvent initialization by now having …
|
|
|
@77074
|
6 years |
vboxsync |
Guest Control/Main: Get rid of uProcFlags parameter of …
|
|
|
@77068
|
6 years |
vboxsync |
Guest Control/Main: Renamed GuestSessionTaskInternalOpen() to …
|
|
|
@76958
|
6 years |
vboxsync |
Guest Control: Unifying terminology for (client/host) commands, …
|
|
|
@76893
|
6 years |
vboxsync |
Recording/Main: Use lock() and unlock() in more places.
|
|
|
@76891
|
6 years |
vboxsync |
DnD: Renamed HOST_DND_HG_EVT_CANCEL -> HOST_DND_HG_CANCEL, fixes for …
|
|
|
@76760
|
6 years |
vboxsync |
Main/Recording: thin out the excessive includes so that it doesn't …
|
|
|
@76678
|
6 years |
vboxsync |
Port r124260, r124263, r124271, r124273, r124277, r124278, r124279, …
|
|
|
@76594
|
6 years |
vboxsync |
Main: Removed Logging.h .
|
|
|
@76592
|
6 years |
vboxsync |
Main: Don't use Logging.h.
|
|
|
@76562
|
6 years |
vboxsync |
Main: Use MAIN_INCLUDED_ and MAIN_INCLUDED_SRC_ as header guard …
|
|
|
@76553
|
6 years |
vboxsync |
scm --update-copyright-year
|
|
|
@76517
|
6 years |
vboxsync |
Main: scm --fix-header-guards. bugref:9344
|
|
|
@76487
|
6 years |
vboxsync |
Main/include: Slapped #pragma once on all headers in prep for GCC …
|
|
|
@76403
|
6 years |
vboxsync |
VBox/vmm/pdmdrv.h: Don't include err.h when it isn't needed. bugref:9344
|
|
|
@76394
|
6 years |
vboxsync |
DisplayImpl.h,HGCM.h: Avoid including VBox/VMMDev.h and instead do it …
|
|
|
@76382
|
6 years |
vboxsync |
include/VBox/vmm/pdmifs.h: Don't include hgcmsvc.h just for …
|
|
|
@76298
|
6 years |
vboxsync |
Main: bugref:6913: Added generation of some medium events. Contains …
|
|
|