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) @77531   6 years vboxsync Guest Control/Main: Fixed directory creation / mode flags for session …
(edit) @77527   6 years vboxsync Guest Control/Main: Point out that dry run mode is not supported yet …
(edit) @77508   6 years vboxsync Guest Control/Main: c_str() not needed here.
(edit) @77500   6 years vboxsync Guest Control/Main: Respect dry run in …
(edit) @77499   6 years vboxsync Guest Control/Main: Copy/paste typo in GuestSessionTaskCopyFrom::Run().
(edit) @77496   6 years vboxsync Guest Control/Main: Added exit code handling for …
(edit) @77495   6 years vboxsync Guest Control/Main: Renamed GuestSessionTask::directoryCreate() -> …
(edit) @77485   6 years vboxsync Main: add out-of-range to host-side pointer reporting. bugref:9376: …
(edit) @77452   6 years vboxsync Devices/Graphics, pdm, Main: add out-of-range to host-side pointer …
(edit) @77451   6 years vboxsync Devices/Graphics, pdm, Main: add out-of-range to host-side pointer …
(edit) @77436   6 years vboxsync Main: Eradicate the use of BSTR in regular API code, there were leaks …
(edit) @77387   6 years vboxsync GuestControl/Main: Const'ed data to write in i_writeData[At].
(edit) @77386   6 years vboxsync GuestControl/Main: Check for data size to write in GuestFile::write[At].
(edit) @77385   6 years vboxsync GuestControl/Main: Fixed initializing some members.
(edit) @77371   6 years vboxsync Device/Graphics, pdm, Main, Front-ends: infrastructure for host …
(edit) @77370   6 years vboxsync Device/Graphics, pdm, Main, Front-ends: infrastructure for host …
(edit) @77279   6 years vboxsync Guest Control/Main + FE/Qt: Reverted r128734 (Be more strict for …
(edit) @77227   6 years vboxsync Guest Control/Main + FE/Qt: Be more strict for …
(edit) @77191   6 years vboxsync Main/HGCMThread: Don't clear the thread handle when the thread exits …
(edit) @77157   6 years vboxsync Main/GuestBase::registerWaitEventEx: Incorrect assertion. bugref:9313
(edit) @77152   6 years vboxsync Main/Display: add logging for cursor information going through. …
(edit) @77133   6 years vboxsync Fix a Windows burn from the last commit. bugref:9376: Complete …
(edit) @77130   6 years vboxsync pdmifs/DevVGA/DisplayImpl: add screen id to …
(edit) @77116   6 years vboxsync Guest Control/Main: Docs.
(edit) @77113   6 years vboxsync Guest Control/Main: The comment about Guest::i_notifyCtrlDispatcher() …
(edit) @77112   6 years vboxsync Guest Control/Main: Clarify GuestFile::getOffset().
(edit) @77100   6 years vboxsync Main/ConsoleImpl: Don't mix COM and IPRT/VBox status codes (FreeBSD …
(edit) @77097   6 years vboxsync Guest Control/Main: Renaming (NOREF -> RT_NOREF).
(edit) @77096   6 years vboxsync Guest Control/Main: Use the new code path of …
(edit) @77095   6 years vboxsync Guest Control/Main: Forgot to return the created event in …
(edit) @77093   6 years vboxsync Guest Control/Main: Added VERR_GSTCTL_MAX_CID_COUNT_REACHED and use it …
(edit) @77083   6 years vboxsync Guest Control/Main: Comments.
(edit) @77082   6 years vboxsync Guest Control/Main: Assertion not needed in …
(edit) @77081   6 years vboxsync Guest Control/Main: Doxygen (build) fix.
(edit) @77080   6 years vboxsync Guest Control/Main: Parameter conversion in …
(edit) @77079   6 years vboxsync Guest Control/Main: Fixed GuestWaitEvent initialization by now having …
(edit) @77075   6 years vboxsync Guest Control/Main: Made GUEST_FILE_NOTIFYTYPE_WRITE more uniform to …
(edit) @77074   6 years vboxsync Guest Control/Main: Get rid of uProcFlags parameter of …
(edit) @77073   6 years vboxsync Guest Control/Main: Also check process priority flags in …
(edit) @77072   6 years vboxsync Guest Control/Main: Fixes for GuestSession::fileExist().
(edit) @77071   6 years vboxsync Guest Control/Main: Removed VERR_PERMISSION_DENIED in …
(edit) @77070   6 years vboxsync Guest Control/Main: Removed VERR_PERMISSION_DENIED in …
(edit) @77069   6 years vboxsync Guest Control/Main: Check flags of …
(edit) @77068   6 years vboxsync Guest Control/Main: Renamed GuestSessionTaskInternalOpen() to …
(edit) @77038   6 years vboxsync Guest Control/Main: Fixed the number of operations when copying from …
(edit) @77036   6 years vboxsync Guest Control/Main: Fixed the number of operations when copying from …
(edit) @76985   6 years vboxsync Graphics/VMSVGA: make VBoxSVGA compatibility with old vboxvideo …
(edit) @76958   6 years vboxsync Guest Control: Unifying terminology for (client/host) commands, …
(edit) @76893   6 years vboxsync Recording/Main: Use lock() and unlock() in more places.
(edit) @76891   6 years vboxsync DnD: Renamed HOST_DND_HG_EVT_CANCEL -> HOST_DND_HG_CANCEL, fixes for …
(edit) @76760   6 years vboxsync Main/Recording: thin out the excessive includes so that it doesn't …
(edit) @76711   6 years vboxsync ConsoleImpl2: Use new style CFGM config for PCnet emulation.
(edit) @76678   6 years vboxsync Port r124260, r124263, r124271, r124273, r124277, r124278, r124279, …
(edit) @76598   6 years vboxsync Main: GCC precompiled headers hacking.
(edit) @76592   6 years vboxsync Main: Don't use Logging.h.
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76474   6 years vboxsync scm --fix-err-h src/ (bugref:9344)
(edit) @76403   6 years vboxsync VBox/vmm/pdmdrv.h: Don't include err.h when it isn't needed. bugref:9344
(edit) @76394   6 years vboxsync DisplayImpl.h,HGCM.h: Avoid including VBox/VMMDev.h and instead do it …
(edit) @76380   6 years vboxsync VBox/com/microatl.h: Include errcore.h rather than err.h for …
(edit) @76250   6 years vboxsync Main: removed obsolete HostWindowId
(edit) @76112   6 years vboxsync Backed out accidental change in previous commit.
(edit) @76111   6 years vboxsync VirtualBoxSDSImpl.cpp: Unconfuse scm. bugref:3300
(edit) @76013   6 years vboxsync HGCM: doxygen fix
(edit) @75991   6 years vboxsync HGCM: Don't send HGCMNOTIFYEVENT_RESET on shutdown. Messes up the …
(edit) @75990   6 years vboxsync VMMDev,HGCM: Added cancellation notification and query helper.
(edit) @75978   6 years vboxsync doxygen fix
(edit) @75969   6 years vboxsync HGCM,GuestProps: Added HGCM service notifications for VM power-on, VM …
(edit) @75955   6 years vboxsync Main: Load VBoxGuestPropSvc from the VMMDev driver.
(edit) @75926   6 years vboxsync Main,Frontends: s/FileName/Filename/g (API); Took a shot a completing …
(edit) @75913   6 years vboxsync Main/GuestCtrlPrivate.cpp: Implemented full filetype -> FsObjType …
(edit) @75891   6 years vboxsync Guest Control/Main: Added stubs for IGuestSession::fsObjMoveArray() …
(edit) @75888   6 years vboxsync GuestCtrlPrivate.cpp: Incorrect assertion. bugref:9313
(edit) @75868   6 years vboxsync Main/Guest: Added a few codereview comments, mainly in the guest base …
(edit) @75863   6 years vboxsync Main/Guest: Added a few codereview comments, mainly in the guest base …
(edit) @75862   6 years vboxsync Main/Guest: Added a few codereview comments, mainly in the guest base …
(edit) @75861   6 years vboxsync Main/Guest: Added a few codereview comments, mainly in the guest base …
(edit) @75854   6 years vboxsync GuestCtrlImpl.cpp: You cannot change uFlags from uint32_t to int32_t …
(edit) @75853   6 years vboxsync GuestControl,HGCM,VBoxService: Save/restore related optimizations and …
(edit) @75823   6 years vboxsync ConsoleImpl.cpp: warning.
(edit) @75821   6 years vboxsync HMVMX,ConsoleImpl: Workaround for incorrect assumptions in mesa vmsvga …
(edit) @75801   6 years vboxsync VBoxGuestControl: Optimizing message handling - part 2. bugref:9313
(edit) @75798   6 years vboxsync VBoxGuestControl: Optimizing message handling - part 1. bugref:9313
(edit) @75774   6 years vboxsync HGCM: Added fRequestor and fRestoring to …
(edit) @75773   6 years vboxsync HGCM: Added fRequestor and fRestoring to …
(edit) @75771   6 years vboxsync VMMDev,HGCM: Give access to VMMDevRequestHeader::fRequestor. …
(edit) @75769   6 years vboxsync VMMDev,HGCM: Give access to VMMDevRequestHeader::fRequestor. bugref:9105
(edit) @75747   6 years vboxsync HGCM: Continue with getting VERR_CANCELLED to the service when the …
(edit) @75740   6 years vboxsync HGCM,VMMDev: Made the HGCM command/message completion callback return …
(edit) @75737   6 years vboxsync HGCM: Replace C++-style inline members on VBOXHGCMSVCPARM with simple …
(edit) @75700   6 years vboxsync Main: disabled assert
(edit) @75605   6 years vboxsync Guest Control/Main: Implemented stub for IGuestSession::fsObjRemoveArray().
(edit) @75601   6 years vboxsync Main/HGCMThread: Use an automatic reset event semaphore rather an …
(edit) @75574   6 years vboxsync Main/HGCM: Shutdown HGCM on VM construction failure, indicating that …
(edit) @75541   6 years vboxsync Main/HGCM: Skip the handle stuff for the HGCMMsgCore class, it just …
(edit) @75540   6 years vboxsync Main/HGCM: Skip the handle stuff for the HGCMThread class, it just add …
(edit) @75539   6 years vboxsync Main/HGCM: Skip the handle stuff for the HGCMThread class, it just add …
(edit) @75535   6 years vboxsync Main/HGCM: nits
(edit) @75527   6 years vboxsync Main/Recording: compile fixes when VBOX_WITH_AUDIO_RECORDING is unset
(edit) @75500   6 years vboxsync VMMDev,Main,HostServices: More profiling of HGCM guest call processing.
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