VirtualBox

source: vbox/trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @98103   23 months vboxsync Copyright year updates by scm.
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @93919   3 years vboxsync Shared Clipboard: Resolved a @todo (renamed ShClBackendFormatAnnounce …
(edit) @93495   3 years vboxsync Shared Clipboard: Implemented backend callbacks and a dedicated …
(edit) @93444   3 years vboxsync VMM,Main,HostServices: Use a function table for accessing the …
(edit) @93316   3 years vboxsync Shared Clipboard/X11: Make sure to bail out early if an event was not …
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @92785   3 years vboxsync Host Services: Shared Clipboard: reference counting extra fix for …
(edit) @92772   3 years vboxsync Host Services: Shared Clipboard: reference counting fix for events …
(edit) @92735   3 years vboxsync Shared Clipboard/Transfers: Resolved @todos: Revamped event [source] …
(edit) @92240   3 years vboxsync SharedClipboard: Made svcConnect just never return any informational …
(edit) @92239   3 years vboxsync SharedClipboard: Poor code structure in svcConnect made it forget to …
(edit) @92017   3 years vboxsync SharedClipboard: Corrected another pvData assertion preventing zero …
(edit) @91749   3 years vboxsync VRDP: Shared Clipboard: delegate clipboard processing to VRDP service …
(edit) @91513   3 years vboxsync Host Services: ShCl: VRDP: prevent clipboard operation from stop when …
(edit) @91435   3 years vboxsync Shared Clipboard: prevent guest clipboard reset when clipboard sharing …
(edit) @90805   3 years vboxsync HostServices: More VALID_PTR -> RT_VALID_PTR/AssertPtr.
(edit) @90267   3 years vboxsync HGCM,HostServices: Set the default limits before calling the service …
(edit) @90238   3 years vboxsync HGCM,HostServices: Extended VBOXHGCMSVCFNTABLE with client and call …
(edit) @89947   3 years vboxsync X11: Host Services: Shared Clipboard: improve error code path …
(edit) @89555   3 years vboxsync Shared Clipboard: Missing locking in state loading code.
(edit) @87657   4 years vboxsync Shared Clipboard/Transfers: Release (2) log if the guest supports file …
(edit) @87566   4 years vboxsync Shared Clipboard: doxygen fixes for unnecessary @copydoc in …
(edit) @87452   4 years vboxsync Shared Clipboard/Transfers: More code for HTTP transfers. bugref:9437
(edit) @86959   4 years vboxsync Shared Clipboard: Convert VBox clipboard formats to strings to improve …
(edit) @86912   4 years vboxsync Shared Clipboard/Transfers: Docs (clipboard areas are no more). bugref:9437
(edit) @86911   4 years vboxsync Shared Clipboard/Transfers: Added VBOX_SHCL_GF_0_TRANSFERS_FRONTEND to …
(edit) @86889   4 years vboxsync Shared Clipboard: More (optional) release logging for error diagnosis.
(edit) @86363   4 years vboxsync SharedClipboard: Make sure to free Legacy.lstCID in shClSvcClientInit.
(edit) @86008   4 years vboxsync Shared Clipboard/Host Service: The legacy Guest Additions context ID …
(edit) @86007   4 years vboxsync Shared Clipboard/Host Service: Renamed cAllocatedMessages -> …
(edit) @86006   4 years vboxsync Shared Clipboard/Host Service: Use and check for a context ID (CID) in …
(edit) @86002   4 years vboxsync Shared Clipboard/Host Service: Renamed ShClSvcGuestDataReceived() -> …
(edit) @85999   4 years vboxsync Shared Clipboard/Host Service: Use and check for a context ID (CID) in …
(edit) @85987   4 years vboxsync Shared Clipboard: Docs nits. bugref:9437
(edit) @85985   4 years vboxsync Shared Clipboard/Host Service: Automatically unregister event if it …
(edit) @85983   4 years vboxsync Shared Clipboard/Host Service: No need to go forth and back between …
(edit) @85981   4 years vboxsync Shared Clipboard/Host Service: Bail out early in …
(edit) @85980   4 years vboxsync Shared Clipboard: Renamed backend-specific ShClSvcDataReadXXX …
(edit) @85832   4 years vboxsync Shared Clipboard/HostService: A bit more (optional) release logging.
(edit) @84142   5 years vboxsync Shared Clipboard/HostService: Renaming to match terminology (*SvcImpl* …
(edit) @83624   5 years vboxsync SharedClipboard: Eliminated SHCLFORMATDATA and did some minor darwin …
(edit) @83621   5 years vboxsync SharedClipboard/darwin: Logging. bugref:9620
(edit) @82894   5 years vboxsync Shared Clipboard: Comment. bugref:9437
(edit) @82893   5 years vboxsync Shared Clipboard: Dealt with event retention for …
(edit) @82889   5 years vboxsync Shared Clipboard: Generate separate messages in …
(edit) @82880   5 years vboxsync Shared Clipboard: Ditched SHCLDATABLOCK.
(edit) @82875   5 years vboxsync Shared Clipboard: Use NIL_SHCLEVENTID everywhere.
(edit) @82873   5 years vboxsync Shared Clipboard/HostServices: Resolved more todos (logging).
(edit) @82872   5 years vboxsync Shared Clipboard/HostServices: Resolved more todos (removed …
(edit) @82853   5 years vboxsync Shared Clipboard: Build fix. bugref:9437
(edit) @82852   5 years vboxsync Shared Clipboard: Added missing / disabled code for negotiating …
(edit) @82851   5 years vboxsync Shared Clipboard: Set the transfer source for all platforms in a …
(edit) @82849   5 years vboxsync Shared Clipboard: More fixes to get the transfer code compiled again. …
(edit) @82846   5 years vboxsync Shared Clipboard: Renaming. bugref:9437
(edit) @82540   5 years vboxsync VBoxSharedClipboardSvc.cpp: doxygen fix. bugref:9437
(edit) @82534   5 years vboxsync VBoxSharedClipboardSvc: Fixed unresolved ShClEventIDGenerate in …
(edit) @82530   5 years vboxsync VBoxSharedClipboardSvc: build fix. bugref:9437
(edit) @82527   5 years vboxsync SharedClipboardSvc,Vbgl: Worked over the host messages, taking locks …
(edit) @82526   5 years vboxsync SharedClipboardSvc,Vbgl: Started looking over the host message …
(edit) @82525   5 years vboxsync SharedClipboardSvc,Vbgl: Looked at the connect and feature exchange …
(edit) @82515   5 years vboxsync SharedClipboardSvc: Don't let the guest clear the host clipboard …
(edit) @82513   5 years vboxsync SharedClipboardSvc,Vbgl: Reviewed and adjusted the handling of the …
(edit) @82506   5 years vboxsync SharedClipboardSvc,Vbgl: Reviewed and adjusted the handling of the …
(edit) @82501   5 years vboxsync SharedClipboardSvc: Working on unbreaking VRDE/VRDP, the DATA_READ …
(edit) @82500   5 years vboxsync SharedClipboardSvc,Vbgl: Reviewed and adjusted the handling of the …
(edit) @82488   5 years vboxsync VBoxSharedClipboardSvc: Return VERR_NOT_IMPLEMENTED like we used to do …
(edit) @82486   5 years vboxsync VBoxClipboardSvc: doxygen, comment. bugref:9437
(edit) @82483   5 years vboxsync VBoxClipboardSvc: More save state cleanup. bugref:9437
(edit) @82482   5 years vboxsync VBoxSharedClipboardSvc.cpp: Must reject future saved state version …
(edit) @82481   5 years vboxsync VBoxClipboardSvc: Moved the saved state version defines from the …
(edit) @82462   5 years vboxsync Shared Clipboard/Transfers: Renamed SHCLTRANSFERDIR_[READ|WRITE] -> …
(edit) @81960   5 years vboxsync Shared Clipboard/Transfers: Update.
(edit) @81843   5 years vboxsync Shared Clipboard/Transfers: Update.
(edit) @81824   5 years vboxsync Shared Clipboard: Generalized initial (host to guest) clipboard …
(edit) @81820   5 years vboxsync Shared Clipboard/Transfers: Update.
(edit) @81769   5 years vboxsync Shared Clipboard: Build fix.
(edit) @81768   5 years vboxsync Shared Clipboard: Update.
(edit) @81746   5 years vboxsync Shared Clipboard/Transfers: Update.
(edit) @81699   5 years vboxsync Shared Clipboard/Transfers: Update.
(edit) @81559   5 years vboxsync Shared Clipboard: Got rid of the protocol version in …
(edit) @81460   5 years vboxsync Shared Clipboard/Transfers: Various bugfixes.
(edit) @81451   5 years vboxsync Shared Clipboard/Svc: Some renaming.
(edit) @81449   5 years vboxsync Shared Clipboard/tstClipboardServiceHost: Added initial tests for …
(edit) @81445   5 years vboxsync Shared Clipboard/Svc: More legacy handling (protocol v0) tweaks needed …
(edit) @81443   5 years vboxsync Shared Clipboard/Svc: Split up client initialization / resetting code …
(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) @81329   5 years vboxsync VBoxSharedClipboardSvc.cpp: Adjusted old docs in @pg_hostclip and …
(edit) @81286   5 years vboxsync Shared Clipboard/Transfers: Added …
(edit) @81229   5 years vboxsync Shared Clipboard/Transfers: Update.
(edit) @81223   5 years vboxsync Shared Clipboard/Transfers: Renaming.
(edit) @81212   5 years vboxsync Shared Clipboard/Transfers: Update.
(edit) @81152   5 years vboxsync Shared Clipboard/HostService: Crash fix on X11 hosts.
(edit) @81133   5 years vboxsync Shared Clipboard/HostService: Make sure to send a quit message to the …
(edit) @80997   5 years vboxsync Shared Clipboard: MacOS build fix.
(edit) @80996   5 years vboxsync Shared Clipboard: Build fix.
(edit) @80995   5 years vboxsync Shared Clipboard/HostService: More renaming.
(edit) @80990   5 years vboxsync Shared Clipboard/Transfers: Update.
(edit) @80918   5 years vboxsync Shared Clipboard/Transfers: Update.
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