VirtualBox

source: vbox/trunk/src/VBox/GuestHost

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @100676   17 months vboxsync Shared Clipboard: HTTP transfers with multiple files are also working …
(edit) @100675   17 months vboxsync Shared Clipboard/http: Removed unused member. bugref:9437
(edit) @100668   17 months vboxsync Shared Clipboard/testcase: Also include flow logging with most verbose …
(edit) @100665   17 months vboxsync Shared Clipboard: More Windows data object refcount bugfixes. Added …
(edit) @100664   17 months vboxsync Shared Clipboard: Windows data object locking fixes. bugref:9437
(edit) @100661   17 months vboxsync Shared Clipboard: Make sure to unset the data object in …
(edit) @100660   17 months vboxsync Shared Clipboard: Added ShClTransferStop() for stopping an already …
(edit) @100649   17 months vboxsync Shared Clipboard: Further relaxed checks in ShClTransferComplete() + …
(edit) @100641   17 months vboxsync Shared Clipboard: Easier to follow event destruction handling: Destroy …
(edit) @100637   17 months vboxsync Shared Clipboard: Relaxed check of shClTransferCancelOrError() a bit, …
(edit) @100636   17 months vboxsync Shared Clipboard: Added some more transfer utility functions handy to …
(edit) @100622   17 months vboxsync Shared Clipboard: Make sure to encode HTTP URLs, to also support files …
(edit) @100621   17 months vboxsync Shared Clipboard: Make sure to encode HTTP URLs, to also support files …
(edit) @100620   17 months vboxsync Shared Clipboard: Make sure to encode HTTP URLs, to also support files …
(edit) @100585   17 months vboxsync Additions/VBoxClient: Altering the .def files is not necessary, as …
(edit) @100576   17 months vboxsync Additions/VBoxClient: More trickery needed in order to get this …
(edit) @100566   17 months vboxsync Shared Clipboard: Added ShClEventWaitEx() + ShClEventSignalEx() for …
(edit) @100558   17 months vboxsync Shared Clipboard: Removed debug breakpoint accidentally left in. …
(edit) @100557   17 months vboxsync Shared Clipboard: Check if the crtisect (still) is initialized before …
(edit) @100551   17 months vboxsync Shared Clipboard: Removed annoying assertion in …
(edit) @100547   17 months vboxsync Shared Clipboard: Renaming (SHCLTRANSFERSTATUS_STOPPED -> …
(edit) @100546   17 months vboxsync Shared Clipboard: Made transfers errors more visible via balloon …
(edit) @100545   17 months vboxsync Shared Clipboard: Added some more utility functions for completing and …
(edit) @100541   17 months vboxsync Shared Clipboard: Renamed …
(edit) @100540   17 months vboxsync Shared Clipboard: Make a copy of SHCLTRANSFERTHREADCTX in …
(edit) @100538   17 months vboxsync Shared Clipboard: Use a dedicated worker thread wrapper for transfer …
(edit) @100527   17 months vboxsync Shared Clipboard: shclTransferIfaceLocalListEntryInit() is not a …
(edit) @100522   17 months vboxsync Shared Clipboard: Resolved a @todo: Removed SHCLOBJHANDLEINFO and only …
(edit) @100512   17 months vboxsync Shared Clipboard: Use ULONG in SharedClipboardWinDataObject::AddRef() …
(edit) @100510   17 months vboxsync Shared Clipboard: Also propagate the last error set via …
(edit) @100509   17 months vboxsync Shared Clipboard: Resolved a @todo: Use CoTaskMemAlloc() in …
(edit) @100507   17 months vboxsync Shared Clipboard: Also propagate stream object errors to the Windows …
(edit) @100504   17 months vboxsync Shared Clipboard: If the Windows data object is not ready (anymore), …
(edit) @100484   17 months vboxsync Shared Clipboard: Logging nit. bugref:9437
(edit) @100482   17 months vboxsync Shared Clipboard: Don't alloc extra stuff in …
(edit) @100481   17 months vboxsync Shared Clipboard: Some more (optional / verbose release) logging. …
(edit) @100467   17 months vboxsync Shared Clipboard: Renamed shClConvertFileCreateFlags() -> …
(edit) @100465   17 months vboxsync Shared Clipboard: Missing docs. bugref:9437
(edit) @100464   17 months vboxsync Shared Clipboard: Renaming for local provider, to emphasize which …
(edit) @100463   17 months vboxsync Shared Clipboard: Bugfixes for shClTransferResolvePathAbs(). bugref:9437
(edit) @100461   17 months vboxsync Shared Clipboard: More fine-grained control for Windows data object …
(edit) @100449   17 months vboxsync Shared Clipboard: (Release) log if clearing the Windows clipboard …
(edit) @100448   17 months vboxsync Shared Clipboard: (Release) log if clearing the Windows clipboard …
(edit) @100434   17 months vboxsync Shared Clipboard: Use ShClTransfer methods instead of calling the …
(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   17 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 …
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