|
|
@31282
|
14 years |
vboxsync |
Some fixes for Guest Additions version lookup.
|
|
|
@31241
|
14 years |
vboxsync |
Removed use of interface version for IGuest::getAdditionsVersion, some …
|
|
|
@31219
|
14 years |
vboxsync |
Backed out r64225 for now.
|
|
|
@31217
|
14 years |
vboxsync |
VBox/InterfaceVersion: Added IGuest methods.
|
|
|
@30903
|
14 years |
vboxsync |
Logging.
|
|
|
@30796
|
14 years |
vboxsync |
Try to fix burning debug builds
|
|
|
@30794
|
14 years |
vboxsync |
Guest eGuest Control/Main: Added release logging.
|
|
|
@30778
|
14 years |
vboxsync |
Guest Additions status: Use more enums.
|
|
|
@30777
|
14 years |
vboxsync |
Main: Cancelled -> Canceled.
|
|
|
@30758
|
14 years |
vboxsync |
More fine grained Guest Additions status; now marks Additions as …
|
|
|
@30714
|
14 years |
vboxsync |
Main: remove SupportErrorInfo template magic
|
|
|
@30662
|
14 years |
vboxsync |
Comments, some logging.
|
|
|
@30632
|
14 years |
vboxsync |
Main: simplify and document ComPtr<> template; speeds up compiling a bit
|
|
|
@30617
|
14 years |
vboxsync |
Guest Control/Main: Even more safer!
|
|
|
@30612
|
14 years |
vboxsync |
Guest Control/Main: Be safe here.
|
|
|
@30610
|
14 years |
vboxsync |
Naming.
|
|
|
@30093
|
14 years |
vboxsync |
IPRT: Removed VERR_LOGON_FAILURE in favor of …
|
|
|
@30075
|
15 years |
vboxsync |
Guest Control: Use maps instead of lists; should boost performance a bit.
|
|
|
@30071
|
15 years |
vboxsync |
Guest Control: Some todos.
|
|
|
@30021
|
15 years |
vboxsync |
Burn fix.
|
|
|
@30020
|
15 years |
vboxsync |
Guest Control/Main: Get rid of busy waiting, use multi stage progress …
|
|
|
@30002
|
15 years |
vboxsync |
Main: do not fail if VMM device port cannot be found
|
|
|
@29997
|
15 years |
vboxsync |
Main: add missing NULL ptr checks that can cause webservice to fail
|
|
|
@29867
|
15 years |
vboxsync |
r=bird: todos
|
|
|
@29807
|
15 years |
vboxsync |
Guest Control/IPRT/VBoxManage: More gentle error messages, bug fix for …
|
|
|
@29785
|
15 years |
vboxsync |
Guest Control: More stable when client is crashing/aborting in an …
|
|
|
@29645
|
15 years |
vboxsync |
Guest Control/Main/VBoxManage: IProgress shutdown handling.
|
|
|
@29641
|
15 years |
vboxsync |
Dot.
|
|
|
@29638
|
15 years |
vboxsync |
Guest Control/Main: Better credentials checking.
|
|
|
@29620
|
15 years |
vboxsync |
Statistics for shared pages
|
|
|
@29591
|
15 years |
vboxsync |
Complete API, but leave it unimplemented
|
|
|
@29589
|
15 years |
vboxsync |
Connect page fusion state
|
|
|
@29584
|
15 years |
vboxsync |
Main/GuestImpl: handle VERR_PERMISSION_DENIED
|
|
|
@29552
|
15 years |
vboxsync |
Guest Control: Allow empty passwords for credentials.
|
|
|
@29549
|
15 years |
vboxsync |
Guest Control: Do not allow anonymous executions (with system rights).
|
|
|
@29516
|
15 years |
vboxsync |
Guest Control: Remove unused Std* arguments.
|
|
|
@29512
|
15 years |
vboxsync |
Main/GuestImpl: more correct handling of the RTStrAPrintf() result
|
|
|
@29460
|
15 years |
vboxsync |
Dropped guest page fusion attribute.
|
|
|
@29309
|
15 years |
vboxsync |
Wording
|
|
|
@29299
|
15 years |
vboxsync |
Main/GuestImpl: corrected error code.
|
|
|
@29225
|
15 years |
vboxsync |
Shared paging property for IMachine and IGuest added (not implemented).
|
|
|
@29220
|
15 years |
vboxsync |
Guest Control/Main/HostService: Deal with stale clients, avoid …
|
|
|
@29005
|
15 years |
vboxsync |
Comment.
|
|
|
@29003
|
15 years |
vboxsync |
Guest Control/Main/HostService: Proper shutdown / notification when VM …
|
|
|
@28943
|
15 years |
vboxsync |
Guest Control/Main/VBoxService: Update on locking, bugfixes.
|
|
|
@28926
|
15 years |
vboxsync |
Guest Control/VBoxManage,Main: Immediate process output, now also …
|
|
|
@28887
|
15 years |
vboxsync |
Guest Control/Main: Faster (no polling on guest side), free data on …
|
|
|
@28837
|
15 years |
vboxsync |
Guest Control/Main: Faster.
|
|
|
@28833
|
15 years |
vboxsync |
Guest Control: Bugfixes.
|
|
|
@28816
|
15 years |
vboxsync |
Guest Control: Bugfix for no output data retrieved.
|
|
|
@28803
|
15 years |
vboxsync |
Guest Control: Update on error codes/handling in Main/VBoxManage.
|
|
|
@28800
|
15 years |
vboxsync |
Automated rebranding to Oracle copyright/license strings via filemuncher
|
|
|
@28780
|
15 years |
vboxsync |
Guest Control/Main: Update on local process list and …
|
|
|
@28772
|
15 years |
vboxsync |
Guest Control/Main: Added local process list, added early …
|
|
|
@28728
|
15 years |
vboxsync |
Guest Control/Main: Even return the PID if process is no more (for …
|
|
|
@28707
|
15 years |
vboxsync |
GuestImpl.cpp: Fixed warnings (scope alocks). Don't assert on …
|
|
|
@28641
|
15 years |
vboxsync |
Guest Control: Update (prepareExecuteArgs() not used).
|
|
|
@28640
|
15 years |
vboxsync |
Guest Control: Update (only complete progress once).
|
|
|
@28638
|
15 years |
vboxsync |
Guest Control: Update (wrong assertion).
|
|
|
@28634
|
15 years |
vboxsync |
Guest Control: Update (more bugfixes, enhancements for VBoxManage).
|
|
|
@28627
|
15 years |
vboxsync |
Guest Control: Update (comment).
|
|
|
@28626
|
15 years |
vboxsync |
Guest Control: Update (more locking for GetProcessOutput()).
|
|
|
@28625
|
15 years |
vboxsync |
Guest Control: Update (no buffered host waiting anymore, fixed a …
|
|
|
@28571
|
15 years |
vboxsync |
Guest Control: fix two assertions in debug mode
|
|
|
@28557
|
15 years |
vboxsync |
Guest Control: Update (first stuff for piping output).
|
|
|
@28529
|
15 years |
vboxsync |
Main: added a note
|
|
|
@28481
|
15 years |
vboxsync |
Main/GuestImp: fixed wrong conversion of CPU load values
|
|
|
@28465
|
15 years |
vboxsync |
Guest Control: Update (context ID clamping).
|
|
|
@28463
|
15 years |
vboxsync |
Guest Control: Update (extended error info, callback bugfixes).
|
|
|
@28448
|
15 years |
vboxsync |
Guest Control: Update (API for retrieving output).
|
|
|
@28434
|
15 years |
vboxsync |
*: whitespace cleanups by scm and two manually picked nits.
|
|
|
@28402
|
15 years |
vboxsync |
Guest Control: Update (guest shutdown handling, timed peeks).
|
|
|
@28369
|
15 years |
vboxsync |
Build fix for SDK, spaces.
|
|
|
@28358
|
15 years |
vboxsync |
Guest Control: Update.
|
|
|
@28354
|
15 years |
vboxsync |
Guest Control: Update (lProgress handling, wait for exiting process).
|
|
|
@28347
|
15 years |
vboxsync |
Guest Control: Update (logon error handling).
|
|
|
@28307
|
15 years |
vboxsync |
Guest Control: Update (another error handling).
|
|
|
@28306
|
15 years |
vboxsync |
Guest Control: There only can be one (tm).
|
|
|
@28305
|
15 years |
vboxsync |
Guest Control: Update (error handling).
|
|
|
@28300
|
15 years |
vboxsync |
Burn fix.
|
|
|
@28297
|
15 years |
vboxsync |
Guest Control: Update (update on contexts for callbacks).
|
|
|
@28288
|
15 years |
vboxsync |
solaris build fix
|
|
|
@28286
|
15 years |
vboxsync |
Guest Control: Update (introducing contexts for callbacks).
|
|
|
@28243
|
15 years |
vboxsync |
Guest Control: Update (callback + error handling, --verbose for …
|
|
|
@28233
|
15 years |
vboxsync |
Guest Control: Update.
|
|
|
@28218
|
15 years |
vboxsync |
Guest Control: Update (HGCM low level callbacks, bugfixes).
|
|
|
@28207
|
15 years |
vboxsync |
Guest Control: Fix service name.
|
|
|
@28206
|
15 years |
vboxsync |
Guest Control: Update (first code for low level HGCM callback).
|
|
|
@28132
|
15 years |
vboxsync |
Guest Control: Update (fixed leak in host service, --wait option for …
|
|
|
@28051
|
15 years |
vboxsync |
Another attempt to initialize the balloon correct during startup
|
|
|
@28049
|
15 years |
vboxsync |
Pass on memory balloon property to the vmm device during startup.
|
|
|
@28040
|
15 years |
vboxsync |
Fixes
|
|
|
@28038
|
15 years |
vboxsync |
Wrong units
|
|
|
@28036
|
15 years |
vboxsync |
More metrics changes
|
|
|
@28032
|
15 years |
vboxsync |
Guest Control/Main: Renamed IGuest::ExecuteProgram to …
|
|
|
@28029
|
15 years |
vboxsync |
Guest Control/VBoxService+Main: Bugfix for multiple environment blocks.
|
|
|
@28012
|
15 years |
vboxsync |
Use PGMR3QueryFreeMemory instead
|
|
|
@28004
|
15 years |
vboxsync |
Metrics updates
|
|
|
@27998
|
15 years |
vboxsync |
Dropped Guest/Pagefile/Usage/Free
|
|
|
@27996
|
15 years |
vboxsync |
Guest Control: Update (Main: argument as array, SDK docs).
|
|
|