VirtualBox

source: vbox/trunk/include/VBox/HostServices

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @106061   2 months vboxsync Copyright year updates by scm.
(edit) @103480   9 months vboxsync Shared Clipboard: Added a ShClTransferTransformPath() function to make …
(edit) @103165   10 months vboxsync Guest Control/VbglR3: Made handling the CWD for starting processes …
(edit) @102956   11 months vboxsync GuestControlSvc.h: Docs.
(edit) @102932   11 months vboxsync Guest Properties/HostService: Fixed too strict debug assertions for …
(edit) @102835   11 months vboxsync Guest Control/GuestControlSvc.h: Docs.
(edit) @102833   11 months vboxsync Guest Control: Added a flag for the get mount points HGCM API, so that …
(edit) @102831   11 months vboxsync Guest Control: Added a new guest feature flag to indicate Guest …
(edit) @102654   11 months vboxsync Guest Control: Implemented IGuestSession::getMountPoints. bugref:10415
(edit) @100655   17 months vboxsync Shared Clipboard/VRDE: Integrated the logic of …
(edit) @100647   17 months vboxsync Shared Clipboard: Docs. bugref:9437
(edit) @100616   17 months vboxsync Shared Clipboard: More code for host service error propagation. bugref:9437
(edit) @100615   17 months vboxsync Shared Clipboard: Renaming (PFNVRDPCLIPBOARDEXTCALLBACK -> …
(edit) @100614   17 months vboxsync Shared Clipboard/Main: Made SHCLEXTPARMS a little more flexible (only …
(edit) @100612   17 months vboxsync Shared Clipboard/Main: Made SHCLEXTPARMS a little more flexible (only …
(edit) @100367   17 months vboxsync Shared Clipboard: More work on making the internal APIs more fine …
(edit) @100234   18 months vboxsync Shared Clipboard: Fixed VBOX_SHCL_INFO_FLAG_XXX -> …
(edit) @100204   18 months vboxsync Shared Clipboard: Unified root list entry code to also use the generic …
(edit) @100021   18 months vboxsync Shared Clipboard: Header docs update. bugref:9437
(edit) @100016   18 months vboxsync Shared Clipboard: Header docs update. bugref:9437
(edit) @99968   18 months vboxsync Shared Clipboard/HostService: Emphasize that VBOX_SHCL_TRANSFER_MODE …
(edit) @99262   20 months vboxsync Guest Control: Implements IGuestSession::fsQueryInfo() and …
(edit) @99256   20 months vboxsync Guest Control: More renaming; required for preparation of implementing …
(edit) @99254   20 months vboxsync Guest Control: Renamed HOST_MSG_FS_QUERY_INFO -> …
(edit) @99253   20 months vboxsync Guest Control: Renamed HOST_MSG_FS_QUERY_INFO -> …
(edit) @99120   21 months vboxsync Guest Control: Added ability of specifying an optional current working …
(edit) @99088   21 months vboxsync Guest Control: Docs nits. bugref:9783
(edit) @99085   21 months vboxsync Guest Control: Added directory listing support via IDirectory::list(). …
(edit) @98824   21 months vboxsync Guest Control: Made the directory entry reading really dynamic by …
(edit) @98823   21 months vboxsync Guest Control: Follow-up fix for r156133. bugref:9783
(edit) @98818   21 months vboxsync Guest Control: Specify the directory reading parameters (additional …
(edit) @98792   21 months vboxsync Guest Control/VBoxService: Moved all the CALLBACKDATA_ struct from …
(edit) @98709   21 months vboxsync Guest Control: Implemented directory handling / walking as non-toolbox …
(edit) @98665   22 months vboxsync Guest Control: Implemented the GuestSession::i_fsQueryInfo() + …
(edit) @98578   22 months vboxsync HGCMMock*.h: Moved to HostServices as it chiefly tests the HGCM …
(edit) @98546   22 months vboxsync Guest Control: Initial commit (work in progress, disabled by default) …
(edit) @98526   22 months vboxsync Guest Control: Initial commit (work in progress, disabled by default). …
(edit) @98103   23 months vboxsync Copyright year updates by scm.
(edit) @97748   2 years vboxsync DnD: Renamed GUEST_DND_FN_GH_EVT_ERROR -> GUEST_DND_FN_EVT_ERROR to …
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @95338   2 years vboxsync GuestPropertySvc.h,Main: Changed GuestPropValidateName and …
(edit) @95334   2 years vboxsync GuestPropertySvc.h,Main/Settings.cpp: Made GUEST_PROP_MAX_NAME_LEN and …
(edit) @95228   2 years vboxsync Guest properties: increase property value max len up to 1024, bugref:10185.
(edit) @93891   3 years vboxsync Main: Guest Properties: improved property name and value validation, …
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @90792   3 years vboxsync *: More VALID_PTR -> RT_VALID_PTR/AssertPtr.
(edit) @90237   3 years vboxsync HostServices/Service.h: Added @todo on unnecessary work duplication …
(edit) @86960   4 years vboxsync Shared Clipboard/Transfers: Removed clipboard area handling code. …
(edit) @86959   4 years vboxsync Shared Clipboard: Convert VBox clipboard formats to strings to improve …
(edit) @86911   4 years vboxsync Shared Clipboard/Transfers: Added VBOX_SHCL_GF_0_TRANSFERS_FRONTEND to …
(edit) @86908   4 years vboxsync Shared Clipboard/Transfers: Removed clipboard area handling code. …
(edit) @85745   4 years vboxsync DnD: Renaming -- prefix all HGCM function number defines with …
(edit) @85722   4 years vboxsync DnD: Added wire protocol support for querying and reporting guest / …
(edit) @85714   4 years vboxsync HGCM / DnD: Removed the protocol version from the generic HGCM client …
(edit) @85712   4 years vboxsync DnD: Added wire protocol support for querying and reporting guest / …
(edit) @85318   4 years vboxsync HostServices: Clang 11++ adjustments. Eliminated pointless auto_ptr. …
(edit) @85121   4 years vboxsync iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as …
(edit) @84996   4 years vboxsync Shared Clipboard/Transfers: Removed some superfluous HGCM parameters. …
(edit) @84984   4 years vboxsync DnD/DragAndDropSvc: Renaming to emphasize that these structs actually …
(edit) @84548   5 years vboxsync Guest Control: Implemented guest side support for gracefully rebooting …
(edit) @84243   5 years vboxsync Guest Control: Implemented support for long(er) command lines. bugref:9320
(edit) @83621   5 years vboxsync SharedClipboard/darwin: Logging. bugref:9620
(edit) @83408   5 years vboxsync Guest Control: Adjusted the ARGV0 feature flag docs.
(edit) @83405   5 years vboxsync Guest Control/Main + VBoxService: Resolved another @todo: Added …
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @82852   5 years vboxsync Shared Clipboard: Added missing / disabled code for negotiating …
(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) @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) @82500   5 years vboxsync SharedClipboardSvc,Vbgl: Reviewed and adjusted the handling of the …
(edit) @82494   5 years vboxsync VBox/HostServices/VBoxClipboardSvc.h: Moved the protocol change log up …
(edit) @82493   5 years vboxsync VBox/HostServices/VBoxClipboardSvc.h,++: Moved the formats and context …
(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) @82485   5 years vboxsync VBox/HostServices/VBoXClipboardSvc.h: There is no need for any public …
(edit) @82484   5 years vboxsync VBox/HostServices/VBoXClipboardSvc.h: Some doxygen brushup. bugref:9437
(edit) @82481   5 years vboxsync VBoxClipboardSvc: Moved the saved state version defines from the …
(edit) @81796   5 years vboxsync Shared Clipboard: Corrected saved state version.
(edit) @81768   5 years vboxsync Shared Clipboard: Update.
(edit) @81748   5 years vboxsync Shared Clipboard: Build fix.
(edit) @81747   5 years vboxsync Shared Clipboard/Transfers: Build fix, forgot some files.
(edit) @81559   5 years vboxsync Shared Clipboard: Got rid of the protocol version in …
(edit) @81451   5 years vboxsync Shared Clipboard/Svc: Some renaming.
(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) @81286   5 years vboxsync Shared Clipboard/Transfers: Added …
(edit) @81025   5 years vboxsync Shared Clipboard/Transfers: Update.
(edit) @80996   5 years vboxsync Shared Clipboard: Build fix.
(edit) @80990   5 years vboxsync Shared Clipboard/Transfers: Update.
(edit) @80970   5 years vboxsync Shared Clipboard: Docs.
(edit) @80969   5 years vboxsync Shared Clipboard/VbglR3: Fixes for legacy protocol handling [build …
(edit) @80918   5 years vboxsync Shared Clipboard/Transfers: Update.
(edit) @80907   5 years vboxsync Shared Clipboard/Transfers: Update.
(edit) @80886   5 years vboxsync Shared Clipboard/Transfers: More renaming, fixed some assertions.
(edit) @80872   5 years vboxsync Devices/Graphics,Main,include: remove obsolete Chromium code. bugref:9529
(edit) @80863   5 years vboxsync Shared Clipboard/URI: File renaming: *-uri* -> *-transfers*.
(edit) @80858   5 years vboxsync Shared Clipboard/URI: More renaming (URI -> transfer).
(edit) @80849   5 years vboxsync Shared Clipboard/URI: Renamed VBOX_WITH_SHARED_CLIPBOARD_URI_LIST -> …
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