VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @100657   17 months vboxsync Shared Clipboard/VbglR3: Renamed VbglR3ClipboardTransferStatusReply() …
(edit) @100533   17 months vboxsync Shared Clipboard: Fixed function signature of …
(edit) @100393   17 months vboxsync Shared Clipboard: Made setting the transfer callbacks part of …
(edit) @100367   17 months vboxsync Shared Clipboard: More work on making the internal APIs more fine …
(edit) @100362   17 months vboxsync Additions/VBoxGuest/VBoxGuestR0LibPhysHeap: Make use of the …
(edit) @100267   18 months vboxsync Additions: Make the R0 physical heap configurable to allow for …
(edit) @100205   18 months vboxsync Shared Clipboard: Unified root list entry code to also use the generic …
(edit) @100204   18 months vboxsync Shared Clipboard: Unified root list entry code to also use the generic …
(edit) @99739   19 months vboxsync *: doxygen corrections (mostly about removing @returns from functions …
(edit) @99262   20 months vboxsync Guest Control: Implements IGuestSession::fsQueryInfo() and …
(edit) @99257   20 months vboxsync Guest Control: More renaming; required for preparation of implementing …
(edit) @99256   20 months vboxsync Guest Control: More renaming; required for preparation of implementing …
(edit) @99253   20 months vboxsync Guest Control: Renamed HOST_MSG_FS_QUERY_INFO -> …
(edit) @99169   21 months vboxsync Guest Control/VbglR3: More bugfixes required for the initial patch …
(edit) @99120   21 months vboxsync Guest Control: Added ability of specifying an optional current working …
(edit) @99085   21 months vboxsync Guest Control: Added directory listing support via IDirectory::list(). …
(edit) @98824   21 months vboxsync Guest Control: Made the directory entry reading really dynamic by …
(edit) @98818   21 months vboxsync Guest Control: Specify the directory reading parameters (additional …
(edit) @98817   21 months vboxsync Guest Control: Use two separate caches for UID / GID lookups, to avoid …
(edit) @98813   21 months vboxsync Guest Control: Removed the ACL data portion from the HGCM callback …
(edit) @98526   22 months vboxsync Guest Control: Initial commit (work in progress, disabled by default). …
(edit) @98472   22 months vboxsync Guest Library: Introduce VbglR3DaemonizeEx and VbglR3PidfileWait, …
(edit) @98103   23 months vboxsync Copyright year updates by scm.
(edit) @97939   2 years vboxsync Add/VBoxGuestR0LibPhysHeap.cpp: Renamed some members and variables, no …
(edit) @97914   2 years vboxsync Add/VBoxGuestR0LibPhysHeap.cpp: A bit of cleanup and a testcase based …
(edit) @97764   2 years vboxsync DnD: Renamed the VbglR3 event name VBGLR3DNDEVENTTYPE_HG_CANCEL -> …
(edit) @97748   2 years vboxsync DnD: Renamed GUEST_DND_FN_GH_EVT_ERROR -> GUEST_DND_FN_EVT_ERROR to …
(edit) @96885   2 years vboxsync Additions: X11: DRM Client: Monitor guest properties in a bit more …
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @94305   3 years vboxsync Additions: Linux: Guest Lib: add helper to start legacy X11 resize …
(edit) @94186   3 years vboxsync Main: Guest Properties: remove not relevant change (related to …
(edit) @94185   3 years vboxsync Main: Guest Properties: fix build, add missing header file (related to …
(edit) @93466   3 years vboxsync Additions: Guest Library: Add interface to query if DRM IPC server …
(edit) @93222   3 years vboxsync Addidions: X11: add interface to start VBoxClient --vmsvga, bugref:10134.
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @91740   3 years vboxsync VbglR3ClipboardWriteDataEx: Don't validate pvData when cbData == 0, as …
(edit) @87897   4 years vboxsync VBoxGuestLib.h: Note: -> @note (learn to write doxygen comments already)
(edit) @87655   4 years vboxsync Shared Clipboard/Transfers: Added …
(edit) @87611   4 years vboxsync Shared Clipboard/Transfers: More callback code. ​bugref:9437
(edit) @87452   4 years vboxsync Shared Clipboard/Transfers: More code for HTTP transfers. bugref:9437
(edit) @87004   4 years vboxsync Shared Clipboard/Transfers: Initial commit for HTTP server. Work in …
(edit) @86948   4 years vboxsync Shared Clipboard/Transfers: Resurrected Windows code. bugref:9437
(edit) @86887   4 years vboxsync Additions: Renaming (VbglR3DRMClient -> VbglR3DrmClient).
(edit) @86877   4 years vboxsync Additions/VBoxDRMClient: Removed code duplication between VBoxClient / …
(edit) @86876   4 years vboxsync Guest Additions/VbglR3: Condensed / removed duplicate guest property …
(edit) @86869   4 years vboxsync DnD: Termination fixes / clarification.
(edit) @85712   4 years vboxsync DnD: Added wire protocol support for querying and reporting guest / …
(edit) @85371   4 years vboxsync DnD: Revamped code to simplify / untangle of internal data handling: - …
(edit) @85121   4 years vboxsync iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as …
(edit) @85099   4 years vboxsync VBox/cdefs.h,VBoxGuestLib.h: Make all _DECL macros NOTHROW'ers. bugref:9794
(edit) @84548   5 years vboxsync Guest Control: Implemented guest side support for gracefully rebooting …
(edit) @84215   5 years vboxsync Guest Control/VbglR3 + VBoxService: Moved code to retrieve and …
(edit) @84198   5 years vboxsync Guest Control/VbglR3: Added VbglR3GuestCtrlSessionHasChanged() to …
(edit) @83624   5 years vboxsync SharedClipboard: Eliminated SHCLFORMATDATA and did some minor darwin …
(edit) @83142   5 years vboxsync bugref:9637. Sending monitor positions (offsets) from GAs to svga …
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @82880   5 years vboxsync Shared Clipboard: Ditched SHCLDATABLOCK.
(edit) @82527   5 years vboxsync SharedClipboardSvc,Vbgl: Worked over the host messages, taking locks …
(edit) @82525   5 years vboxsync SharedClipboardSvc,Vbgl: Looked at the connect and feature exchange …
(edit) @82513   5 years vboxsync SharedClipboardSvc,Vbgl: Reviewed and adjusted the handling of the …
(edit) @82505   5 years vboxsync VBox/VBoxGuestLib.h: @todo: I don't think it's appropriate for the …
(edit) @82487   5 years vboxsync VBox/VBoxGuestLib.h: Save four padding bytes in VBGLR3SHCLCMDCTX and …
(edit) @81768   5 years vboxsync Shared Clipboard: Update.
(edit) @81560   5 years vboxsync Shared Clipboard: SCM fix.
(edit) @81559   5 years vboxsync Shared Clipboard: Got rid of the protocol version in …
(edit) @81352   5 years vboxsync Shared Clipboard/Transfers: Implemented reporting / querying …
(edit) @81346   5 years vboxsync Shared Clipboard/Transfers: Made the context ID 64-bit wide.
(edit) @81025   5 years vboxsync Shared Clipboard/Transfers: Update.
(edit) @80990   5 years vboxsync Shared Clipboard/Transfers: Update.
(edit) @80905   5 years vboxsync Shared Clipboard/Transfers: Update.
(edit) @80863   5 years vboxsync Shared Clipboard/URI: File renaming: *-uri* -> *-transfers*.
(edit) @80858   5 years vboxsync Shared Clipboard/URI: More renaming (URI -> transfer).
(edit) @80849   5 years vboxsync Shared Clipboard/URI: Renamed VBOX_WITH_SHARED_CLIPBOARD_URI_LIST -> …
(edit) @80845   5 years vboxsync Shared Clipboard/URI: More code for transfer channel handling.
(edit) @80662   5 years vboxsync Shared Clipboard: Renaming (SHAREDCLIPBOARD -> SHCL and VBOXCLIPBOARD …
(edit) @80444   5 years vboxsync Shared Clipboard/URI: Added protocol versioning support plus enhanced …
(edit) @80374   5 years vboxsync Shared Clipboard/URI: Update.
(edit) @80359   5 years vboxsync Shared Clipboard/URI: Update.
(edit) @80283   5 years vboxsync Shared Clipboard/URI: Update; more work on root list handling.
(edit) @79672   5 years vboxsync Shared Clipboard/URI: More code for root entries handling.
(edit) @79630   5 years vboxsync Shared Clipboard/URI: Update.
(edit) @79499   5 years vboxsync Shared Clipboard/URI: Build fix.
(edit) @79497   5 years vboxsync Shared Clipboard/URI: Update.
(edit) @79296   5 years vboxsync Main,VBoxService,GstCtrlSvc: Added functions for exchanging feature …
(edit) @79287   5 years vboxsync GuestCtrlSvc,Main,VBoxService: Implemented IGuestFile::SetSize. …
(edit) @79036   5 years vboxsync Shared Clipboard/URI: Update.
(edit) @79027   5 years vboxsync Shared Clipboard/URI: Update (more glue code, transfer callbacks).
(edit) @78946   5 years vboxsync Shared Clipboard/URI: Build fix.
(edit) @78942   5 years vboxsync Shared Clipboard/URI: Update.
(edit) @78897   6 years vboxsync Shared Clipboard/URI: Update.
(edit) @78440   6 years vboxsync Shared Clipboard/URI: Update.
(edit) @78315   6 years vboxsync Shared Clipboard/URI: Build fix.
(edit) @78307   6 years vboxsync Shared Clipboard/URI: First commit; work in progress.
(edit) @76585   6 years vboxsync *: scm --fix-header-guard-endif
(edit) @76558   6 years vboxsync include/VBox: Use VBOX_INCLUDED_ rather than _vbox_ as header guard …
(edit) @76557   6 years vboxsync include/iprt: Use IPRT_INCLUDED_ rather than _iprt_ as header guard …
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76507   6 years vboxsync /include: scm --fix-header-guards. bugref:9344
(edit) @75853   6 years vboxsync GuestControl,HGCM,VBoxService: Save/restore related optimizations and …
(edit) @75824   6 years vboxsync VBoxGuestControl: Optimizing message handling - part 4. bugref:9313
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