VirtualBox

source: vbox/trunk/src/VBox/Main/GuestImpl.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @29003   15 years vboxsync Guest Control/Main/HostService: Proper shutdown / notification when VM …
(edit) @28943   15 years vboxsync Guest Control/Main/VBoxService: Update on locking, bugfixes.
(edit) @28926   15 years vboxsync Guest Control/VBoxManage,Main: Immediate process output, now also …
(edit) @28887   15 years vboxsync Guest Control/Main: Faster (no polling on guest side), free data on …
(edit) @28837   15 years vboxsync Guest Control/Main: Faster.
(edit) @28833   15 years vboxsync Guest Control: Bugfixes.
(edit) @28816   15 years vboxsync Guest Control: Bugfix for no output data retrieved.
(edit) @28803   15 years vboxsync Guest Control: Update on error codes/handling in Main/VBoxManage.
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28780   15 years vboxsync Guest Control/Main: Update on local process list and …
(edit) @28772   15 years vboxsync Guest Control/Main: Added local process list, added early …
(edit) @28728   15 years vboxsync Guest Control/Main: Even return the PID if process is no more (for …
(edit) @28707   15 years vboxsync GuestImpl.cpp: Fixed warnings (scope alocks). Don't assert on …
(edit) @28641   15 years vboxsync Guest Control: Update (prepareExecuteArgs() not used).
(edit) @28640   15 years vboxsync Guest Control: Update (only complete progress once).
(edit) @28638   15 years vboxsync Guest Control: Update (wrong assertion).
(edit) @28634   15 years vboxsync Guest Control: Update (more bugfixes, enhancements for VBoxManage).
(edit) @28627   15 years vboxsync Guest Control: Update (comment).
(edit) @28626   15 years vboxsync Guest Control: Update (more locking for GetProcessOutput()).
(edit) @28625   15 years vboxsync Guest Control: Update (no buffered host waiting anymore, fixed a …
(edit) @28571   15 years vboxsync Guest Control: fix two assertions in debug mode
(edit) @28557   15 years vboxsync Guest Control: Update (first stuff for piping output).
(edit) @28529   15 years vboxsync Main: added a note
(edit) @28481   15 years vboxsync Main/GuestImp: fixed wrong conversion of CPU load values
(edit) @28465   15 years vboxsync Guest Control: Update (context ID clamping).
(edit) @28463   15 years vboxsync Guest Control: Update (extended error info, callback bugfixes).
(edit) @28448   15 years vboxsync Guest Control: Update (API for retrieving output).
(edit) @28434   15 years vboxsync *: whitespace cleanups by scm and two manually picked nits.
(edit) @28402   15 years vboxsync Guest Control: Update (guest shutdown handling, timed peeks).
(edit) @28369   15 years vboxsync Build fix for SDK, spaces.
(edit) @28358   15 years vboxsync Guest Control: Update.
(edit) @28354   15 years vboxsync Guest Control: Update (lProgress handling, wait for exiting process).
(edit) @28347   15 years vboxsync Guest Control: Update (logon error handling).
(edit) @28307   15 years vboxsync Guest Control: Update (another error handling).
(edit) @28306   15 years vboxsync Guest Control: There only can be one (tm).
(edit) @28305   15 years vboxsync Guest Control: Update (error handling).
(edit) @28300   15 years vboxsync Burn fix.
(edit) @28297   15 years vboxsync Guest Control: Update (update on contexts for callbacks).
(edit) @28288   15 years vboxsync solaris build fix
(edit) @28286   15 years vboxsync Guest Control: Update (introducing contexts for callbacks).
(edit) @28243   15 years vboxsync Guest Control: Update (callback + error handling, --verbose for …
(edit) @28233   15 years vboxsync Guest Control: Update.
(edit) @28218   15 years vboxsync Guest Control: Update (HGCM low level callbacks, bugfixes).
(edit) @28207   15 years vboxsync Guest Control: Fix service name.
(edit) @28206   15 years vboxsync Guest Control: Update (first code for low level HGCM callback).
(edit) @28132   15 years vboxsync Guest Control: Update (fixed leak in host service, --wait option for …
(edit) @28051   15 years vboxsync Another attempt to initialize the balloon correct during startup
(edit) @28049   15 years vboxsync Pass on memory balloon property to the vmm device during startup.
(edit) @28040   15 years vboxsync Fixes
(edit) @28038   15 years vboxsync Wrong units
(edit) @28036   15 years vboxsync More metrics changes
(edit) @28032   15 years vboxsync Guest Control/Main: Renamed IGuest::ExecuteProgram to …
(edit) @28029   15 years vboxsync Guest Control/VBoxService+Main: Bugfix for multiple environment blocks.
(edit) @28012   15 years vboxsync Use PGMR3QueryFreeMemory instead
(edit) @28004   15 years vboxsync Metrics updates
(edit) @27998   15 years vboxsync Dropped Guest/Pagefile/Usage/Free
(edit) @27996   15 years vboxsync Guest Control: Update (Main: argument as array, SDK docs).
(edit) @27976   15 years vboxsync *: scm cleans up whitespace and adds a new line at the end of …
(edit) @27945   15 years vboxsync Guest Control: Update (added dummy IProgress, update to host service).
(edit) @27930   15 years vboxsync Metrics updates (untested)
(edit) @27896   15 years vboxsync Metrics updates
(edit) @27885   15 years vboxsync Metrics: work in progress
(edit) @27852   15 years vboxsync Guest Control: Update.
(edit) @27822   15 years vboxsync Removed guest statistics interface; to be merged with metrics.
(edit) @27788   15 years vboxsync Guest Control: Update (Main, registering host service, bugfixes).
(edit) @27773   15 years vboxsync Guest Control: Update (VBoxManage), corrected typo in GuestImpl.cpp.
(edit) @27767   15 years vboxsync Guest Control: Update (Main).
(edit) @27742   15 years vboxsync Guest Control: Build fix.
(edit) @27741   15 years vboxsync Guest Control: Update (Main, Host Service, Testcase).
(edit) @27712   15 years vboxsync Main/GuestImpl: Try to fix SDK burns.
(edit) @27707   15 years vboxsync Main: xpcom burn fix, use IN_BSTR as smart array type in ExecuteProgram.
(edit) @27703   15 years vboxsync Guest Control: Update (VBoxManage, Main, Host Service, VbglR3), not …
(edit) @27607   15 years vboxsync Main: remove templates for 'weak' com pointers which do nothing anyway
(edit) @27190   15 years vboxsync Main/GuestImpl: IGuest::GetSupportsGraphics() should return FALSE if …
(edit) @26753   15 years vboxsync Main: Bstr makeover (third attempt) -- make Bstr(NULL) and Bstr() …
(edit) @26603   15 years vboxsync Main: back out r57775
(edit) @26587   15 years vboxsync Main: Bstr makeover (second attempt) -- make Bstr(NULL) and Bstr() …
(edit) @26553   15 years vboxsync Main: backing out r57728 + r57730 which burn on windows
(edit) @26550   15 years vboxsync Main: Bstr makeover -- make Bstr(NULL) and Bstr() behave the same; …
(edit) @26295   15 years vboxsync Backed out r57393
(edit) @26290   15 years vboxsync Statistics interval controllable from within the guest from now on.
(edit) @26235   15 years vboxsync Main: coding style
(edit) @26186   15 years vboxsync Main: coding style fixes
(edit) @25860   15 years vboxsync Main: cleanup: get rid of VirtualBoxBaseProto, move AutoCaller*/*Span* …
(edit) @25346   15 years vboxsync iprt/cpputils.h -> iprt/cpp/utils.h
(edit) @25310   15 years vboxsync Main: lock validator, first batch: implement per-thread stack to trace …
(edit) @25149   15 years vboxsync Main: cleanup: remove all CheckComRC* macros (no functional change)
(edit) @21878   15 years vboxsync Main: coding style: have Main obey the standard VirtualBox coding …
(edit) @21219   15 years vboxsync VBox/VBoxDev.h -> VBox/VMMDev.h
(edit) @18113   16 years vboxsync don't spam the release log if Guest::GetStatistic() fails
(edit) @16125   16 years vboxsync Guest::SetStatistic argument check as well.
(edit) @16123   16 years vboxsync Typo in Guest::GetStatistic argument check.
(edit) @15152   16 years vboxsync #3285: Improve error handling API to include unique error numbers …
(edit) @15051   16 years vboxsync Main: Cleaned up the long standing const BSTR = const (OLECHAR *) on …
(edit) @14972   16 years vboxsync #3285: Improve error handling API to include unique error numbers The …
(edit) @14772   16 years vboxsync Added vim modelines to aid following coding guidelines, like no tabs, …
(edit) @14579   16 years vboxsync Main: VirtualBoxBase::addCaller() now returns E_ACCESSDENIED. Also …
(edit) @9360   17 years vboxsync Main: Return the correct value for IGuest::OSTypeId as reported by the …
(edit) @8690   17 years vboxsync UpdateGuestVersion fixes.
(edit) @8425   17 years vboxsync Frontends/VirtualBox3/4, Main, Devices/VMMDev, Frontends/VBoxBFE, …
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