|
|
@78261
|
6 years |
vboxsync |
Main: bugref:6913: Added OnStorageControllerChanged to IVirtualBox …
|
|
|
@78234
|
6 years |
vboxsync |
Main/GuestCtrl: Fixed three i_waitForStatusChange() methods that would …
|
|
|
@78112
|
6 years |
vboxsync |
Guest Control/Main: By default only delete empty directory structures …
|
|
|
@78093
|
6 years |
vboxsync |
DnD/Main: Renamed GuestDnDInst() macro -> GUESTDNDINST().
|
|
|
@78090
|
6 years |
vboxsync |
*,IPRT: Use new RTPathAbsExEx function instead of RTPathAbsEx. bugref:9172
|
|
|
@78089
|
6 years |
vboxsync |
DnD/Main: Fixed copying 0-byte files from guest to host.
|
|
|
@78085
|
6 years |
vboxsync |
DnD/Main: Log (into release log) if opening the dropped files …
|
|
|
@78084
|
6 years |
vboxsync |
DnD/Main: Release logging tweaks.
|
|
|
@78039
|
6 years |
vboxsync |
Guest Control/Main: Also check for flag DirectoryRemoveRecFlag_None in …
|
|
|
@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
|
|
|
@77814
|
6 years |
vboxsync |
Main/ConsoleImpl.cpp/powerUp: Moved VRDE audio driver attaching and …
|
|
|
@77753
|
6 years |
vboxsync |
ConsoleImpl2.cpp: preprocessor indent
|
|
|
@77703
|
6 years |
vboxsync |
BVGA,Display,FE/Qt: Don't flood the release log with screen updates …
|
|
|
@77587
|
6 years |
vboxsync |
Guest Control/Main: Implemented virtual guest object methods for …
|
|
|
@77586
|
6 years |
vboxsync |
Guest Control/Main: Make sure to cancel pending wait events in …
|
|
|
@77585
|
6 years |
vboxsync |
Guest Control/Main: No need to use ASMAtomicXXX routines for …
|
|
|
@77583
|
6 years |
vboxsync |
Guest Control/Main: Renamed IGuestSession::i_isReadyExternal() -> …
|
|
|
@77582
|
6 years |
vboxsync |
Guest Control/Main: Renamed IGuestSession::i_isReadyExternal() -> …
|
|
|
@77562
|
6 years |
vboxsync |
HGCMThread: fixed incorrec stats registration. bugref:9172
|
|
|
@77554
|
6 years |
vboxsync |
grr. reverting previous commit
|
|
|
@77553
|
6 years |
vboxsync |
VBoxLogRelCreate.cpp: reverted accidental commit r129154. bugref:9172
|
|
|
@77531
|
6 years |
vboxsync |
Guest Control/Main: Fixed directory creation / mode flags for session …
|
|
|
@77527
|
6 years |
vboxsync |
Guest Control/Main: Point out that dry run mode is not supported yet …
|
|
|
@77508
|
6 years |
vboxsync |
Guest Control/Main: c_str() not needed here.
|
|
|
@77500
|
6 years |
vboxsync |
Guest Control/Main: Respect dry run in …
|
|
|
@77499
|
6 years |
vboxsync |
Guest Control/Main: Copy/paste typo in GuestSessionTaskCopyFrom::Run().
|
|
|
@77496
|
6 years |
vboxsync |
Guest Control/Main: Added exit code handling for …
|
|
|
@77495
|
6 years |
vboxsync |
Guest Control/Main: Renamed GuestSessionTask::directoryCreate() -> …
|
|
|
@77485
|
6 years |
vboxsync |
Main: add out-of-range to host-side pointer reporting.
bugref:9376: …
|
|
|
@77452
|
6 years |
vboxsync |
Devices/Graphics, pdm, Main: add out-of-range to host-side pointer …
|
|
|
@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].
|
|
|
@77386
|
6 years |
vboxsync |
GuestControl/Main: Check for data size to write in GuestFile::write[At].
|
|
|
@77385
|
6 years |
vboxsync |
GuestControl/Main: Fixed initializing some members.
|
|
|
@77371
|
6 years |
vboxsync |
Device/Graphics, pdm, Main, Front-ends: infrastructure for host …
|
|
|
@77370
|
6 years |
vboxsync |
Device/Graphics, pdm, Main, Front-ends: infrastructure for host …
|
|
|
@77279
|
6 years |
vboxsync |
Guest Control/Main + FE/Qt: Reverted r128734 (Be more strict for …
|
|
|
@77227
|
6 years |
vboxsync |
Guest Control/Main + FE/Qt: Be more strict for …
|
|
|
@77191
|
6 years |
vboxsync |
Main/HGCMThread: Don't clear the thread handle when the thread exits …
|
|
|
@77157
|
6 years |
vboxsync |
Main/GuestBase::registerWaitEventEx: Incorrect assertion. bugref:9313
|
|
|
@77152
|
6 years |
vboxsync |
Main/Display: add logging for cursor information going through. …
|
|
|
@77133
|
6 years |
vboxsync |
Fix a Windows burn from the last commit.
bugref:9376: Complete …
|
|
|
@77130
|
6 years |
vboxsync |
pdmifs/DevVGA/DisplayImpl: add screen id to …
|
|
|
@77116
|
6 years |
vboxsync |
Guest Control/Main: Docs.
|
|
|
@77113
|
6 years |
vboxsync |
Guest Control/Main: The comment about Guest::i_notifyCtrlDispatcher() …
|
|
|
@77112
|
6 years |
vboxsync |
Guest Control/Main: Clarify GuestFile::getOffset().
|
|
|
@77100
|
6 years |
vboxsync |
Main/ConsoleImpl: Don't mix COM and IPRT/VBox status codes (FreeBSD …
|
|
|
@77097
|
6 years |
vboxsync |
Guest Control/Main: Renaming (NOREF -> RT_NOREF).
|
|
|
@77096
|
6 years |
vboxsync |
Guest Control/Main: Use the new code path of …
|
|
|
@77095
|
6 years |
vboxsync |
Guest Control/Main: Forgot to return the created event in …
|
|
|
@77093
|
6 years |
vboxsync |
Guest Control/Main: Added VERR_GSTCTL_MAX_CID_COUNT_REACHED and use it …
|
|
|
@77083
|
6 years |
vboxsync |
Guest Control/Main: Comments.
|
|
|
@77082
|
6 years |
vboxsync |
Guest Control/Main: Assertion not needed in …
|
|
|
@77081
|
6 years |
vboxsync |
Guest Control/Main: Doxygen (build) fix.
|
|
|
@77080
|
6 years |
vboxsync |
Guest Control/Main: Parameter conversion in …
|
|
|
@77079
|
6 years |
vboxsync |
Guest Control/Main: Fixed GuestWaitEvent initialization by now having …
|
|
|
@77075
|
6 years |
vboxsync |
Guest Control/Main: Made GUEST_FILE_NOTIFYTYPE_WRITE more uniform to …
|
|
|
@77074
|
6 years |
vboxsync |
Guest Control/Main: Get rid of uProcFlags parameter of …
|
|
|
@77073
|
6 years |
vboxsync |
Guest Control/Main: Also check process priority flags in …
|
|
|
@77072
|
6 years |
vboxsync |
Guest Control/Main: Fixes for GuestSession::fileExist().
|
|
|
@77071
|
6 years |
vboxsync |
Guest Control/Main: Removed VERR_PERMISSION_DENIED in …
|
|
|
@77070
|
6 years |
vboxsync |
Guest Control/Main: Removed VERR_PERMISSION_DENIED in …
|
|
|
@77069
|
6 years |
vboxsync |
Guest Control/Main: Check flags of …
|
|
|
@77068
|
6 years |
vboxsync |
Guest Control/Main: Renamed GuestSessionTaskInternalOpen() to …
|
|
|
@77038
|
6 years |
vboxsync |
Guest Control/Main: Fixed the number of operations when copying from …
|
|
|
@77036
|
6 years |
vboxsync |
Guest Control/Main: Fixed the number of operations when copying from …
|
|
|
@76985
|
6 years |
vboxsync |
Graphics/VMSVGA: make VBoxSVGA compatibility with old vboxvideo …
|
|
|
@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 …
|
|
|
@76711
|
6 years |
vboxsync |
ConsoleImpl2: Use new style CFGM config for PCnet emulation.
|
|
|
@76678
|
6 years |
vboxsync |
Port r124260, r124263, r124271, r124273, r124277, r124278, r124279, …
|
|
|
@76598
|
6 years |
vboxsync |
Main: GCC precompiled headers hacking.
|
|
|
@76592
|
6 years |
vboxsync |
Main: Don't use Logging.h.
|
|
|
@76553
|
6 years |
vboxsync |
scm --update-copyright-year
|
|
|
@76474
|
6 years |
vboxsync |
scm --fix-err-h src/ (bugref:9344)
|
|
|
@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 …
|
|
|
@76380
|
6 years |
vboxsync |
VBox/com/microatl.h: Include errcore.h rather than err.h for …
|
|
|
@76250
|
6 years |
vboxsync |
Main: removed obsolete HostWindowId
|
|
|
@76112
|
6 years |
vboxsync |
Backed out accidental change in previous commit.
|
|
|
@76111
|
6 years |
vboxsync |
VirtualBoxSDSImpl.cpp: Unconfuse scm. bugref:3300
|
|
|
@76013
|
6 years |
vboxsync |
HGCM: doxygen fix
|
|
|
@75991
|
6 years |
vboxsync |
HGCM: Don't send HGCMNOTIFYEVENT_RESET on shutdown. Messes up the …
|
|
|
@75990
|
6 years |
vboxsync |
VMMDev,HGCM: Added cancellation notification and query helper.
|
|
|
@75978
|
6 years |
vboxsync |
doxygen fix
|
|
|
@75969
|
6 years |
vboxsync |
HGCM,GuestProps: Added HGCM service notifications for VM power-on, VM …
|
|
|
@75955
|
6 years |
vboxsync |
Main: Load VBoxGuestPropSvc from the VMMDev driver.
|
|
|
@75926
|
6 years |
vboxsync |
Main,Frontends: s/FileName/Filename/g (API); Took a shot a completing …
|
|
|
@75913
|
6 years |
vboxsync |
Main/GuestCtrlPrivate.cpp: Implemented full filetype -> FsObjType …
|
|
|
@75891
|
6 years |
vboxsync |
Guest Control/Main: Added stubs for IGuestSession::fsObjMoveArray() …
|
|
|
@75888
|
6 years |
vboxsync |
GuestCtrlPrivate.cpp: Incorrect assertion. bugref:9313
|
|
|
@75868
|
6 years |
vboxsync |
Main/Guest: Added a few codereview comments, mainly in the guest base …
|
|
|
@75863
|
6 years |
vboxsync |
Main/Guest: Added a few codereview comments, mainly in the guest base …
|
|
|
@75862
|
6 years |
vboxsync |
Main/Guest: Added a few codereview comments, mainly in the guest base …
|
|
|
@75861
|
6 years |
vboxsync |
Main/Guest: Added a few codereview comments, mainly in the guest base …
|
|
|
@75854
|
6 years |
vboxsync |
GuestCtrlImpl.cpp: You cannot change uFlags from uint32_t to int32_t …
|
|
|