VirtualBox

source: vbox/trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @71648   7 years vboxsync Guest Control/Main: Added a dedicated header file for guest session tasks.
(edit) @71647   7 years vboxsync Guest Control/Main: Don't check if the session is ready in …
(edit) @71634   7 years vboxsync Guest Control/Main: Use the session ID for Guest::i_sessionRemove() …
(edit) @71560   7 years vboxsync Guest Control/Main: Added more AutoCaller checks for public APIs.
(edit) @71542   7 years vboxsync Guest Control/IGuestSession: Added more session readiness checks.
(edit) @71414   7 years vboxsync Build fix.
(edit) @71409   7 years vboxsync Build fix.
(edit) @71406   7 years vboxsync Guest Control: Revamped internal object [un]registration and …
(edit) @71349   7 years vboxsync Guest Control/Main: Added (COM) error codes …
(edit) @71345   7 years vboxsync Guest Control: Dropped the "Internal" suffix from function, as the …
(edit) @71334   7 years vboxsync D'oh (build fix).
(edit) @71327   7 years vboxsync Guest Control/Main: Better error texts for …
(edit) @71314   7 years vboxsync GuestControl: Added and implemented IGuestSession::userHome and …
(edit) @71304   7 years vboxsync Guest Control/Main: Resolved a todo: Treat empty input as non-existing …
(edit) @71303   7 years vboxsync Guest Control/Main: Validate flags for …
(edit) @71302   7 years vboxsync Guest Control: Guest directory creation fixes.
(edit) @71299   7 years vboxsync Guest Control: Renaming (guestRc -> rcGuest).
(edit) @71272   7 years vboxsync Guest Control: Renaming, formatting.
(edit) @71254   7 years vboxsync Build fix.
(edit) @71253   7 years vboxsync Build fix.
(edit) @71251   7 years vboxsync Guest Control/[Directory|File]CopyFrom: Factored out the fileCopyFrom …
(edit) @71232   7 years vboxsync Main/Guest Control: Renamed FsObjMoveFlags, DirectoryCopyFlags and …
(edit) @71231   7 years vboxsync Main/Guest Control: Renamed FsObjMoveFlags, DirectoryCopyFlags and …
(edit) @71221   7 years vboxsync Main: Build fixes for r121122++.
(edit) @71219   7 years vboxsync Main: Build fixes for r121122++.
(edit) @71213   7 years vboxsync Guest Control: Moved the copying host -> guest implementations from …
(edit) @69500   7 years vboxsync *: scm --update-copyright-year
(edit) @69498   7 years vboxsync backed out r118835 as it incorrectly updated the 'This file is based …
(edit) @69496   7 years vboxsync *: scm --update-copyright-year
(edit) @69046   7 years vboxsync Global: replace fall-through comments with RT_FALL_THRU(). …
(edit) @67914   7 years vboxsync src-client: Define LOG_GROUP according to interface or similar.
(edit) @65120   8 years vboxsync Main: doxygen fixes
(edit) @64101   8 years vboxsync Main: removed dead code
(edit) @63584   8 years vboxsync bugref:8482. The redundant async task implementations was eliminated …
(edit) @63251   8 years vboxsync Main: warnings
(edit) @63250   8 years vboxsync GuestSession::i_startSessionAsync: ThreadTask conversion bug.
(edit) @63249   8 years vboxsync Main: warnings
(edit) @63186   8 years vboxsync ThreadTask: Cleaning up handler() methods.
(edit) @63182   8 years vboxsync ThreadTask: split createThread up into three methods to avoid having …
(edit) @63157   8 years vboxsync logging fix
(edit) @63156   8 years vboxsync GuestSession::i_objectCreateTempInternal,GuestSession::i_fsQueryInfoInt …
(edit) @62379   8 years vboxsync Main: 2nd try: fixes for a few -Wunused -Wconversion
(edit) @62372   8 years vboxsync backed out r108916
(edit) @62370   8 years vboxsync Main: a few fixes for -Wunused -Wconversion
(edit) @62358   8 years vboxsync *: renamed RT_GCC_NO_DEPRECATED_BEGIN/END => …
(edit) @62157   8 years vboxsync *: Instead of suppressing -Wno-delete-non-virtual-dtor globally we try …
(edit) @61893   8 years vboxsync Main: Renamed ProcessCreateFlag::NoProfile to ProcessCreateFlag::Profile.
(edit) @61792   8 years vboxsync Main/Guest Control: Fixes for GA tests.
(edit) @60640   9 years vboxsync Guest Control: src-client/GuestSessionImpl.cpp: Resolved a todo.
(edit) @60622   9 years vboxsync Guest Control: Added proper handling for (VBoxService) toolbox exit …
(edit) @60494   9 years vboxsync GuestControl/Main: Fixed broken internal tools handling for guest side …
(edit) @60490   9 years vboxsync GuestSessionImpl.cpp: Fixed error message typo.
(edit) @60242   9 years vboxsync Guest Control/Main: Cosmetics for VERR_ACCOUNT_RESTRICTED error …
(edit) @58552   9 years vboxsync pr7179. Fixes and improvement in the classes GuestSessionTask, …
(edit) @58521   9 years vboxsync pr7179. GuestSession, GuestProcess, GuestControl classes have been …
(edit) @57948   9 years vboxsync Guest*Impl.cpp: Two VERR_PERMISSION_DENIED todos.
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @56711   9 years vboxsync IGuestSession::fsObjQueryInfo: Return E_INVALIDARG if empty input …
(edit) @56709   9 years vboxsync GuestSessionImpl.cpp: Forgot to update the GuestProcessTool users with …
(edit) @56030   10 years vboxsync postfix iterator => prefix iterator and stlSize => stlEmpty where …
(edit) @55769   10 years vboxsync Main: it++ => ++it
(edit) @55668   10 years vboxsync Modified IGuestSession::fileOpenEx: removed the 'offset' parameter and …
(edit) @55645   10 years vboxsync Removed 106 #ifdef/#ifndef VBOX_WITH_GUEST_CONTROL statements that was …
(edit) @55633   10 years vboxsync typo in open action conversion.
(edit) @55631   10 years vboxsync IGuestSession: - Added pathStyle attribute and associated enum. …
(edit) @55614   10 years vboxsync Forgot to add the '-L' option to the vbox_stat invocation. Added '--' …
(edit) @55613   10 years vboxsync IGuestSession: Added a pathStyle attribute (read-only) that translates …
(edit) @55592   10 years vboxsync Sketched out how the base environment would be received by the guest …
(edit) @55591   10 years vboxsync Main: Renamed IGuestSession::environment to …
(edit) @55590   10 years vboxsync Main: Removed IGuestSession::environmentClear because it duplicates …
(edit) @55588   10 years vboxsync Main: Environment cleanup in the guest control area. The …
(edit) @55535   10 years vboxsync Main,VBoxManage,VBoxShell,ValidationKit: Changed the …
(edit) @54009   10 years vboxsync LogRelMax
(edit) @53128   10 years vboxsync Main/GuestControl: typos
(edit) @52082   10 years vboxsync 6813 - DisplayImpl using COM Wrappers
(edit) @51612   10 years vboxsync 6813 Use of server side API wrapper code - ConsoleImpl.cpp
(edit) @50899   11 years vboxsync remove changes that break up log and error strings, introduced in 92972
(edit) @50874   11 years vboxsync 6813 src-all/ProgressImp.cpp + some formatting/line length sorting
(edit) @50771   11 years vboxsync Main/GuestCtrl: Try to fix testsuite session file reference tests.
(edit) @50764   11 years vboxsync Main/GuestCtrl: Try to fix testsuite session environment tests.
(edit) @50729   11 years vboxsync 6813 src-client/GuestProcessImpl.cppi vn 3
(edit) @50728   11 years vboxsync 6813 src-client/GuestSessionImpl.cpp vn 2
(edit) @50727   11 years vboxsync 6813 src-client/GuestSessionImpl.cpp
(edit) @50709   11 years vboxsync 6813 src-client/GuestProcessImpl.cpp
(edit) @50618   11 years vboxsync 6813 src-client/GuestFileImpl.cpp
(edit) @50559   11 years vboxsync 6813 - src-client/GuestDirectoryImpl.cpp
(edit) @50548   11 years vboxsync 6813 - src-client/GuestDirectoryImpl.cpp - changes backed out due to …
(edit) @50547   11 years vboxsync 6813 - src-client/GuestDirectoryImpl.cpp
(edit) @50544   11 years vboxsync Main/Event: eliminate unused parameter
(edit) @49948   11 years vboxsync GuestCtrl/Main: Report back temporary name when calling …
(edit) @49632   11 years vboxsync Build fix.
(edit) @49631   11 years vboxsync Main/GuestCtrl: Set guestRc in GuestSession::fsQueryInfoInternal().
(edit) @49630   11 years vboxsync Main/GuestCtrl: Todo, logging.
(edit) @49619   11 years vboxsync Main/GuestSession: fixed a few format specifiers
(edit) @49610   11 years vboxsync Main/GuestCtrl: Don't keep ComObjPtr of parents in internal listeners.
(edit) @49570   11 years vboxsync Main/GuestProcessImpl.cpp: Don't use AssertReleaseMsg() in host …
(edit) @49504   11 years vboxsync Main/GuestCtrl: Reference counting bugfixes, handle more …
(edit) @49389   11 years vboxsync GuestCtrl: Main/VBoxManage: More checks for object pointers, minor …
(edit) @49359   11 years vboxsync Guest Control: two non-initialized variables
(edit) @49349   11 years vboxsync Guest Control: - Implemented IGuestSession::DirectoryRemove, …
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