VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @63248   8 years vboxsync Main: warnings
(edit) @63246   8 years vboxsync bug
(edit) @63245   8 years vboxsync GuestProcess::getEnvironment: Typo if #ifndef check accidenally …
(edit) @63186   8 years vboxsync ThreadTask: Cleaning up handler() methods.
(edit) @63178   8 years vboxsync Main: warnings
(edit) @63155   8 years vboxsync Main: More warnings about uninitialized variables.
(edit) @63153   8 years vboxsync Split up GuestProcess:i_startProcess to deal with uninitialized …
(edit) @62157   8 years vboxsync *: Instead of suppressing -Wno-delete-non-virtual-dtor globally we try …
(edit) @61792   8 years vboxsync Main/Guest Control: Fixes for GA tests.
(edit) @60642   9 years vboxsync Documentation.
(edit) @60622   9 years vboxsync Guest Control: Added proper handling for (VBoxService) toolbox exit …
(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) @56709   9 years vboxsync GuestSessionImpl.cpp: Forgot to update the GuestProcessTool users with …
(edit) @55645   10 years vboxsync Removed 106 #ifdef/#ifndef VBOX_WITH_GUEST_CONTROL statements that was …
(edit) @55613   10 years vboxsync IGuestSession: Added a pathStyle attribute (read-only) that translates …
(edit) @55599   10 years vboxsync GuestProcessImpl.cpp: Turns out the guest doesn't want a terminating …
(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) @55540   10 years vboxsync Tab.
(edit) @55535   10 years vboxsync Main,VBoxManage,VBoxShell,ValidationKit: Changed the …
(edit) @55491   10 years vboxsync GuestProcessImpl.cpp: The guest is using RTGetOptArgvFromString which …
(edit) @52934   10 years vboxsync Main: safearray cleanup, removed unnecessary SafeArray<->vector conversions
(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) @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) @50544   11 years vboxsync Main/Event: eliminate unused parameter
(edit) @49653   11 years vboxsync Main/GuestProcessImpl: typo
(edit) @49638   11 years vboxsync Main/GuestCtrl: More checks; remove IGuestDirectroy from session list …
(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) @49440   11 years vboxsync Main/GuestCtrl: Bugfixes: - Hold lock while registering wait event in …
(edit) @49405   11 years vboxsync Main/GuestProcessImpl.cpp: waitFor: Respect 0ms timeout -> …
(edit) @49389   11 years vboxsync GuestCtrl: Main/VBoxManage: More checks for object pointers, minor …
(edit) @49350   11 years vboxsync Build fix.
(edit) @49349   11 years vboxsync Guest Control: - Implemented IGuestSession::DirectoryRemove, …
(edit) @48770   11 years vboxsync Main/GuestCtrl: Check for data to be written.
(edit) @47905   11 years vboxsync Main: warnings.
(edit) @47874   11 years vboxsync Warnings.
(edit) @47817   11 years vboxsync GuestCtrl: Update for IGuestFile; some renaming.
(edit) @47630   11 years vboxsync build fix
(edit) @47627   11 years vboxsync Main/GuestCtrl: Reduced locking times, more error checking, adjusted …
(edit) @47470   11 years vboxsync Build fix.
(edit) @47469   11 years vboxsync Guest Control: Adjustments for supporting < 4.3 Guest Additions in …
(edit) @45927   12 years vboxsync *: a few uint32_t warnings
(edit) @45805   12 years vboxsync Main: Removed IGuestErrorInfo, added new attribute resultDetail to …
(edit) @45780   12 years vboxsync Main/GuestCtrl: Use active listeners instead of passive ones because …
(edit) @45697   12 years vboxsync GuestCtrl: Various bugfixes required for test driver to pass.
(edit) @45482   12 years vboxsync GuestCtrl: Added abstract IGuestProcessIOEvent event, removed …
(edit) @45426   12 years vboxsync GuestCtrl: Added EventSource getters + OnGuestFileRegistered event.
(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) @45078   12 years vboxsync VBox/err.h + Main/GuestCtrl: Introduced own error range VERR_GSTCTL_*, …
(edit) @45077   12 years vboxsync GuestProcessImpl.cpp: Fixed some callback return values.
(edit) @45010   12 years vboxsync GuestCtrl: More code for guest session infrastructure handling …
(edit) @44945   12 years vboxsync Main/GuestProcessImpl: warnings
(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) @43301   12 years vboxsync GuestCtrl: More error checking.
(edit) @43299   12 years vboxsync GuestCtrl: More error checking.
(edit) @43297   12 years vboxsync Spelling.
(edit) @43288   12 years vboxsync GuestProcessImpl/WaitFor: Don't set an error when timing out.
(edit) @43259   12 years vboxsync fixed a few gcc false positive warnings and two shadowed declarations
(edit) @43201   12 years vboxsync GuestProcessImpl/GuestProcessTool: Handle all waiting results.
(edit) @43170   12 years vboxsync GuestCtrl: Handle bad_alloc, warnings.
(edit) @43162   12 years vboxsync Main/Guest Control 2.0: Cleanup, separated guest error handling.
(edit) @43062   12 years vboxsync Main/GuestProcessImpl: Fixed leak when building up argv vector.
(edit) @43061   12 years vboxsync Main/GuestCtrl: Respect the ProcessCreateFlag_WaitForProcessStartOnly flag.
(edit) @42920   12 years vboxsync Main/src-client/GuestProcessImpl.cpp: fix compiler warnings on XPCOM, …
(edit) @42897   12 years vboxsync Guest Control 2.0: Bugfixes.
(edit) @42846   12 years vboxsync Guest Control 2.0: Update.
(edit) @42818   12 years vboxsync Guest Control 2.0: Use timeouts for IFile operations, renamed size to …
(edit) @42810   12 years vboxsync Guest Control 2.0: Update.
(edit) @42787   12 years vboxsync Guest Control 2.0: Bugfixes.
(edit) @42721   12 years vboxsync Main/GuestProcess: fix lots of warninga about variables shadowing the …
(edit) @42716   12 years vboxsync Guest Control 2.0: Update.
(edit) @42674   12 years vboxsync Build fix.
(edit) @42673   12 years vboxsync Guest Control 2.0: Update.
(edit) @42634   12 years vboxsync Guest Control 2.0: Update.
(edit) @42611   12 years vboxsync Guest Control 2.0: Update.
(edit) @42551   12 years vboxsync Main: big API naming cleanup, use all caps acronyms everywhere, …
(edit) @42525   12 years vboxsync Guest Control 2.0: Update.
(edit) @42509   12 years vboxsync Build fix.
(edit) @42508   12 years vboxsync build fix
(edit) @42507   12 years vboxsync Guest Control 2.0: Update.
(edit) @42485   12 years vboxsync Guest Control 2.0: Update.
(edit) @42478   12 years vboxsync Guest Control 2.0: Update.
(edit) @42461   12 years vboxsync Guest Control 2.0: Update.
(edit) @42439   12 years vboxsync Guest Control 2.0: Bugfixes.
(edit) @42436   12 years vboxsync Guest Control 2.0: Update.
(edit) @42412   12 years vboxsync build fix
(edit) @42411   12 years vboxsync Guest Control 2.0: Update.
(edit) @42358   12 years vboxsync build fix
(edit) @42354   12 years vboxsync Guest Control 2.0: Update.
(edit) @42274   12 years vboxsync build fix
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