VirtualBox

source: vbox/trunk/src/VBox/Main/include/GuestCtrlImplPrivate.h

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @99740   19 months vboxsync *: doxygen corrections (mostly about removing @returns from functions …
(edit) @99739   19 months vboxsync *: doxygen corrections (mostly about removing @returns from functions …
(edit) @99392   20 months vboxsync Guest Control: Completely revamped / overhauled the (now legacy) …
(edit) @99262   20 months vboxsync Guest Control: Implements IGuestSession::fsQueryInfo() and …
(edit) @99120   21 months vboxsync Guest Control: Added ability of specifying an optional current working …
(edit) @99085   21 months vboxsync Guest Control: Added directory listing support via IDirectory::list(). …
(edit) @99011   21 months vboxsync Guest Control/Main: Removed unused ACL parameters from …
(edit) @98816   21 months vboxsync Guest Control: Added GuestFsObjData::FromGuestDirEntryEx(). bugref:9783
(edit) @98792   21 months vboxsync Guest Control/VBoxService: Moved all the CALLBACKDATA_ struct from …
(edit) @98725   22 months vboxsync Guest Control/Main: Fixed deleting files via built-in toolbox; …
(edit) @98709   22 months vboxsync Guest Control: Implemented directory handling / walking as non-toolbox …
(edit) @98666   22 months vboxsync Guest Control: Streamlined GuestWaitEventBase / GuestWaitEvent …
(edit) @98665   22 months vboxsync Guest Control: Implemented the GuestSession::i_fsQueryInfo() + …
(edit) @98610   22 months vboxsync Main/GuestSession: nits and some logging. bugref:9783
(edit) @98544   22 months vboxsync Main/GuestCtrlImplPrivate.h/cpp: Safed up the PATH_STYLE_SEP_STR …
(edit) @98526   22 months vboxsync Guest Control: Initial commit (work in progress, disabled by default). …
(edit) @98272   23 months vboxsync Main/Guest*: rc -> hrc/vrc. bugref:10223
(edit) @98103   23 months vboxsync Copyright year updates by scm.
(edit) @97456   2 years vboxsync Guest Control/Main: Fixed returning the correct error code from …
(edit) @97417   2 years vboxsync Guest Control/Main: More path building / translation fixes. ​bugref:10286
(edit) @97395   2 years vboxsync Guest Control/Main: Rewrite of the path building and directory …
(edit) @97304   2 years vboxsync Main/Guest Control: Added a force parameter to GuestPath::Translate() …
(edit) @97303   2 years vboxsync Main/Guest Control: Added GuestBase::fsObjTypeToStr(). ​bugref:10286
(edit) @97276   2 years vboxsync Main/Guest Control: Added new guestControl::GuestPath class which …
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @91503   3 years vboxsync Main: bugref:1909: Added missed translation marks, removed redundant …
(edit) @84857   4 years vboxsync Guest Control/Main: Added another GuestBase::getErrorAsString() …
(edit) @84844   4 years vboxsync Guest Control/Main: Resolved another todo: Limit the default size a …
(edit) @84745   4 years vboxsync Guest Control/Main: Handling throw()ing VBox rc for …
(edit) @84648   5 years vboxsync Guest Control/Main: Big guest error information revamp, to show more …
(edit) @83556   5 years vboxsync Guest Control/Main: Implemented first file open info validation. …
(edit) @83413   5 years vboxsync Guest Control/Main: More constructor initializers, removed unused …
(edit) @83319   5 years vboxsync Guest Control/Main: Added some more class/struct constructor initializers.
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @81674   5 years vboxsync Main: Fixes for deprecated implicit copy operators (GCC 9).
(edit) @80873   5 years vboxsync Main/GuestSessionImpl.cpp: Keep returning E_INVALIDARG for …
(edit) @80828   5 years vboxsync Main/Guest*: Create enviornment blocks with …
(edit) @79285   5 years vboxsync Main/GuestFileImpl.cpp: Translate FileAccessMode_AppendOnly and …
(edit) @77588   6 years vboxsync Guest Control/Main: Implemented virtual guest object methods for …
(edit) @77587   6 years vboxsync Guest Control/Main: Implemented virtual guest object methods for …
(edit) @77116   6 years vboxsync Guest Control/Main: Docs.
(edit) @77079   6 years vboxsync Guest Control/Main: Fixed GuestWaitEvent initialization by now having …
(edit) @76958   6 years vboxsync Guest Control: Unifying terminology for (client/host) commands, …
(edit) @76562   6 years vboxsync Main: Use MAIN_INCLUDED_ and MAIN_INCLUDED_SRC_ as header guard …
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76487   6 years vboxsync Main/include: Slapped #pragma once on all headers in prep for GCC …
(edit) @76403   6 years vboxsync VBox/vmm/pdmdrv.h: Don't include err.h when it isn't needed. bugref:9344
(edit) @75926   6 years vboxsync Main,Frontends: s/FileName/Filename/g (API); Took a shot a completing …
(edit) @75861   6 years vboxsync Main/Guest: Added a few codereview comments, mainly in the guest base …
(edit) @74734   6 years vboxsync Guest Control/Main: Got rid of the "types" array in …
(edit) @72088   7 years vboxsync Guest Control/Main: Implemented GuestWaitEvent::HasGuestError() and …
(edit) @71872   7 years vboxsync Guest Control/Main: Added GuestFsObjData::GetFileMode().
(edit) @71786   7 years vboxsync Guest Control/Main: Removed the deprecated string translations in …
(edit) @71783   7 years vboxsync Build fix (forgot a file).
(edit) @71506   7 years vboxsync Reverted r121454 (Guest Control/Main: Skip empty entries in …
(edit) @71482   7 years vboxsync Guest Control/Main: Skip empty entries in …
(edit) @71406   7 years vboxsync Guest Control: Revamped internal object [un]registration and …
(edit) @71314   7 years vboxsync GuestControl: Added and implemented IGuestSession::userHome and …
(edit) @71264   7 years vboxsync Guest Control: Implemented support for …
(edit) @71261   7 years vboxsync Guest Control: Implemented support for …
(edit) @66857   8 years vboxsync Guest Control/Main: Event fixes (for bugref:8833): * Check for …
(edit) @63258   8 years vboxsync Main: warnings
(edit) @63161   8 years vboxsync Main: Warnings
(edit) @63154   8 years vboxsync Main: More warnings about uninitialized variables (false ones) and …
(edit) @62383   8 years vboxsync Main/GuestCtrlImplPrivate: set pvData = NULL on Clear()
(edit) @60622   9 years vboxsync Guest Control: Added proper handling for (VBoxService) toolbox exit …
(edit) @59747   9 years vboxsync iprt/asm.h: Cleaned up the ASMMemIsAll8/U32 mess and implmeneted the …
(edit) @56681   9 years vboxsync GuestCtrlImplPrivate.h: Deal with internal stuff (like mkdir) having …
(edit) @55668   10 years vboxsync Modified IGuestSession::fileOpenEx: removed the 'offset' parameter and …
(edit) @55644   10 years vboxsync Main: Made it compile without VBOX_WITH_GUEST_CONTROL.
(edit) @55631   10 years vboxsync IGuestSession: - Added pathStyle attribute and associated enum. …
(edit) @55594   10 years vboxsync copy by assignment fix.
(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) @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) @55401   10 years vboxsync added a couple of missing Id headers
(edit) @50618   11 years vboxsync 6813 src-client/GuestFileImpl.cpp
(edit) @49948   11 years vboxsync GuestCtrl/Main: Report back temporary name when calling …
(edit) @49504   11 years vboxsync Main/GuestCtrl: Reference counting bugfixes, handle more …
(edit) @49359   11 years vboxsync Guest Control: two non-initialized variables
(edit) @49349   11 years vboxsync Guest Control: - Implemented IGuestSession::DirectoryRemove, …
(edit) @47817   11 years vboxsync GuestCtrl: Update for IGuestFile; some renaming.
(edit) @47627   11 years vboxsync Main/GuestCtrl: Reduced locking times, more error checking, adjusted …
(edit) @47469   11 years vboxsync Guest Control: Adjustments for supporting < 4.3 Guest Additions in …
(edit) @45780   12 years vboxsync Main/GuestCtrl: Use active listeners instead of passive ones because …
(edit) @45568   12 years vboxsync Main/GuestCtrl: Removed dead code.
(edit) @45415   12 years vboxsync GuestCtrl: Implemented using (public) VirtualBox events instead of own …
(edit) @45109   12 years vboxsync GuestCtrl: More stuff for IGuestFile and IGuestSession handling (work …
(edit) @45010   12 years vboxsync GuestCtrl: More code for guest session infrastructure handling …
(edit) @44935   12 years vboxsync GuestCtrl: More code for guest session infrastructure handling …
(edit) @44863   12 years vboxsync GuestCtrl: Infrastructure changes for handling and executing dedicated …
(edit) @43162   12 years vboxsync Main/Guest Control 2.0: Cleanup, separated guest error handling.
(edit) @43061   12 years vboxsync Main/GuestCtrl: Respect the ProcessCreateFlag_WaitForProcessStartOnly flag.
(edit) @43036   12 years vboxsync Main/GuestCtrl: Reduce number of maximum guest sessions at once to 32 …
(edit) @42897   12 years vboxsync Guest Control 2.0: Bugfixes.
(edit) @42693   12 years vboxsync Guest Control 2.0: Update.
(edit) @42673   12 years vboxsync Guest Control 2.0: Update.
(edit) @42643   12 years vboxsync Main/GuestCtrl: fix a warning.
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