|
|
@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
|
|
|
@42272
|
12 years |
vboxsync |
Guest Control 2.0: Update.
|
|
|
@42237
|
12 years |
vboxsync |
Main/GuestProcess: typo AssertMsg->Assert
|
|
|
@42234
|
12 years |
vboxsync |
Guest Control 2.0: Update.
|
|
|
@42216
|
12 years |
vboxsync |
Build fix.
|
|
|
@42214
|
12 years |
vboxsync |
Guest Control 2.0: Update.
|
|
|
@42199
|
12 years |
vboxsync |
GuestProcessImpl: fixed warnings
|
|
|
@42171
|
12 years |
vboxsync |
Guest Control 2.0: Update.
|
|
|
@42162
|
12 years |
vboxsync |
Build fix, warnings.
|
|
|
@42160
|
12 years |
vboxsync |
Guest Control 2.0: Update.
|
|
|
@42117
|
12 years |
vboxsync |
Main/GuestSession+GuestProcess: real build fix
|
|
|
@42106
|
12 years |
vboxsync |
Build fix.
|
|
|
@42105
|
12 years |
vboxsync |
Guest Control 2.0: Update.
|
|
|
@42095
|
12 years |
vboxsync |
Build fix.
|
|
|
@42084
|
12 years |
vboxsync |
Guest Control 2.0: Hacking in progress.
|