summaryrefslogtreecommitdiff
path: root/src/VBox/Main/src-client/SessionImpl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Main: rc() -> hrc()/vrc(). bugref:10223vboxsync2023-01-241-1/+1
* Copyright year updates by scm.vboxsync2023-01-171-1/+1
* Main,FE/VBoxManage: Implement possiblity to configure some of the guest debug...vboxsync2022-09-261-1/+1
* Main,FE/VBoxManage: Implement possiblity to configure some of the guest debug...vboxsync2022-09-261-0/+17
* scm copyright and license note updatevboxsync2022-08-221-8/+18
* Audio/Main: Bigger revamp of the audio interface(s) to later also support hos...vboxsync2022-06-291-0/+19
* Main/src-client/SessionImpl.cpp: Adjust to the new rules wrt. to rc -> hrc,vr...vboxsync2022-05-091-50/+50
* VMM,Main,HostServices: Use a function table for accessing the VBoxVMM.dll/so/...vboxsync2022-01-261-1/+1
* Main: Generate enum value to string conversion functions for the API. Use the...vboxsync2022-01-241-3/+4
* scm --update-copyright-yearvboxsync2022-01-011-1/+1
* Main/Session::getRemoteConsole: Don't was space on a read-locking in the VBOX...vboxsync2021-11-081-2/+1
* Main/Session::getRemoteConsole: Don't assert here as there seems to be some k...vboxsync2021-11-081-12/+12
* Main: bugref:1909: Prepared the API translation engine to using in ExtPacks a...vboxsync2021-09-201-1/+1
* Copyright year updates by scm.vboxsync2020-02-041-1/+1
* Shared Clipboard/Transfers: Added IMachine::clipboardFileTransfersEnabled att...vboxsync2019-10-151-0/+17
* Main: bugref:6913: Added OnStorageControllerChanged to IVirtualBox events and...vboxsync2019-04-231-2/+4
* Main: bugref:7929: Added ability to change the priority of the VM processvboxsync2019-03-271-0/+17
* scm --update-copyright-yearvboxsync2019-01-011-1/+1
* scm --fix-err-h src/ (bugref:9344)vboxsync2018-12-251-1/+1
* SessionImpl.cpp: build fixvboxsync2018-11-151-0/+1
* Recording/Main: Implemented better support for recording limits (also now con...vboxsync2018-11-151-2/+2
* Recording/Main: Renamed the IRecord* interfaces again to IRecording* to make ...vboxsync2018-11-091-2/+2
* Recording: Renaming APIs ICapture* -> IRecord* and other terminology to bette...vboxsync2018-11-091-2/+2
* Capturing: Separated capturing settings into new interfaces ICaptureSettings ...vboxsync2018-11-051-2/+2
* VMM: Add new QueryGenericObject entry to VMM2USER callback table, for queryin...vboxsync2017-10-041-4/+7
* Audio: Implemented ability to enable / disable audio input / output on-the-fl...vboxsync2017-08-211-0/+18
* src-client: Define LOG_GROUP according to interface or similar.vboxsync2017-07-111-1/+4
* Main: a few doxygen fixesvboxsync2017-03-231-1/+2
* Main: doxygen fixesvboxsync2017-01-041-1/+1
* Main: warningsvboxsync2016-08-101-1/+28
* (C) 2016vboxsync2016-07-221-1/+1
* Main/VirtualBox: postpone the error reporting from VirtualBox object creation...vboxsync2016-03-111-1/+1
* Also don't want to crash clients on me because VBoxSVC went nuts.vboxsync2015-08-131-1/+1
* Session::uninitialize: Shut up assertion that annoys the heck out of me right...vboxsync2015-06-291-5/+11
* Main: Stylevboxsync2015-06-161-8/+8
* Main/Session: Additional assertion for previous fixvboxsync2015-06-161-0/+2
* Main/Session: Fix possible deadlock in Session:i_unlockMachine(). Releasing t...vboxsync2015-06-161-10/+11
* iprt/log.h,SUPDrv: Replaced the 'personal' logging groups with 6 more generic...vboxsync2015-05-201-1/+1
* Main/Session+Machine: small API cleanup, introducing explicit session names a...vboxsync2015-05-111-1/+20
* Main/Console+Machine+Session+Snapshot: move the save state and snapshot relat...vboxsync2015-04-131-21/+79
* USB: Integrate USB sniffer. Make it possible to specify a file to dump the tr...vboxsync2014-10-151-2/+3
* 6813 - MachineImpl.cpp - IInternalMachineControl changes.vboxsync2014-08-221-4/+4
* Main: removed unnecesary vector/SafeArray conversion in enumerateGuestPropert...vboxsync2014-08-011-26/+1
* Main: update guest properties API to work with API wrappers, removed unnecesa...vboxsync2014-08-011-16/+11
* Main: ISession fully converted to use API wrappersvboxsync2014-07-311-17/+9
* Main: ISession partially converted to use API wrappersvboxsync2014-07-291-209/+116
* Main: AutoCaller/VirtualBoxBase refactoring, cleanly splitting out the object...vboxsync2014-07-071-3/+3
* 6813 Use of server side API wrapper code - ConsoleImpl.cppvboxsync2014-06-121-34/+34
* DnD: API overhaul; now using IDnDTarget + IDnDSource. Renamed DragAndDrop* en...vboxsync2014-05-301-3/+3
* Main/Session: remove bogus assert in Session::GetRemoteConsole, if someone ca...vboxsync2014-05-121-2/+0