VirtualBox

source: vbox/trunk/src/VBox/GuestHost

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @100432   17 months vboxsync Shared Clipboard: Added missing SharedClipboardWinTransferCreate() …
(edit) @100428   17 months vboxsync Shared Clipboard: Use AssertPtr() here. ​​bugref:9437
(edit) @100427   17 months vboxsync Shared Clipboard: Eliminated some duplicate code in …
(edit) @100426   17 months vboxsync Shared Clipboard: Fixed setting subsequent entries in …
(edit) @100413   17 months vboxsync Shared Clipboard: Removed dead code. ​​​bugref:9437
(edit) @100412   17 months vboxsync Shared Clipboard: Windows host service now uses the same way as the …
(edit) @100407   17 months vboxsync Shared Clipboard: VBoxTray now uses the same way as VBoxClient wrt …
(edit) @100405   17 months vboxsync Shared Clipboard: Relaxed transfer status checks a bit when reading …
(edit) @100403   17 months vboxsync Shared Clipboard: Windows logging tweaks, mostly for HTML <-> MIME …
(edit) @100396   17 months vboxsync Shared Clipboard: Fixed warning (as error). ​​​bugref:9437
(edit) @100394   17 months vboxsync Shared Clipboard: Also use the transfers callbacks for the Windows …
(edit) @100393   17 months vboxsync Shared Clipboard: Made setting the transfer callbacks part of …
(edit) @100386   17 months vboxsync Shared Clipboard: Linux build fixes (needs VBOX_WITH_LIBCURL). bugref:9437
(edit) @100385   17 months vboxsync Shared Clipboard: Linux build fixes. bugref:9437
(edit) @100384   17 months vboxsync Shared Clipboard: Linux build fixes. bugref:9437
(edit) @100382   17 months vboxsync Shared Clipboard: Linux build fixes. bugref:9437
(edit) @100373   17 months vboxsync Shared Clipboard: Added SHCLTRANSFERCALLBACKS::pfnOnCreated(). bugref:9437
(edit) @100367   17 months vboxsync Shared Clipboard: More work on making the internal APIs more fine …
(edit) @100328   17 months vboxsync Shared Clipboard: Implemented a (very) basic and generic clipboard …
(edit) @100290   17 months vboxsync Shared Clipboard: Renaming (ShClTransferCtxTransferUnregister() -> …
(edit) @100289   17 months vboxsync Shared Clipboard: Typos, logging tweaks. bugref:9437
(edit) @100288   17 months vboxsync Shared Clipboard: More bugfixes for transfers HTTP server. bugref:9437
(edit) @100265   18 months vboxsync Shared Clipboard: Added handling an explicit absolute root path for …
(edit) @100256   18 months vboxsync Shared Clipboard: Logging tweaks. bugref:9437
(edit) @100255   18 months vboxsync Shared Clipboard: Added some more X11 flavors for the URI list format. …
(edit) @100242   18 months vboxsync Shared Clipboard: More code for HTTP transfer testcase. bugref:9437
(edit) @100239   18 months vboxsync Shared Clipboard: Removed some debug code. bugref:9437
(edit) @100238   18 months vboxsync Shared Clipboard: ShClTransferHttpServerStart() now complies to RFC …
(edit) @100233   18 months vboxsync Shared Clipboard: Added dedicated functions to stop the HTTP server …
(edit) @100225   18 months vboxsync Shared Clipboard: Fixed lock order violation in …
(edit) @100217   18 months vboxsync GuestHost: VBGHDisplayServerTypeDetect: Do not override rc when …
(edit) @100216   18 months vboxsync GuestHost: VBGHDisplayServerTypeDetect: Do not rely on environment …
(edit) @100214   18 months vboxsync GuestHost: VBGHDisplayServerTypeDetect: Also look for libX11.so.6 when …
(edit) @100213   18 months vboxsync Shared Clipboard: More code for locking transfers. bugref:9437
(edit) @100209   18 months vboxsync Shared Clipboard/X11: Fixed checks for SHCL_MAX_X11_FORMATS. Found by …
(edit) @100206   18 months vboxsync Shared Clipboard: Unified root list entry code to also use the generic …
(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) @100063   18 months vboxsync Nit picking. Renaming VBGHDISPLAYSERVERTYPE_WAYLAND to …
(edit) @99974   18 months vboxsync Shared Clipboard/HostService: Fixes for (not) reporting (and starting) …
(edit) @99967   18 months vboxsync Shared Clipboard: Use a define for clipboard timeouts. bugref:9437
(edit) @99966   18 months vboxsync Shared Clipboard: Use a define for clipboard timeouts. bugref:9437
(edit) @99955   19 months vboxsync Shared Clipboard: Docs [build fix]. bugref:9437
(edit) @99953   19 months vboxsync Shared Clipboard: Only need to start the HTTP server on the host when …
(edit) @99951   19 months vboxsync Shared Clipboard: Moved code for handling local filesystems with …
(edit) @99940   19 months vboxsync Shared Clipboard: Added new testcase for the HTTP server in …
(edit) @99939   19 months vboxsync Shared Clipboard: Added new testcase for the HTTP server in …
(edit) @99938   19 months vboxsync Shared Clipboard: Added new testcase for the HTTP server in …
(edit) @99937   19 months vboxsync Shared Clipboard: Added new testcase for the HTTP server in …
(edit) @99845   19 months vboxsync bugref:10450: Justify Qt 5/6 unit choice in various project parts.
(edit) @99697   19 months vboxsync Guest Additions/VBoxClient: Increased logging verbosity for testboxes. …
(edit) @99691   19 months vboxsync Guest Additions/VBoxClient: Increased logging verbosity for testboxes. …
(edit) @99689   19 months vboxsync Guest Additions/VBoxClient: Dropped the idea of having an own logging …
(edit) @99635   19 months vboxsync Guest / Host: Added vbghDisplayServerTryLoadLib() that can handle try …
(edit) @99631   19 months vboxsync Guest / Host: Added vbghDisplayServerTryLoadLib() that can handle try …
(edit) @99627   19 months vboxsync Guest / Host: Make sure to close the display server connections when …
(edit) @99620   19 months vboxsync Guest / Host: Renamed SessionType -> DisplayServerType (better naming …
(edit) @99616   19 months vboxsync Guest / Host: Added VBGHLogVerbosity[Get|Set](), removed external …
(edit) @99614   19 months vboxsync Guest / Host bugref:10427: - Added new type …
(edit) @99580   19 months vboxsync Guest Additions/Guest Host: Implemented session detection (X11 / …
(edit) @99566   19 months vboxsync Guest Additions/VBoxClient: One more libX11 import required for the …
(edit) @99564   19 months vboxsync Guest Additions/VBoxClient: Initial commit for bugref:10427. Xinerama …
(edit) @99405   20 months vboxsync Shared Clipboard/Transfers: Added ShClTransferCreateEx() and some …
(edit) @99403   20 months vboxsync Shared Clipboard/Transfers: Docs. bugref:9437
(edit) @99250   20 months vboxsync Shared Clipboard/X11: Added more (optional) release logging, to let …
(edit) @99203   20 months vboxsync Shared Clipboard/X11: Compile fix if …
(edit) @98638   22 months vboxsync DnD/tstDndTransferList: Buggy testcase.
(edit) @98413   22 months vboxsync GuestHost/*.kmk: Automatic scm cleanups. bugref:10348
(edit) @98208   23 months vboxsync GuestHost/DnD/*.kmk: s/VBOXGUESTR3LIB/VBoxGuestR3Lib/ + …
(edit) @98169   23 months vboxsync *.kmk: s/VBOXR3TSTEXE/VBoxR3TstExe/ bugref:10348
(edit) @98133   23 months vboxsync *.kmk: s/VBOXR3/VBoxR3Dll/ bugref:10348
(edit) @98127   23 months vboxsync *.kmk: s/VBOXQTGUIEXE/VBoxQtGuiExe/ s/VBOXQTGUI/VBoxQtGuiDll/ bugref:10348
(edit) @98126   23 months vboxsync *.kmk: s/VBOXGUESTR0LIB/VBoxGuestR0DrvLib/ …
(edit) @98103   23 months vboxsync Copyright year updates by scm.
(edit) @97848   2 years vboxsync DnD/GuestHost: Added a first, minimal (manual) testcase for Qt's …
(edit) @97845   2 years vboxsync DnD/GuestHost: Added a first, minimal (manual) testcase for Qt's …
(edit) @97843   2 years vboxsync DnD/GuestHost: Added a first, minimal (manual) testcase for Qt's …
(edit) @97842   2 years vboxsync DnD/GuestHost: Added a first, minimal (manual) testcase for Qt's …
(edit) @97841   2 years vboxsync DnD/GuestHost: Added a first, minimal (manual) testcase for Qt's …
(edit) @97834   2 years vboxsync DnD/TransferList: Fixed returning wrong buffer sizes in …
(edit) @97799   2 years vboxsync DnD: Resolved a @todo: Return rc when closing DnD objects.
(edit) @97769   2 years vboxsync DnD: Added DnDActionListToStrA().
(edit) @97762   2 years vboxsync DnD: Added VBOXDNDSTATE enum + string conversion function.
(edit) @97748   2 years vboxsync DnD: Renamed GUEST_DND_FN_GH_EVT_ERROR -> GUEST_DND_FN_EVT_ERROR to …
(edit) @97730   2 years vboxsync DnD: Added DnDHostMsgToStr() and DnDGuestMsgToStr().
(edit) @97282   2 years vboxsync Shared Clipboard/Service: Factored out and renamed …
(edit) @97253   2 years vboxsync Shared Clipboard/common: Fixed a bug in ShClConvLatin1LFToUtf16CRLF() …
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @95823   2 years vboxsync DnD: Added GuestHost/DnDUtils module for various utility functions, …
(edit) @95821   2 years vboxsync DnD: Added GuestHost/DnDUtils module for various utility functions, …
(edit) @93504   3 years vboxsync Shared Clipboard: Implemented backend callbacks and a dedicated …
(edit) @93497   3 years vboxsync Shared Clipboard: Implemented backend callbacks and a dedicated …
(edit) @93496   3 years vboxsync Shared Clipboard: Implemented backend callbacks and a dedicated …
(edit) @93495   3 years vboxsync Shared Clipboard: Implemented backend callbacks and a dedicated …
(edit) @93494   3 years vboxsync Shared Clipboard/commmon: Added a missing guest command to …
(edit) @93401   3 years vboxsync SharedClipboard/win: Fixed off by 2 calculation in …
(edit) @93399   3 years vboxsync SharedClipboard/win: scm fix. bugref:10160
(edit) @93398   3 years vboxsync SharedClipboard/win: Restore previous version of …
(edit) @93326   3 years vboxsync Shared Clipboard/X11: Renamed mandatory (own) X11 callbacks to better …
(edit) @93321   3 years vboxsync Shared Clipboard/X11: Renamed mandatory (own) X11 callbacks to better …
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