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) @69500   7 years vboxsync *: scm --update-copyright-year
(edit) @69498   7 years vboxsync backed out r118835 as it incorrectly updated the 'This file is based …
(edit) @69496   7 years vboxsync *: scm --update-copyright-year
(edit) @67793   7 years vboxsync a few 'const com::Utf8Str &'
(edit) @62485   8 years vboxsync (C) 2016
(edit) @58230   9 years vboxsync DnD: Bugfixes.
(edit) @57425   9 years vboxsync DECLCALLBACK
(edit) @56470   9 years vboxsync Main: when reporting the guest CPU metrics, use the average between …
(edit) @55644   10 years vboxsync Main: Made it compile without VBOX_WITH_GUEST_CONTROL.
(edit) @55613   10 years vboxsync IGuestSession: Added a pathStyle attribute (read-only) that translates …
(edit) @55401   10 years vboxsync added a couple of missing Id headers
(edit) @52082   10 years vboxsync 6813 - DisplayImpl using COM Wrappers
(edit) @51476   11 years vboxsync DnD: API overhaul; now using IDnDTarget + IDnDSource. Renamed …
(edit) @47310   11 years vboxsync Build fix.
(edit) @47294   11 years vboxsync Guest user state reporting: Update.
(edit) @46524   11 years vboxsync Main/IGuest::UpdateGuestAdditions: Implemented support for passing …
(edit) @46457   11 years vboxsync Missing DECLCALLBACK on Guest::staticUpdateStats.
(edit) @45426   12 years vboxsync GuestCtrl: Added EventSource getters + OnGuestFileRegistered event.
(edit) @45415   12 years vboxsync GuestCtrl: Implemented using (public) VirtualBox events instead of own …
(edit) @44935   12 years vboxsync GuestCtrl: More code for guest session infrastructure handling …
(edit) @44863   12 years vboxsync GuestCtrl: Infrastructure changes for handling and executing dedicated …
(edit) @43908   12 years vboxsync Main/Metrics: VM network rate metrics (#6345)
(edit) @42897   12 years vboxsync Guest Control 2.0: Bugfixes.
(edit) @42864   12 years vboxsync Main/Guest control: Removed old API.
(edit) @42693   12 years vboxsync Guest Control 2.0: Update.
(edit) @42461   12 years vboxsync Guest Control 2.0: Update.
(edit) @42411   12 years vboxsync Guest Control 2.0: Update.
(edit) @42354   12 years vboxsync Guest Control 2.0: Update.
(edit) @42214   12 years vboxsync Guest Control 2.0: Update.
(edit) @42160   12 years vboxsync Guest Control 2.0: Update.
(edit) @42105   12 years vboxsync Guest Control 2.0: Update.
(edit) @42084   12 years vboxsync Guest Control 2.0: Hacking in progress.
(edit) @40685   13 years vboxsync Main/GuestCtrl: Introduced host<->guest PID mapping for immediate …
(edit) @40084   13 years vboxsync Main/Metrics: Guests now push collected metrics to VBoxSVC instead of …
(edit) @40021   13 years vboxsync GuestCtrl/Main: Fixed some locking issues + callback cleanup hangs; …
(edit) @39991   13 years vboxsync GuestCtrl: Fixed unknown PIDs after retrieving output.
(edit) @39890   13 years vboxsync VMMDev,IGuest,IAdditionsFacility,VBoxGuest,iprt/types.h: VMMDev must …
(edit) @39882   13 years vboxsync Config.kmk,VMMDev,Main,QtGui,VBoxManage: Refactored …
(edit) @39824   13 years vboxsync IGuest/version: todos and some clean up (no real changes intended).
(edit) @39659   13 years vboxsync GuestControl: Bugfixes, logging.
(edit) @39487   13 years vboxsync GuestCtrl: More bugfixing.
(edit) @39450   13 years vboxsync Main: initial DnD support
(edit) @39418   13 years vboxsync GuestCtrl: Added support for explicitly waiting on stdout/stderr, …
(edit) @38439   13 years vboxsync GuestCtrl: Removed dead code.
(edit) @38437   13 years vboxsync GuestCtrl: Update.
(edit) @38400   13 years vboxsync GuestCtrl: Disable copying directories from guest -> host, reverted …
(edit) @38395   13 years vboxsync GuestCtrl: Update.
(edit) @38290   13 years vboxsync GuestCtrl: Update.
(edit) @38269   13 years vboxsync GuestCtrl: Update.
(edit) @38235   13 years vboxsync GuestCtrl: Update.
(edit) @38085   13 years vboxsync GuestCtrl: Update of copy from guest (work in progress).
(edit) @37863   13 years vboxsync Main: Add interface for IGuest::FileQuerySize().
(edit) @37589   13 years vboxsync Main/GuestCtrl: Major overhaul of internal guest control handling, …
(edit) @37375   13 years vboxsync GuestCtrl: Added APIs for guest directory enumeration, guest file …
(edit) @36102   14 years vboxsync Build fix.
(edit) @36101   14 years vboxsync Build fix.
(edit) @36099   14 years vboxsync Main/VBoxManage: Added ExecuteProcessStatus, update on todos.
(edit) @35967   14 years vboxsync Main/VBoxManage: Update on guest facilities, added IAdditionsFacility; …
(edit) @35907   14 years vboxsync Main/Frontends: Also use facilities for guest features (seamless, …
(edit) @35890   14 years vboxsync Burn fix.
(edit) @35888   14 years vboxsync Burn fix, added facility status "failed", removed unused parameters, …
(edit) @35887   14 years vboxsync Main/VBoxManage: Introduced facility handling for more fine grained …
(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.
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