VirtualBox

source: vbox/trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibGuestCtrl.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @103415   15 months vboxsync Additions,Main,VMM,Runtime: Fix some unused expression warnings, …
(edit) @103165   15 months vboxsync Guest Control/VbglR3: Made handling the CWD for starting processes …
(edit) @102881   16 months vboxsync Guest Control/VbglR3: Also init the flags in …
(edit) @102833   16 months vboxsync Guest Control: Added a flag for the get mount points HGCM API, so that …
(edit) @102654   17 months vboxsync Guest Control: Implemented IGuestSession::getMountPoints. bugref:10415
(edit) @99395   2 years vboxsync Guest Additions/VBoxService: Fixed HGCM parameter in …
(edit) @99262   2 years vboxsync Guest Control: Implements IGuestSession::fsQueryInfo() and …
(edit) @99257   2 years vboxsync Guest Control: More renaming; required for preparation of implementing …
(edit) @99256   2 years vboxsync Guest Control: More renaming; required for preparation of implementing …
(edit) @99253   2 years vboxsync Guest Control: Renamed HOST_MSG_FS_QUERY_INFO -> …
(edit) @99169   2 years vboxsync Guest Control/VbglR3: More bugfixes required for the initial patch …
(edit) @99146   2 years vboxsync Guest Control/VbglR3: Fixed getting directory handle in …
(edit) @99120   2 years vboxsync Guest Control: Added ability of specifying an optional current working …
(edit) @99088   2 years vboxsync Guest Control: Docs nits. bugref:9783
(edit) @99085   2 years vboxsync Guest Control: Added directory listing support via IDirectory::list(). …
(edit) @98824   2 years vboxsync Guest Control: Made the directory entry reading really dynamic by …
(edit) @98818   2 years vboxsync Guest Control: Specify the directory reading parameters (additional …
(edit) @98817   2 years vboxsync Guest Control: Use two separate caches for UID / GID lookups, to avoid …
(edit) @98813   2 years vboxsync Guest Control: Removed the ACL data portion from the HGCM callback …
(edit) @98804   2 years vboxsync Guest Control: Fixed the Additions burns. bugref:9783
(edit) @98709   2 years vboxsync Guest Control: Implemented directory handling / walking as non-toolbox …
(edit) @98665   2 years vboxsync Guest Control: Implemented the GuestSession::i_fsQueryInfo() + …
(edit) @98526   2 years vboxsync Guest Control: Initial commit (work in progress, disabled by default). …
(edit) @98103   2 years vboxsync Copyright year updates by scm.
(edit) @96407   3 years vboxsync scm copyright and license note update
(edit) @95189   3 years vboxsync Vbgl: Use pthread_sigmask instead of sigprocmask on darwin, as xnu is …
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @92707   3 years vboxsync Guest Control: Resolved a @todo: A bit more scoping for some defines, …
(edit) @84850   5 years vboxsync Guest Control/VbglR3: Tried fixing bailing out from starting guest …
(edit) @84848   5 years vboxsync Guest Control/VbglR3: Tried fixing bailing out from starting guest …
(edit) @84842   5 years vboxsync Guest Control/VbglR3: Temporary thrown more diagnostics into …
(edit) @84839   5 years vboxsync Guest Control/VbglR3: Temporary thrown more diagnostics into …
(edit) @84837   5 years vboxsync Guest Control/VbglR3: Docs. bugref:9320.
(edit) @84822   5 years vboxsync Guest Control/VbglR3: Tried fixing bailing out from starting guest …
(edit) @84812   5 years vboxsync Guest Control: Fixed assertions in VbglR3GuestCtrlGetShutdown(). …
(edit) @84732   5 years vboxsync Guest Control/VbglR3: Made initial session startup information a bit …
(edit) @84594   5 years vboxsync Guest Control/Additions: Fixes for guest reboot/shutdown support. …
(edit) @84548   5 years vboxsync Guest Control: Implemented guest side support for gracefully rebooting …
(edit) @84238   5 years vboxsync Guest Additions/VBoxService: Fixed warnings.
(edit) @84215   5 years vboxsync Guest Control/VbglR3 + VBoxService: Moved code to retrieve and …
(edit) @84198   5 years vboxsync Guest Control/VbglR3: Added VbglR3GuestCtrlSessionHasChanged() to …
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @79429   6 years vboxsync VbglR3: Fixed copy & paste bugs in VbglR3GuestCtrlFileCbReadOffset and …
(edit) @79428   6 years vboxsync VbglR3: Fixed copy & paste bugs in VbglR3GuestCtrlReportFeatures and …
(edit) @79296   6 years vboxsync Main,VBoxService,GstCtrlSvc: Added functions for exchanging feature …
(edit) @79287   6 years vboxsync GuestCtrlSvc,Main,VBoxService: Implemented IGuestFile::SetSize. …
(edit) @79252   6 years vboxsync VBoxGuestR3LibGuestCtrl.cpp: Corrected offset parameter type for …
(edit) @76958   6 years vboxsync Guest Control: Unifying terminology for (client/host) commands, …
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76419   6 years vboxsync VBox/VMMDev.h: Replaced VBox/err.h with iprt/errcore.h. bugref:9344
(edit) @75893   6 years vboxsync VBoxguestR3LibGuestCtrl: Fixed LogRel statement. bugref:9313
(edit) @75853   6 years vboxsync GuestControl,HGCM,VBoxService: Save/restore related optimizations and …
(edit) @75824   6 years vboxsync VBoxGuestControl: Optimizing message handling - part 4. bugref:9313
(edit) @75807   6 years vboxsync VBoxGuestControl: Optimizing message handling - part 3. bugref:9313
(edit) @75804   6 years vboxsync VBoxService: Started using the new PEEK and GET message functions. …
(edit) @75803   6 years vboxsync VBoxService: Started using the new PEEK and GET message functions. …
(edit) @75798   6 years vboxsync VBoxGuestControl: Optimizing message handling - part 1. bugref:9313
(edit) @75758   6 years vboxsync VBoxGuestLib,VBoxService: Preps for using GUEST_MSG_PEEK/GEt/CANCEL, …
(edit) @75724   6 years vboxsync VBoxService/VBoxGuestR3LibGuestCtrl.cpp: Fixed mkdir with OS X guests …
(edit) @71364   7 years vboxsync GuestControl: Added and implemented IGuestSession::userHome and …
(edit) @70389   7 years vboxsync VBoxGuestR3LibGuestCtrl.cpp: Fixed some size assertions in VbglR3HGCMCall.
(edit) @69500   8 years vboxsync *: scm --update-copyright-year
(edit) @69498   8 years vboxsync backed out r118835 as it incorrectly updated the 'This file is based …
(edit) @69496   8 years vboxsync *: scm --update-copyright-year
(edit) @68650   8 years vboxsync VBGLR3Internal.h -> VBoxGuestR3LibInternal.h
(copy) @68642   8 years vboxsync Moved VBoxGuestLib/ to VBoxGuest/lib/
copied from trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibGuestCtrl.cpp
(edit) @68526   8 years vboxsync VbglR3GuestCtrlMsgWaitFor: GUEST_MSG_WAIT is really weird.
Note: See TracRevisionLog for help on using the revision log.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette