VirtualBox

source: vbox/trunk/src/VBox/Main/include/GuestImpl.h

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @35638   14 years vboxsync Main. QT/FE: fix long standing COM issue
(edit) @35456   14 years vboxsync Build fix.
(edit) @35455   14 years vboxsync Guest Control/Main: Various bugfixes for cancellation handling, use …
(edit) @35374   14 years vboxsync hgcm -> main
(edit) @35061   14 years vboxsync GuestControl/Main: Added timeout value for SetProcessInput to prevent …
(edit) @34831   14 years vboxsync GuestControl/Copy: Use a thread (guest task) for displaying real …
(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) @33723   14 years vboxsync Automatic Guest Additions update: Support/graceful handling for …
(edit) @33497   14 years vboxsync Build fix.
(edit) @33492   14 years vboxsync Guest Copy/Guest Additions: Update.
(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) @33247   14 years vboxsync VBoxService/Guest Execution: Update.
(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) @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) @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) @31436   14 years vboxsync Guest Additions version lookup/status: Moved actual version string …
(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) @30778   14 years vboxsync Guest Additions status: Use more enums.
(edit) @30764   14 years vboxsync back out r63543, r63544 until windows build problems can be solved properly
(edit) @30760   14 years vboxsync Main: separate internal machine data structs into MachineImplPrivate.h …
(edit) @30758   14 years vboxsync More fine grained Guest Additions status; now marks Additions as …
(edit) @30739   14 years vboxsync Main: remove VirtualBoxSupportTranslation template, add translation …
(edit) @30714   14 years vboxsync Main: remove SupportErrorInfo template magic
(edit) @30075   14 years vboxsync Guest Control: Use maps instead of lists; should boost performance a bit.
(edit) @30020   15 years vboxsync Guest Control/Main: Get rid of busy waiting, use multi stage progress …
(edit) @29785   15 years vboxsync Guest Control: More stable when client is crashing/aborting in an …
(edit) @29591   15 years vboxsync Complete API, but leave it unimplemented
(edit) @29589   15 years vboxsync Connect page fusion state
(edit) @29516   15 years vboxsync Guest Control: Remove unused Std* arguments.
(edit) @29460   15 years vboxsync Dropped guest page fusion attribute.
(edit) @29309   15 years vboxsync Wording
(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) @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) @28641   15 years vboxsync Guest Control: Update (prepareExecuteArgs() not used).
(edit) @28557   15 years vboxsync Guest Control: Update (first stuff for piping output).
(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) @28358   15 years vboxsync Guest Control: Update.
(edit) @28354   15 years vboxsync Guest Control: Update (lProgress handling, wait for exiting process).
(edit) @28297   15 years vboxsync Guest Control: Update (update on contexts for callbacks).
(edit) @28286   15 years vboxsync Guest Control: Update (introducing contexts for callbacks).
(edit) @28233   15 years vboxsync Guest Control: Update.
(edit) @28206   15 years vboxsync Guest Control: Update (first code for low level HGCM callback).
(edit) @28036   15 years vboxsync More metrics changes
(edit) @28032   15 years vboxsync Guest Control/Main: Renamed IGuest::ExecuteProgram to …
(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) @27913   15 years vboxsync Main: bugfix found by gcc
(edit) @27896   15 years vboxsync Metrics updates
(edit) @27888   15 years vboxsync Compile fix
(edit) @27885   15 years vboxsync Metrics: work in progress
(edit) @27822   15 years vboxsync Removed guest statistics interface; to be merged with metrics.
(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) @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) @26295   15 years vboxsync Backed out r57393
(edit) @26290   15 years vboxsync Statistics interval controllable from within the guest from now on.
(edit) @23223   15 years vboxsync API: big medium handling change and lots of assorted other cleanups …
(edit) @21878   15 years vboxsync Main: coding style: have Main obey the standard VirtualBox coding …
(edit) @21823   15 years vboxsync Main: merge VirtualBoxBaseNEXT onto VirtualBoxBase, adjust Host …
(edit) @21686   15 years vboxsync Main: back out r50147 until the locking is properly understood; will …
(edit) @21622   15 years vboxsync Main: cleanup: merge VirtualBoxBase{WithTypedChildren}NEXT onto …
(edit) @19239   16 years vboxsync Main: support for using VBox from Python on Windows (still certain …
(edit) @19134   16 years vboxsync Main: make VBox interfaces scriptable (that is, callable from Python …
(edit) @15051   16 years vboxsync Main: Cleaned up the long standing const BSTR = const (OLECHAR *) on …
(edit) @14949   16 years vboxsync Appended vim modeline to set tabstop and expand tabs (in the way …
(edit) @13389   16 years vboxsync Main: Guest uses the new locking scheme long ago.
(edit) @8690   17 years vboxsync UpdateGuestVersion fixes.
(edit) @8425   17 years vboxsync Frontends/VirtualBox3/4, Main, Devices/VMMDev, Frontends/VBoxBFE, …
(edit) @8323   17 years vboxsync Frontends/VirtualBox3/4, Main: only switch to seamless mode if the …
(edit) @8312   17 years vboxsync Devices/VMMDev, Frontends/VBoxBFE, Main: add a guest request to report …
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @7409   17 years vboxsync VMMDev: added VMMDEV_GUEST_SUPPORTS_GRAPHICS capability, enabled by …
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @4647   17 years vboxsync Completed statistic query
(edit) @4571   17 years vboxsync Future proof
(edit) @4318   17 years vboxsync Update interval for guest statistics
(edit) @4316   17 years vboxsync Skeleton for guest statistics
(edit) @4314   17 years vboxsync Added memory balloon property to the Guest class
(edit) @4071   17 years vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @3911   17 years vboxsync Main: IGuest::seamlessSupport => supportsSeamless.
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