VirtualBox

source: vbox/trunk/include/VBox/VBoxGuestLib.h

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @62476   8 years vboxsync (C) 2016
(edit) @59163   9 years vboxsync bugref:8087: Additions/x11: support non-root X server: make …
(edit) @58993   9 years vboxsync bugref:8153: vboxvideo: ABI issues / software rendering on Linux …
(edit) @58371   9 years vboxsync DnD/VbglR3: Detect and handle VM session changes and do a reconnect if …
(edit) @58212   9 years vboxsync DnD: Updates. - Introduced protocol changelog in DragAndDropSvc.h. …
(edit) @58204   9 years vboxsync VBoxGuestLib: Fixed doxygen warnings.
(edit) @58184   9 years vboxsync VBoxGuestLib: HVBOXCRCTL -> VBGLCRCTLHANDLE.
(edit) @58183   9 years vboxsync VBoxGuestLib: u32ClientI[Dd] -> idClient. Some cleanups.
(edit) @58181   9 years vboxsync VBoxGuestLib: Removed misunderstood …
(edit) @58178   9 years vboxsync VbglInit -> VbglInitPrimary & VbglInitClient. VBoxGuestLib/Init.cpp …
(edit) @58154   9 years vboxsync Doxygen: fixes
(edit) @58111   9 years vboxsync include,misc: More Doxygen grouping adjustments.
(edit) @58029   9 years vboxsync VBoxService: Using prefix 'VGSvc', code style/width cleanups. No real …
(edit) @57006   9 years vboxsync VMM,*: Annotated format strings in the VMM APIs and dealt with the fallout.
(edit) @55422   10 years vboxsync DnD: Protocol overhaul with versioning added which now can communicate …
(edit) @54010   10 years vboxsync Additions/common/VBoxGuestLib: add respawn counter to Daemonize().
(edit) @53421   10 years vboxsync VBoxGuestLib: add re-spawn option to VbglR3Daemonize().
(edit) @52956   10 years vboxsync Additions/common/VBoxGuestLib: combine VbglR3GetDisplayChangeRequest() …
(edit) @52893   10 years vboxsync Additions/VBoxService: add first skeleton of display service.
(edit) @52189   10 years vboxsync Additions/x11/VBoxClient: make remembering screen size between …
(edit) @52178   10 years vboxsync Additions/x11/VBoxClient: make remembering screen size between …
(edit) @50561   11 years vboxsync DnD: Update, bugfixes.
(edit) @50508   11 years vboxsync DnD: Update.
(edit) @50305   11 years vboxsync DnD: Update.
(edit) @49891   11 years vboxsync Merged private draganddrop branch into trunk.
(edit) @49349   11 years vboxsync Guest Control: - Implemented IGuestSession::DirectoryRemove, …
(edit) @47817   11 years vboxsync GuestCtrl: Update for IGuestFile; some renaming.
(edit) @47697   11 years vboxsync Forgot some files, build fix.
(edit) @47620   11 years vboxsync GuestCtrl: Fixed per-session command filtering, added command to …
(edit) @47556   11 years vboxsync Todo.
(edit) @47294   11 years vboxsync Guest user state reporting: Update.
(edit) @46181   12 years vboxsync VbglPhysHeapGetPhysAddr returns a 32-bit value, RTCCPHYS causes …
(edit) @45415   12 years vboxsync GuestCtrl: Implemented using (public) VirtualBox events instead of own …
(edit) @45369   12 years vboxsync FNVBGLHGCMCALLBACK declaration fix.
(edit) @45249   12 years vboxsync VBoxGuestLib.h: Darwin visibility experiment.
(edit) @45109   12 years vboxsync GuestCtrl: More stuff for IGuestFile and IGuestSession handling (work …
(edit) @44863   12 years vboxsync GuestCtrl: Infrastructure changes for handling and executing dedicated …
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @44324   12 years vboxsync VbglR3/VBoxControl: Added "guestproperty delete" + VbglR3GuestPropDelete.
(edit) @44130   12 years vboxsync GA/Display: Support for dynamic configuration (position and …
(edit) @43462   12 years vboxsync HGCM Host Channel service: implemented a generic Query function.
(edit) @43346   12 years vboxsync VBoxGuestLib: generic HGCM Host Channnel service.
(edit) @42846   12 years vboxsync Guest Control 2.0: Update.
(edit) @42466   12 years vboxsync Additions/common/VBoxGuestLib: we do not need VbglIsReady() after all.
(edit) @42261   12 years vboxsync enabled shared clipboard support for Linux hosts (guest=>host only)
(edit) @41852   12 years vboxsync Additions/common and solaris/vboxmouse: large code drop.
(edit) @40483   13 years vboxsync crOpenGL/wddm: don't use VBoxGuest device to comply woth Metro apps …
(edit) @40211   13 years vboxsync VbglR3: Added functions for auto-logon facility reporting + remote …
(edit) @39454   13 years vboxsync Additions-X11: initial DnD support
(edit) @39427   13 years vboxsync r=bird: pre-review comments.
(edit) @38133   13 years vboxsync GuestCtrl: Removed obsolete code for guest directory enumeration.
(edit) @37375   13 years vboxsync GuestCtrl: Added APIs for guest directory enumeration, guest file …
(edit) @37019   14 years vboxsync Guest Additions: Also report extended version information to the host …
(edit) @35907   14 years vboxsync Main/Frontends: Also use facilities for guest features (seamless, …
(edit) @35016   14 years vboxsync VBoxService/VbglR3: Added ability to optionally specify auto-mount …
(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) @32574   14 years vboxsync Additions/VBoxGuestLib+Additions/VBoxControl: Guest core dumps …
(edit) @31430   14 years vboxsync Guest Additions version lookup/status: Fixed loading of guest drivers, …
(edit) @31364   14 years vboxsync Some more fixes for Guest Additions version lookup/status; moved some …
(edit) @31355   14 years vboxsync SharedFolders/AutoMount: Added support for dynamic mount point prefix.
(edit) @31130   14 years vboxsync Const.
(edit) @31111   14 years vboxsync Shared Folders/VBoxTray: Auto-mount all shares depending on free drive …
(edit) @31052   14 years vboxsync Shared Folders/AutoMount: Update.
(edit) @31025   14 years vboxsync Quick VbglR3SharedFolder* api review.
(edit) @31002   14 years vboxsync First support for auto-mounted Shared Folders (Windows only yet).
(edit) @30779   14 years vboxsync Build fix.
(edit) @30778   14 years vboxsync Guest Additions status: Use more enums.
(edit) @30758   14 years vboxsync More fine grained Guest Additions status; now marks Additions as …
(edit) @30668   14 years vboxsync Generate a session id for the VM that is changed every time the VM …
(edit) @30061   14 years vboxsync Page fusion test api change
(edit) @30040   15 years vboxsync Part one of the page fusion test case
(edit) @29516   15 years vboxsync Guest Control: Remove unused Std* arguments.
(edit) @29438   15 years vboxsync Guest Control/VBoxService: Added support for cancel pending (blocking) …
(edit) @29307   15 years vboxsync Shared paging interface updates
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28557   15 years vboxsync Guest Control: Update (first stuff for piping output).
(edit) @28441   15 years vboxsync warning
(edit) @28415   15 years vboxsync Shared paging updates
(edit) @28408   15 years vboxsync RTGCPTR -> RTGCPTR64
(edit) @28404   15 years vboxsync Shared pages updates
(edit) @28402   15 years vboxsync Guest Control: Update (guest shutdown handling, timed peeks).
(edit) @28286   15 years vboxsync Guest Control: Update (introducing contexts for callbacks).
(edit) @28218   15 years vboxsync Guest Control: Update (HGCM low level callbacks, bugfixes).
(edit) @27976   15 years vboxsync *: scm cleans up whitespace and adds a new line at the end of …
(edit) @27852   15 years vboxsync Guest Control: Update.
(edit) @27703   15 years vboxsync Guest Control: Update (VBoxManage, Main, Host Service, VbglR3), not …
(edit) @27314   15 years vboxsync additions build fix
(edit) @27083   15 years vboxsync VBoxGuestLib: split up VBoxGuestR3LibMisc.cpp.
(edit) @27080   15 years vboxsync VBoxGuestR3LibMisc.cpp,VBoxGuestLib.h: minor adjustments.
(edit) @27023   15 years vboxsync Guest Additions: memory ballooning for guests without support for …
(edit) @26999   15 years vboxsync Guest Additions: memory ballooning for guests without support for …
(edit) @26698   15 years vboxsync Host Service/Guest Control: Initial commit of basic files (no …
(edit) @26380   15 years vboxsync VbglR3/VBoxCredProv/pam_vbox: Renamed VbglR3CredentialsAreAvailable() …
(edit) @26374   15 years vboxsync VbglR3/VBoxCredProv/pam_vbox: Return value for …
(edit) @26325   15 years vboxsync Update
(edit) @26243   15 years vboxsync VbglR3CredentialsDestroy: s/uint8_t u8NumPasses/uint32_t cPasses/. …
(edit) @26148   15 years vboxsync VbglR3/pam_vbox: Added VbglR3CredentialsDestroy(), update on PAM module.
(edit) @26061   15 years vboxsync VBoxService,VBoxGuestLib: CPU hot plugging cleanup + review.
(edit) @25975   15 years vboxsync CPU hotplug: Merge guest additions patch
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