|
|
@88191
|
4 years |
vboxsync |
One more small Solaris-specific build warning fix:
…
|
|
|
@87686
|
4 years |
vboxsync |
Shared Clipboard/Transfers: Renaming. bugref:9437
|
|
|
@87658
|
4 years |
vboxsync |
Shared Clipboard/Transfers: Rearranged parameter lists of …
|
|
|
@87657
|
4 years |
vboxsync |
Shared Clipboard/Transfers: Release (2) log if the guest supports file …
|
|
|
@87624
|
4 years |
vboxsync |
VBoxGuestControlSvc: Better assertion text and explanatory comment.
|
|
|
@87566
|
4 years |
vboxsync |
Shared Clipboard: doxygen fixes for unnecessary @copydoc in …
|
|
|
@87452
|
4 years |
vboxsync |
Shared Clipboard/Transfers: More code for HTTP transfers. bugref:9437
|
|
|
@87082
|
4 years |
vboxsync |
Shared Clipboard: Simplified and cleaned up the X11 callback handling …
|
|
|
@87059
|
4 years |
vboxsync |
Shared Clipboard/Transfers: Initial commit for the transfer HTTP …
|
|
|
@86959
|
4 years |
vboxsync |
Shared Clipboard: Convert VBox clipboard formats to strings to improve …
|
|
|
@86949
|
4 years |
vboxsync |
Shared Clipboard/Transfers: Transfer IDs are 32-bit and of type …
|
|
|
@86912
|
4 years |
vboxsync |
Shared Clipboard/Transfers: Docs (clipboard areas are no more). bugref:9437
|
|
|
@86911
|
4 years |
vboxsync |
Shared Clipboard/Transfers: Added VBOX_SHCL_GF_0_TRANSFERS_FRONTEND to …
|
|
|
@86908
|
4 years |
vboxsync |
Shared Clipboard/Transfers: Removed clipboard area handling code. …
|
|
|
@86890
|
4 years |
vboxsync |
Shared Clipboard: More (optional) release logging for error diagnosis …
|
|
|
@86889
|
4 years |
vboxsync |
Shared Clipboard: More (optional) release logging for error diagnosis.
|
|
|
@86869
|
4 years |
vboxsync |
DnD: Termination fixes / clarification.
|
|
|
@86691
|
4 years |
vboxsync |
Shared Clipboard/HostService: Refined …
|
|
|
@86650
|
4 years |
vboxsync |
Fixed bad commit. Hope this help.
|
|
|
@86648
|
4 years |
vboxsync |
bugref:9781. Added the placeholder …
|
|
|
@86531
|
4 years |
vboxsync |
HostServices/SharedClipboard/VBoxSharedClipboardSvc-internal.h: Doxygen
|
|
|
@86490
|
4 years |
vboxsync |
tstSharedFolderService: gcc 10 build fix. bugref:9746
|
|
|
@86396
|
4 years |
vboxsync |
SharedFoldersSvc: Must free pAutoMountPoint in vbsfMappingsRemove. …
|
|
|
@86364
|
4 years |
vboxsync |
SharedClipboard/testcase: shClSvcClientInit is implied in …
|
|
|
@86363
|
4 years |
vboxsync |
SharedClipboard: Make sure to free Legacy.lstCID in shClSvcClientInit.
|
|
|
@86362
|
4 years |
vboxsync |
HostServices/testcase: None of these tests cases have any need to be …
|
|
|
@86247
|
4 years |
vboxsync |
SharedClipboard/win: Build fix (strict/win) and some cleanup.
|
|
|
@86008
|
4 years |
vboxsync |
Shared Clipboard/Host Service: The legacy Guest Additions context ID …
|
|
|
@86007
|
4 years |
vboxsync |
Shared Clipboard/Host Service: Renamed cAllocatedMessages -> …
|
|
|
@86006
|
4 years |
vboxsync |
Shared Clipboard/Host Service: Use and check for a context ID (CID) in …
|
|
|
@86002
|
4 years |
vboxsync |
Shared Clipboard/Host Service: Renamed ShClSvcGuestDataReceived() -> …
|
|
|
@85999
|
4 years |
vboxsync |
Shared Clipboard/Host Service: Use and check for a context ID (CID) in …
|
|
|
@85989
|
4 years |
vboxsync |
Shared Clipboard/Darwin: Extended @todo.
|
|
|
@85987
|
4 years |
vboxsync |
Shared Clipboard: Docs nits. bugref:9437
|
|
|
@85985
|
4 years |
vboxsync |
Shared Clipboard/Host Service: Automatically unregister event if it …
|
|
|
@85984
|
4 years |
vboxsync |
Shared Clipboard/Host Service: No need to go forth and back between …
|
|
|
@85983
|
4 years |
vboxsync |
Shared Clipboard/Host Service: No need to go forth and back between …
|
|
|
@85981
|
4 years |
vboxsync |
Shared Clipboard/Host Service: Bail out early in …
|
|
|
@85980
|
4 years |
vboxsync |
Shared Clipboard: Renamed backend-specific ShClSvcDataReadXXX …
|
|
|
@85845
|
4 years |
vboxsync |
Shared Clipboard/X11: Fixes for empty strings (was too strict before), …
|
|
|
@85834
|
4 years |
vboxsync |
Shared Clipboard/X11: Return VERR_NO_DATA in X11 callback …
|
|
|
@85832
|
4 years |
vboxsync |
Shared Clipboard/HostService: A bit more (optional) release logging.
|
|
|
@85828
|
4 years |
vboxsync |
Shared Clipboard/X11: Major cleanup for string conversion functions. …
|
|
|
@85775
|
4 years |
vboxsync |
Reverted r139926 (Shared Clipboard/Win: Don't leak allocated …
|
|
|
@85774
|
4 years |
vboxsync |
Shared Clipboard/Win: Don't leak allocated SHCLEVENTPAYLOAD struct.
|
|
|
@85773
|
4 years |
vboxsync |
Shared Clipboard/X11: Check for valid payload data.
|
|
|
@85763
|
4 years |
vboxsync |
Shared Clipboard: Some more assertions for ShClBackendReadData() …
|
|
|
@85762
|
4 years |
vboxsync |
Shared Clipboard: Also free X11 CLIPREADCBREQ in ShClBackendReadData() …
|
|
|
@85749
|
4 years |
vboxsync |
DnD/HostService: Guest reboot / shutdown fixes.
|
|
|
@85745
|
4 years |
vboxsync |
DnD: Renaming -- prefix all HGCM function number defines with …
|
|
|
@85722
|
4 years |
vboxsync |
DnD: Added wire protocol support for querying and reporting guest / …
|
|
|
@85714
|
4 years |
vboxsync |
HGCM / DnD: Removed the protocol version from the generic HGCM client …
|
|
|
@85712
|
4 years |
vboxsync |
DnD: Added wire protocol support for querying and reporting guest / …
|
|
|
@85681
|
4 years |
vboxsync |
DnD: Lots of documentation.
|
|
|
@85407
|
4 years |
vboxsync |
DnD/HostService: Condensed guestCall() parameter validation; makes use …
|
|
|
@85403
|
4 years |
vboxsync |
DnD/HostService: Fixed using context ID for GUEST_DND_HG_EVT_PROGRESS …
|
|
|
@85318
|
4 years |
vboxsync |
HostServices: Clang 11++ adjustments. Eliminated pointless auto_ptr. …
|
|
|
@85145
|
4 years |
vboxsync |
DnD/HostService: Improved verification of …
|
|
|
@85121
|
4 years |
vboxsync |
iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as …
|
|
|
@85021
|
4 years |
vboxsync |
DnD/HGCM: A bit of work on the protocol version code; don't use guest …
|
|
|
@84996
|
4 years |
vboxsync |
Shared Clipboard/Transfers: Removed some superfluous HGCM parameters. …
|
|
|
@84509
|
5 years |
vboxsync |
iprt/cdefs.h,*: Introducing RT_FLEXIBLE_ARRAY_EXTENSION as a g++ hack …
|
|
|
@84508
|
5 years |
vboxsync |
Main: Shut up gcc 10 complaints about sloppy HGCMSvcGetXxxx usage. …
|
|
|
@84142
|
5 years |
vboxsync |
Shared Clipboard/HostService: Renaming to match terminology (*SvcImpl* …
|
|
|
@84138
|
5 years |
vboxsync |
Shared Clipboard/HostService: Fixed X11 stub implementation (follow-up …
|
|
|
@83947
|
5 years |
vboxsync |
Shared Clipboard/HostService: Fixed X11 stub implementation.
|
|
|
@83809
|
5 years |
vboxsync |
VBoxSharedClipboard: VC++ 14.1 adjustment. bugref:8489
|
|
|
@83707
|
5 years |
vboxsync |
Shared Clipboard/testcase: Disabled automatically running testcases …
|
|
|
@83692
|
5 years |
vboxsync |
Shared Clipboard/testcases: Added initial testcase for service …
|
|
|
@83688
|
5 years |
vboxsync |
Shared Clipboard/testcases: Added initial testcase for service …
|
|
|
@83687
|
5 years |
vboxsync |
Shared Clipboard/testcases: Added initial testcase for service …
|
|
|
@83634
|
5 years |
vboxsync |
SharedClipboard: Figured out the problem with guest -> host HTML, …
|
|
|
@83633
|
5 years |
vboxsync |
SharedClipboard: Refreshed readFromPasteboard() to prevent memory …
|
|
|
@83632
|
5 years |
vboxsync |
SharedClipboard: Modified queryNewPasteboardFormats to make absolutely …
|
|
|
@83631
|
5 years |
vboxsync |
SharedClipboard: Failed attempt at putting HTML on the pasteboard …
|
|
|
@83630
|
5 years |
vboxsync |
SharedClipboard: Fixed leaks in sloppy error handling in …
|
|
|
@83628
|
5 years |
vboxsync |
SharedClipboard: Trying to make the darwin approach work better. The …
|
|
|
@83624
|
5 years |
vboxsync |
SharedClipboard: Eliminated SHCLFORMATDATA and did some minor darwin …
|
|
|
@83621
|
5 years |
vboxsync |
SharedClipboard/darwin: Logging. bugref:9620
|
|
|
@83506
|
5 years |
vboxsync |
Guest Control/HostService: Logging for querying/setting features …
|
|
|
@83504
|
5 years |
vboxsync |
Guest Control/HostService: Logging for querying/setting features.
|
|
|
@83405
|
5 years |
vboxsync |
Guest Control/Main + VBoxService: Resolved another @todo: Added …
|
|
|
@82968
|
5 years |
vboxsync |
Copyright year updates by scm.
|
|
|
@82894
|
5 years |
vboxsync |
Shared Clipboard: Comment. bugref:9437
|
|
|
@82893
|
5 years |
vboxsync |
Shared Clipboard: Dealt with event retention for …
|
|
|
@82892
|
5 years |
vboxsync |
Shared Clipboard: Use RTAssertSetMayPanic() instead of overriding …
|
|
|
@82891
|
5 years |
vboxsync |
Shared Clipboard: Use RTAssertSetMayPanic() instead of overriding …
|
|
|
@82890
|
5 years |
vboxsync |
Shared Clipboard: Fixed testcases. bugref:9437
|
|
|
@82889
|
5 years |
vboxsync |
Shared Clipboard: Generate separate messages in …
|
|
|
@82887
|
5 years |
vboxsync |
tstClipboardServiceHost.cpp: Added explanations why some tests have …
|
|
|
@82884
|
5 years |
vboxsync |
Shared Clipboard: Ditched SHCLDATABLOCK [Darwin build fix]. bugref:9437
|
|
|
@82881
|
5 years |
vboxsync |
Shared Clipboard: Ditched SHCLDATABLOCK [build fix]. bugref:9437
|
|
|
@82880
|
5 years |
vboxsync |
Shared Clipboard: Ditched SHCLDATABLOCK.
|
|
|
@82875
|
5 years |
vboxsync |
Shared Clipboard: Use NIL_SHCLEVENTID everywhere.
|
|
|
@82873
|
5 years |
vboxsync |
Shared Clipboard/HostServices: Resolved more todos (logging).
|
|
|
@82872
|
5 years |
vboxsync |
Shared Clipboard/HostServices: Resolved more todos (removed …
|
|
|
@82853
|
5 years |
vboxsync |
Shared Clipboard: Build fix. bugref:9437
|
|
|
@82852
|
5 years |
vboxsync |
Shared Clipboard: Added missing / disabled code for negotiating …
|
|
|
@82851
|
5 years |
vboxsync |
Shared Clipboard: Set the transfer source for all platforms in a …
|
|
|
@82849
|
5 years |
vboxsync |
Shared Clipboard: More fixes to get the transfer code compiled again. …
|
|
|