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) @34368   14 years vboxsync Guest Additions update/Main: Retrieve installer status after run.
(edit) @34254   14 years vboxsync Guest Additions Update/Main+Fe/Qt4: Don't show errors (also don't in …
(edit) @34172   14 years vboxsync Main/GuestImpl: Improved error/cancel handling for automatic Guest …
(edit) @34155   14 years vboxsync Main/GuestImpl: Post Guest Additions install status on automatic update.
(edit) @33902   14 years vboxsync burn fix
(edit) @33898   14 years vboxsync Guest Control/Main+VBoxManage: Implemented first bits for on-guest …
(edit) @33776   14 years vboxsync Main/IGuest::updateGuestAdditions: Introduced additional flags …
(edit) @33756   14 years vboxsync Release logging.
(edit) @33727   14 years vboxsync fix build
(edit) @33724   14 years vboxsync Comment typo.
(edit) @33723   14 years vboxsync Automatic Guest Additions update: Support/graceful handling for …
(edit) @33697   14 years vboxsync Guest Control: Provide canceling overall task progress as well.
(edit) @33696   14 years vboxsync Guest Control: Updates on guest path/environment resolving, …
(edit) @33595   14 years vboxsync src/*: more spelling fixes (logging), thanks Timeless!
(edit) @33558   14 years vboxsync Guest Copy/Guest Additions: First working version of host-triggered …
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @33528   14 years vboxsync Guest Copy/Guest Additions: No credentials needed.
(edit) @33510   14 years vboxsync Guest Copy/Guest Additions: Also don't wait forever when spawning …
(edit) @33505   14 years vboxsync build fix
(edit) @33497   14 years vboxsync Build fix.
(edit) @33494   14 years vboxsync Build fixes.
(edit) @33492   14 years vboxsync Guest Copy/Guest Additions: Update.
(edit) @33464   14 years vboxsync *: Fixes for incorrect RTStrAPrintf usage (it does NOT return an IPRT …
(edit) @33446   14 years vboxsync Guest Copy/VBoxManage+Main: Update.
(edit) @33412   14 years vboxsync Removed unused code.
(edit) @33411   14 years vboxsync Guest Copy/VBoxManage+Main: Enabled code by default (VBoxManage …
(edit) @33301   14 years vboxsync Guest Copy/VBoxManage+Main: Implemented first working "copyto" command …
(edit) @33253   14 years vboxsync build fix (some EOF header define clash)
(edit) @33247   14 years vboxsync VBoxService/Guest Execution: Update.
(edit) @33139   14 years vboxsync Warnings.
(edit) @33064   14 years vboxsync Guest Execution/Copy: Added support for input handling, added more …
(edit) @32866   14 years vboxsync Guest Copy/VBoxManage+Main: Added very first bits (not enabled by …
(edit) @32855   14 years vboxsync warning
(edit) @32852   14 years vboxsync Guest Execution: - Implemented "ignore orphaned childs" flag …
(edit) @32851   14 years vboxsync Main: defer creation of the VMMDev instance in Console to …
(edit) @32827   14 years vboxsync Main/Guest+Console: fix lock ordering issues, and mark code where this …
(edit) @32718   14 years vboxsync com/string: Remove bool conversion operator and other convenience …
(edit) @32138   14 years vboxsync GuestImpl.cpp: AdditionsRunLevelType_None and …
(edit) @32086   14 years vboxsync Guest Additions Runlevels: Use a Main enum for run level type.
(edit) @32020   14 years vboxsync Initial commit of Guest Additions runlevels; this replaces the …
(edit) @31746   14 years vboxsync Main: Added input validations missing in r64842.
(edit) @31745   14 years vboxsync Guest::setSupportedFeatures should take uint32_t arguments not (U)LONG64.
(edit) @31698   14 years vboxsync Main, frontends: unsigned long long -> long long
(edit) @31692   14 years vboxsync Cleaned up IGuest page fusion api
(edit) @31539   14 years vboxsync Main: use settings struct for machine user data; remove …
(edit) @31525   14 years vboxsync GuestImpl.cpp: r=bird: Follow-up to r64502 adding two todos.
(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   15 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.
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