|
|
@63186
|
8 years |
vboxsync |
ThreadTask: Cleaning up handler() methods.
|
|
|
@63182
|
8 years |
vboxsync |
ThreadTask: split createThread up into three methods to avoid having …
|
|
|
@63152
|
8 years |
vboxsync |
GuestSessionImplTasks.cpp: Attempt to fix two bogus …
|
|
|
@63147
|
8 years |
vboxsync |
Main: warnings
|
|
|
@60629
|
9 years |
vboxsync |
Build fix.
|
|
|
@60622
|
9 years |
vboxsync |
Guest Control: Added proper handling for (VBoxService) toolbox exit …
|
|
|
@60494
|
9 years |
vboxsync |
GuestControl/Main: Fixed broken internal tools handling for guest side …
|
|
|
@58552
|
9 years |
vboxsync |
pr7179. Fixes and improvement in the classes GuestSessionTask, …
|
|
|
@58521
|
9 years |
vboxsync |
pr7179. GuestSession, GuestProcess, GuestControl classes have been …
|
|
|
@57425
|
9 years |
vboxsync |
DECLCALLBACK
|
|
|
@57358
|
9 years |
vboxsync |
*: scm cleanup run.
|
|
|
@56030
|
10 years |
vboxsync |
postfix iterator => prefix iterator and stlSize => stlEmpty where …
|
|
|
@55644
|
10 years |
vboxsync |
Main: Made it compile without VBOX_WITH_GUEST_CONTROL.
|
|
|
@55631
|
10 years |
vboxsync |
IGuestSession:
- Added pathStyle attribute and associated enum.
…
|
|
|
@55613
|
10 years |
vboxsync |
IGuestSession: Added a pathStyle attribute (read-only) that translates …
|
|
|
@55535
|
10 years |
vboxsync |
Main,VBoxManage,VBoxShell,ValidationKit: Changed the …
|
|
|
@53873
|
10 years |
vboxsync |
Main/include: remove some unneeded includes, they created an …
|
|
|
@52082
|
10 years |
vboxsync |
6813 - DisplayImpl using COM Wrappers
|
|
|
@51612
|
10 years |
vboxsync |
6813 Use of server side API wrapper code - ConsoleImpl.cpp
|
|
|
@51441
|
11 years |
vboxsync |
Main: code formatting.
|
|
|
@51092
|
11 years |
vboxsync |
6813 src-client/MachineDebuggerImpl.cpp + various formatting changes
|
|
|
@50874
|
11 years |
vboxsync |
6813 src-all/ProgressImp.cpp + some formatting/line length sorting
|
|
|
@50727
|
11 years |
vboxsync |
6813 src-client/GuestSessionImpl.cpp
|
|
|
@50709
|
11 years |
vboxsync |
6813 src-client/GuestProcessImpl.cpp
|
|
|
@49630
|
11 years |
vboxsync |
Main/GuestCtrl: Todo, logging.
|
|
|
@49629
|
11 years |
vboxsync |
Main/GuestSessionImplTasks.cpp: Don't manually release object pointers.
|
|
|
@49501
|
11 years |
vboxsync |
Uninitialized variable.
|
|
|
@49440
|
11 years |
vboxsync |
Main/GuestCtrl: Bugfixes:
- Hold lock while registering wait event in …
|
|
|
@49349
|
11 years |
vboxsync |
Guest Control:
- Implemented IGuestSession::DirectoryRemove, …
|
|
|
@47905
|
11 years |
vboxsync |
Main: warnings.
|
|
|
@47627
|
11 years |
vboxsync |
Main/GuestCtrl: Reduced locking times, more error checking, adjusted …
|
|
|
@47469
|
11 years |
vboxsync |
Guest Control: Adjustments for supporting < 4.3 Guest Additions in …
|
|
|
@46524
|
11 years |
vboxsync |
Main/IGuest::UpdateGuestAdditions: Implemented support for passing …
|
|
|
@45572
|
12 years |
vboxsync |
GuestSessionImplTasks.cpp: Better Windows OS version detection for …
|
|
|
@45482
|
12 years |
vboxsync |
GuestCtrl: Added abstract IGuestProcessIOEvent event, removed …
|
|
|
@45078
|
12 years |
vboxsync |
VBox/err.h + Main/GuestCtrl: Introduced own error range VERR_GSTCTL_*, …
|
|
|
@45010
|
12 years |
vboxsync |
GuestCtrl: More code for guest session infrastructure handling …
|
|
|
@44935
|
12 years |
vboxsync |
GuestCtrl: More code for guest session infrastructure handling …
|
|
|
@44869
|
12 years |
vboxsync |
Build fix.
|
|
|
@44863
|
12 years |
vboxsync |
GuestCtrl: Infrastructure changes for handling and executing dedicated …
|
|
|
@43493
|
12 years |
vboxsync |
Main/GuestSessionImpl: warnings.
|
|
|
@43299
|
12 years |
vboxsync |
GuestCtrl: More error checking.
|
|
|
@43200
|
12 years |
vboxsync |
Warning.
|
|
|
@43170
|
12 years |
vboxsync |
GuestCtrl: Handle bad_alloc, warnings.
|
|
|
@43162
|
12 years |
vboxsync |
Main/Guest Control 2.0: Cleanup, separated guest error handling.
|
|
|
@43061
|
12 years |
vboxsync |
Main/GuestCtrl: Respect the ProcessCreateFlag_WaitForProcessStartOnly flag.
|
|
|
@43060
|
12 years |
vboxsync |
Main/GuestSessionImplTasks: Updating WinXP + 2000: Fixed typo, do not …
|
|
|
@43053
|
12 years |
vboxsync |
Main/GuestSessionImplTasks: Exclude Windows 2000 + XP from automatic …
|
|
|
@43052
|
12 years |
vboxsync |
Main/GuestSessionImplTasks: Set a higher timeout for Windows Guest …
|
|
|
@43034
|
12 years |
vboxsync |
Main/GuestSessionImplTasks: More error handling.
|
|
|
@43030
|
12 years |
vboxsync |
Main/GuestSessionImplTasks: Don't wait for Guest Additions to be ready.
|
|
|
@43002
|
12 years |
vboxsync |
Build fix.
|
|
|
@43001
|
12 years |
vboxsync |
Main/GuestSessionImplTasks: More code for updating Guest Additions.
|
|
|
@42937
|
12 years |
vboxsync |
GuestSessionImplTasks/Update Additions: More error checks, logging …
|
|
|
@42926
|
12 years |
vboxsync |
Build fix.
|
|
|
@42923
|
12 years |
vboxsync |
GuestSessionImplTasks/Update Additions: Get rid of the env var hacks, …
|
|
|
@42918
|
12 years |
vboxsync |
Main/src-client/GuestSessionImplTasks.cpp: reorder initialization in …
|
|
|
@42897
|
12 years |
vboxsync |
Guest Control 2.0: Bugfixes.
|
|
|
@42810
|
12 years |
vboxsync |
Guest Control 2.0: Update.
|
|
copied from trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp
|
|
|
@42808
|
12 years |
vboxsync |
Guest Control 2.0: Update.
|