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) @31442   14 years vboxsync please use a space between the version and the revision, looks better
(edit) @31436   14 years vboxsync Guest Additions version lookup/status: Moved actual version string …
(edit) @31433   14 years vboxsync Guest Additions version lookup/status: Fixed formatting bug.
(edit) @31364   14 years vboxsync Some more fixes for Guest Additions version lookup/status; moved some …
(edit) @31282   14 years vboxsync Some fixes for Guest Additions version lookup.
(edit) @31241   14 years vboxsync Removed use of interface version for IGuest::getAdditionsVersion, some …
(edit) @31219   14 years vboxsync Backed out r64225 for now.
(edit) @31217   14 years vboxsync VBox/InterfaceVersion: Added IGuest methods.
(edit) @30903   14 years vboxsync Logging.
(edit) @30796   14 years vboxsync Try to fix burning debug builds
(edit) @30794   14 years vboxsync Guest eGuest Control/Main: Added release logging.
(edit) @30778   14 years vboxsync Guest Additions status: Use more enums.
(edit) @30777   14 years vboxsync Main: Cancelled -> Canceled.
(edit) @30758   14 years vboxsync More fine grained Guest Additions status; now marks Additions as …
(edit) @30714   14 years vboxsync Main: remove SupportErrorInfo template magic
(edit) @30662   14 years vboxsync Comments, some logging.
(edit) @30632   14 years vboxsync Main: simplify and document ComPtr<> template; speeds up compiling a bit
(edit) @30617   14 years vboxsync Guest Control/Main: Even more safer!
(edit) @30612   14 years vboxsync Guest Control/Main: Be safe here.
(edit) @30610   14 years vboxsync Naming.
(edit) @30093   14 years vboxsync IPRT: Removed VERR_LOGON_FAILURE in favor of …
(edit) @30075   15 years vboxsync Guest Control: Use maps instead of lists; should boost performance a bit.
(edit) @30071   15 years vboxsync Guest Control: Some todos.
(edit) @30021   15 years vboxsync Burn fix.
(edit) @30020   15 years vboxsync Guest Control/Main: Get rid of busy waiting, use multi stage progress …
(edit) @30002   15 years vboxsync Main: do not fail if VMM device port cannot be found
(edit) @29997   15 years vboxsync Main: add missing NULL ptr checks that can cause webservice to fail
(edit) @29867   15 years vboxsync r=bird: todos
(edit) @29807   15 years vboxsync Guest Control/IPRT/VBoxManage: More gentle error messages, bug fix for …
(edit) @29785   15 years vboxsync Guest Control: More stable when client is crashing/aborting in an …
(edit) @29645   15 years vboxsync Guest Control/Main/VBoxManage: IProgress shutdown handling.
(edit) @29641   15 years vboxsync Dot.
(edit) @29638   15 years vboxsync Guest Control/Main: Better credentials checking.
(edit) @29620   15 years vboxsync Statistics for shared pages
(edit) @29591   15 years vboxsync Complete API, but leave it unimplemented
(edit) @29589   15 years vboxsync Connect page fusion state
(edit) @29584   15 years vboxsync Main/GuestImpl: handle VERR_PERMISSION_DENIED
(edit) @29552   15 years vboxsync Guest Control: Allow empty passwords for credentials.
(edit) @29549   15 years vboxsync Guest Control: Do not allow anonymous executions (with system rights).
(edit) @29516   15 years vboxsync Guest Control: Remove unused Std* arguments.
(edit) @29512   15 years vboxsync Main/GuestImpl: more correct handling of the RTStrAPrintf() result
(edit) @29460   15 years vboxsync Dropped guest page fusion attribute.
(edit) @29309   15 years vboxsync Wording
(edit) @29299   15 years vboxsync Main/GuestImpl: corrected error code.
(edit) @29225   15 years vboxsync Shared paging property for IMachine and IGuest added (not implemented).
(edit) @29220   15 years vboxsync Guest Control/Main/HostService: Deal with stale clients, avoid …
(edit) @29005   15 years vboxsync Comment.
(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.
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