VirtualBox

source: vbox/trunk/include/VBox/GuestHost

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @107076   4 months vboxsync Windows driver installation: Added INF installation testcases (dry-run …
(edit) @107061   4 months vboxsync Windows driver installation: Added VBOX_WIN_DRIVERINSTALL_F_NO_DESTROY …
(edit) @107059   4 months vboxsync Windows driver installation: Added VBOX_WIN_DRIVERINSTALL_F_DRYRUN to …
(edit) @106923   4 months vboxsync Windows driver installation: Renamed + added some more defines. …
(edit) @106866   4 months vboxsync Windows driver installation: Added some more defines for the INF …
(edit) @106839   4 months vboxsync Windows driver installation: Made it a bit smarter wrt model / PnP ID …
(edit) @106766   5 months vboxsync GuestHost: Mime-type converter: Fix docs, bugref:10194.
(edit) @106410   5 months vboxsync Windows installers: Added code for also parsing and querying version …
(edit) @106396   5 months vboxsync Windows installers: Added code for also parsing and querying version …
(edit) @106395   5 months vboxsync Windows installers: Added code for also parsing and querying version …
(edit) @106394   5 months vboxsync Windows installers: Added code for also parsing and querying version …
(edit) @106392   5 months vboxsync Windows installers: Added code for also parsing and querying version …
(edit) @106336   5 months vboxsync Windows installers: Big revamp for removing all DIFxApp-related / …
(edit) @106323   5 months vboxsync Windows installers: Big revamp for removing all DIFxApp-related / …
(edit) @106322   5 months vboxsync Windows installers: Big revamp for removing all DIFxApp-related / …
(edit) @106321   5 months vboxsync Windows installers: Big revamp for removing all DIFxApp-related / …
(edit) @106061   6 months vboxsync Copyright year updates by scm.
(edit) @105876   7 months vboxsync Guest Control: Added a note for GSTCTLDIRFILTER.
(edit) @104773   10 months vboxsync Shared Clipboard: Make ShClUtf16LFLenUtf8 to provide proper length in …
(edit) @104317   11 months vboxsync Shared Clipboard/Transfers: ShClTransferRootsInitFromXXX() -> …
(edit) @104310   11 months vboxsync Shared Clipboard/Transfers: Renamed ShClTransferRootsInitFromFile() -> …
(edit) @104003   12 months vboxsync Guest Control/Main: Added a new define GSTCTL_DEFAULT_TIMEOUT_MS and …
(edit) @103631   13 months vboxsync Shared Clipboard: More cleanups (renaming Windows parts to match the …
(edit) @103619   13 months vboxsync Shared Clipboard/Transfers: Raised SHCLLISTENTRY_MAX_NAME from 1024 to …
(edit) @103615   13 months vboxsync Shared Clipboard/Transfers: Made code a bit easier to follow / read, …
(edit) @103480   13 months vboxsync Shared Clipboard: Added a ShClTransferTransformPath() function to make …
(edit) @103450   13 months vboxsync Shared Clipboard: Condensed more code by adding a new Windows-specific …
(edit) @103442   13 months vboxsync Shared Clipboard: Condensed more code by adding a …
(edit) @103323   13 months vboxsync Shared Clipboard: Condensed the X11 clipboard reading code even more …
(edit) @102929   14 months vboxsync Shared Clipboard: Better documented for what headless mode is and why …
(edit) @102837   14 months vboxsync Guest Control/GuestControl.h: Docs.
(edit) @102826   14 months vboxsync Shared Clipboard/X11: Don't report an error in …
(edit) @102824   14 months vboxsync Shared Clipboard/X11: Implemented ShClX11WriteDataToX11[Async](). …
(edit) @102822   14 months vboxsync Shared Clipboard/X11: Factored out writing transfer data to X11 into …
(edit) @102816   14 months vboxsync Shared Clipboard/Transfers: Added …
(edit) @102815   14 months vboxsync Shared Clipboard: Added ShClCacheSetMultiple(). bugref:9437
(edit) @102468   16 months vboxsync Shared Clipboard: Added a dedicated event type for the X11 …
(edit) @102021   16 months vboxsync Additions: X11/Wayland: Add forgotten VBGH_ENV_DESKTOP_SESSION macro, …
(edit) @101878   16 months vboxsync Additions: X11/Wayland: Add initial support for clipboard sharing with …
(edit) @101674   17 months vboxsync GuestHost: Shared Clipboard and DnD: Add common code for mime-types …
(edit) @101673   17 months vboxsync GuestHost: DisplayServerType: Add runtime detection if Gtk library is …
(edit) @100684   20 months vboxsync Shared Clipboard: Added ShClX11ReadDataFromX11(), useful for enabling …
(edit) @100683   20 months vboxsync Shared Clipboard: Header nit. bugref:9437
(edit) @100676   20 months vboxsync Shared Clipboard: HTTP transfers with multiple files are also working …
(edit) @100660   20 months vboxsync Shared Clipboard: Added ShClTransferStop() for stopping an already …
(edit) @100636   20 months vboxsync Shared Clipboard: Added some more transfer utility functions handy to …
(edit) @100566   20 months vboxsync Shared Clipboard: Added ShClEventWaitEx() + ShClEventSignalEx() for …
(edit) @100547   20 months vboxsync Shared Clipboard: Renaming (SHCLTRANSFERSTATUS_STOPPED -> …
(edit) @100545   20 months vboxsync Shared Clipboard: Added some more utility functions for completing and …
(edit) @100541   20 months vboxsync Shared Clipboard: Renamed …
(edit) @100538   20 months vboxsync Shared Clipboard: Use a dedicated worker thread wrapper for transfer …
(edit) @100526   20 months vboxsync Shared Clipboard: Typo. bugref:9437
(edit) @100523   20 months vboxsync Shared Clipboard: Use ULONG in SharedClipboardWinDataObject::AddRef() …
(edit) @100522   20 months vboxsync Shared Clipboard: Resolved a @todo: Removed SHCLOBJHANDLEINFO and only …
(edit) @100510   20 months vboxsync Shared Clipboard: Also propagate the last error set via …
(edit) @100468   20 months vboxsync Shared Clipboard: Renamed shClConvertFileCreateFlags() -> …
(edit) @100467   20 months vboxsync Shared Clipboard: Renamed shClConvertFileCreateFlags() -> …
(edit) @100461   20 months vboxsync Shared Clipboard: More fine-grained control for Windows data object …
(edit) @100451   20 months vboxsync Shared Clipboard: Lowered the default timeout from 30s to 5s, as the …
(edit) @100431   21 months vboxsync Shared Clipboard: Fixed docs typo. ​​bugref:9437
(edit) @100412   21 months vboxsync Shared Clipboard: Windows host service now uses the same way as the …
(edit) @100407   21 months vboxsync Shared Clipboard: VBoxTray now uses the same way as VBoxClient wrt …
(edit) @100394   21 months vboxsync Shared Clipboard: Also use the transfers callbacks for the Windows …
(edit) @100393   21 months vboxsync Shared Clipboard: Made setting the transfer callbacks part of …
(edit) @100373   21 months vboxsync Shared Clipboard: Added SHCLTRANSFERCALLBACKS::pfnOnCreated(). bugref:9437
(edit) @100367   21 months vboxsync Shared Clipboard: More work on making the internal APIs more fine …
(edit) @100328   21 months vboxsync Shared Clipboard: Implemented a (very) basic and generic clipboard …
(edit) @100290   21 months vboxsync Shared Clipboard: Renaming (ShClTransferCtxTransferUnregister() -> …
(edit) @100288   21 months vboxsync Shared Clipboard: More bugfixes for transfers HTTP server. bugref:9437
(edit) @100255   21 months vboxsync Shared Clipboard: Added some more X11 flavors for the URI list format. …
(edit) @100236   21 months vboxsync Shared Clipboard: Got rid of the X11 request worker, as this …
(edit) @100234   21 months vboxsync Shared Clipboard: Fixed VBOX_SHCL_INFO_FLAG_XXX -> …
(edit) @100233   21 months vboxsync Shared Clipboard: Added dedicated functions to stop the HTTP server …
(edit) @100212   21 months vboxsync Shared Clipboard: Doxygen fix. bugref:9437
(edit) @100206   21 months vboxsync Shared Clipboard: Unified root list entry code to also use the generic …
(edit) @100205   21 months vboxsync Shared Clipboard: Unified root list entry code to also use the generic …
(edit) @100204   21 months vboxsync Shared Clipboard: Unified root list entry code to also use the generic …
(edit) @100063   22 months vboxsync Nit picking. Renaming VBGHDISPLAYSERVERTYPE_WAYLAND to …
(edit) @99966   22 months vboxsync Shared Clipboard: Use a define for clipboard timeouts. bugref:9437
(edit) @99955   22 months vboxsync Shared Clipboard: Docs [build fix]. bugref:9437
(edit) @99954   22 months vboxsync Shared Clipboard: Docs. bugref:9437
(edit) @99951   22 months vboxsync Shared Clipboard: Moved code for handling local filesystems with …
(edit) @99937   22 months vboxsync Shared Clipboard: Added new testcase for the HTTP server in …
(edit) @99689   23 months vboxsync Guest Additions/VBoxClient: Dropped the idea of having an own logging …
(edit) @99622   23 months vboxsync Guest / Host: Renamed SessionType -> DisplayServerType (better naming …
(edit) @99621   23 months vboxsync Guest / Host: Renamed SessionType -> DisplayServerType (better naming …
(edit) @99620   23 months vboxsync Guest / Host: Renamed SessionType -> DisplayServerType (better naming …
(edit) @99616   23 months vboxsync Guest / Host: Added VBGHLogVerbosity[Get|Set](), removed external …
(edit) @99615   23 months vboxsync Guest / Host bugref:10427: - Added new type …
(edit) @99614   23 months vboxsync Guest / Host bugref:10427: - Added new type …
(edit) @99584   23 months vboxsync Guest Additions/Guest Host: Implemented session detection (X11 / …
(edit) @99582   23 months vboxsync Guest Additions/Guest Host: Implemented session detection (X11 / …
(edit) @99581   23 months vboxsync Guest Additions/Guest Host: Implemented session detection (X11 / …
(edit) @99580   23 months vboxsync Guest Additions/Guest Host: Implemented session detection (X11 / …
(edit) @99405   2 years vboxsync Shared Clipboard/Transfers: Added ShClTransferCreateEx() and some …
(edit) @99262   2 years vboxsync Guest Control: Implements IGuestSession::fsQueryInfo() and …
(edit) @99120   2 years vboxsync Guest Control: Added ability of specifying an optional current working …
(edit) @99085   2 years vboxsync Guest Control: Added directory listing support via IDirectory::list(). …
(edit) @98824   2 years vboxsync Guest Control: Made the directory entry reading really dynamic by …
(edit) @98820   2 years vboxsync Guest Control: Fixed 32-bit burns. bugref:9783
Note: See TracRevisionLog for help on using the revision log.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette