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